aboutsummaryrefslogtreecommitdiff
path: root/doc/org.md
AgeCommit message (Collapse)Author
2024-04-04fixed typo in doc/org.md (#9634)Chandrahas77
2023-03-28Update documentation for org-modeChristian Christiansen
Add zero width space to the default values of pandoc-emphasis-pre and pandoc-emphasis-post. Zero width space was added to solve issue #8716.
2023-03-13doc/org.md: suggest use of `-s` to get metadata fields.John MacFarlane
See #8688. Obsoletes #8690.
2022-02-03doc/org.md: remove obsolete citations section.John MacFarlane
This mostly described citation formats we no longer support.
2022-01-09Docs: document `fancy_lists` in doc/org.md (#7820)Lucas Viana
Document the changes introduced in #7812
2021-04-26docs/org.md: Add note about default export behavior of org-mode in (#7238)Charanjit Singh
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-30Update org.md (#7189)Anti-Distinctlyminty
SELECT_TAGS supported since ac83b9c37c39a49878e7d864fb276c0e4caed338
2020-11-22Org reader: parse `#+LANGUAGE` into `lang` metadata fieldAlbert Krewinkel
Fixes: #6845
2020-10-12doc/org.md: fix typosAlbert Krewinkel
2020-09-25doc/org.md: add section on tablesAlbert Krewinkel
2020-09-21doc/org.md: add section on handling of unknown directivesAlbert Krewinkel
2020-06-29Org reader: unify keyword handlingAlbert Krewinkel
Handling of export settings and other keywords (like `#+LINK`) has been combined and unified.
2020-06-29Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settingsAlbert Krewinkel
These export settings are treated like their non-extra counterparts, i.e., the values are added to the `header-includes` metadata list.
2020-06-29Org reader: allow multiple #+SUBTITLE export settingsAlbert Krewinkel
The values of all lines are read as inlines and collected in the `subtitle` metadata field.
2020-06-28doc/org.md: document behavior of `smart` extensionAlbert Krewinkel
See discussion in #4788. Closes: #4387
2020-06-28Org reader: read `#+INSTITUTE` values as text with markupAlbert Krewinkel
The value is stored in the `institute` metadata field and used in the default beamer presentation template.
2020-06-27doc/org.md: describe all supported export options in detailAlbert Krewinkel
2019-11-20Fix typos (#5919)Brian Wignall
2018-12-29doc/org.md: improve documentation of org featuresAlbert Krewinkel
2018-02-25doc/org.md: Add Org-mode documentation (very first draft)Albert Krewinkel