Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-18 | Replace org #+KEYWORDS with #+keywords | TEC | 1 | -10/+10 | |
As of ~2 years ago, lower case keywords became the standard (though they are handled case insensitive, as always): https://code.orgmode.org/bzg/org-mode/commit/13424336a6f30c50952d291e7a82906c1210daf0 Upper case keywords are exclusive to the manual: - https://orgmode.org/list/871s50zn6p.fsf@nicolasgoaziou.fr/ - https://orgmode.org/list/87tuuw3n15.fsf@nicolasgoaziou.fr/ | |||||
2019-05-12 | Org writer: always indent src blocks content by 2 spaces | Albert Krewinkel | 1 | -6/+6 | |
Emacs always uses two spaces when indenting the content of src blocks, e.g., when exiting a `C-c '` edit-buffer. Pandoc used to indent contents by the space-equivalent of one tab, but now always uses two spaces, too. Closes: #5440 | |||||
2018-12-28 | Org writer: preserve line-numbering for example and code blocks. | leungbk | 1 | -0/+41 | |