cnngimenez 747201272b Bug fixed when section has no text but has properties.
An error appeared when a header has no text but it has properties. For instance:
```org
* A header
:PROPERTIES:
:ID:       7159694c-0e06-41d6-a2fc-1ae3f9ba0321
:END:

* Another header
```

"A header" is processed by `org-gemini-section` and throws error when
exporting: `contents` parameter is nil instead of empty string. "Another
header" is considered a headline and not a section.
2022-01-10 15:30:46 -03:00
2021-08-17 09:51:28 -07:00
2020-11-25 09:23:07 -08:00
2020-11-25 09:16:45 -08:00
2020-11-07 20:00:27 -08:00
2021-08-18 21:37:39 -07:00
2020-11-07 20:03:09 -08:00

ox-gemini

This adds support for exporting org files in gemini format. Many things in here were taken from the ascii exporter, from which this one derives.

License

This software is licensed under GPLv3.

Description
Output gemini formatted documents from org-mode
Readme GPL-3.0 88 KiB
Languages
Emacs Lisp 90.3%
Makefile 9.7%