Commit Graph
4 Commits
Author SHA1 Message Date
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
cnngimenez 249d2be0e0 Encode URL in exported links. 2022-01-10 11:58:50 -03:00
cnngimenez 3f1aabc140 Use #+name: to add names to exported code blocks. 2022-01-10 11:58:14 -03:00
cnngimenez 149c38ebf3 quote-block export: multiple lines should start with ">".
Using some ox-md.el code to fix this.
2022-01-10 03:33:40 -03:00