Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-26 | docs/org.md: Add note about default export behavior of org-mode in (#7238) | Charanjit Singh | 1 | -0/+15 | |
Since it seem to be a common source of confusion, this commit adds a note in org-mode documentation referring users to consult org-mode's export documentation when they find themselves in a pinch. | |||||
2021-03-30 | Update org.md (#7189) | Anti-Distinctlyminty | 1 | -2/+1 | |
SELECT_TAGS supported since ac83b9c37c39a49878e7d864fb276c0e4caed338 | |||||
2020-11-22 | Org reader: parse `#+LANGUAGE` into `lang` metadata field | Albert Krewinkel | 1 | -1/+4 | |
Fixes: #6845 | |||||
2020-10-12 | doc/org.md: fix typos | Albert Krewinkel | 1 | -2/+2 | |
2020-09-25 | doc/org.md: add section on tables | Albert Krewinkel | 1 | -0/+28 | |
2020-09-21 | doc/org.md: add section on handling of unknown directives | Albert Krewinkel | 1 | -0/+47 | |
2020-06-29 | Org reader: unify keyword handling | Albert Krewinkel | 1 | -4/+4 | |
Handling of export settings and other keywords (like `#+LINK`) has been combined and unified. | |||||
2020-06-29 | Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings | Albert Krewinkel | 1 | -6/+7 | |
These export settings are treated like their non-extra counterparts, i.e., the values are added to the `header-includes` metadata list. | |||||
2020-06-29 | Org reader: allow multiple #+SUBTITLE export settings | Albert Krewinkel | 1 | -1/+4 | |
The values of all lines are read as inlines and collected in the `subtitle` metadata field. | |||||
2020-06-28 | doc/org.md: document behavior of `smart` extension | Albert Krewinkel | 1 | -0/+27 | |
See discussion in #4788. Closes: #4387 | |||||
2020-06-28 | Org reader: read `#+INSTITUTE` values as text with markup | Albert Krewinkel | 1 | -0/+5 | |
The value is stored in the `institute` metadata field and used in the default beamer presentation template. | |||||
2020-06-27 | doc/org.md: describe all supported export options in detail | Albert Krewinkel | 1 | -0/+57 | |
2019-11-20 | Fix typos (#5919) | Brian Wignall | 1 | -2/+2 | |
2018-12-29 | doc/org.md: improve documentation of org features | Albert Krewinkel | 1 | -15/+114 | |
2018-02-25 | doc/org.md: Add Org-mode documentation (very first draft) | Albert Krewinkel | 1 | -0/+95 | |