diff --git a/config.org b/config.org index 056d397..0f2d34c 100644 --- a/config.org +++ b/config.org @@ -13,6 +13,7 @@ - [[#agenda-setup][Agenda setup]] - [[#org-ids][Org IDs]] - [[#roam][Roam]] + - [[#export-backends][Export backends]] - [[#doom-specific][Doom specific]] * Misc @@ -304,6 +305,17 @@ Also setup daily captures templates: :head "#+TITLE: %<%Y-%m-%d>")))) #+END_SRC +** Export backends + +Sometimes I need to export an Org subtree to a file, which is quite easy with +the =org= export backend. It doesn't seem to be enabled by default, so let's add +it to the list: + +#+BEGIN_SRC emacs-lisp +(after! org + (add-to-list 'org-export-backends 'org)) +#+END_SRC + ** Doom specific Doom replaces the default tab behavior on headings, this restores the default