Add ox-org as export backend
This commit is contained in:
parent
d22237f3f6
commit
7376503e4c
12
config.org
12
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
|
||||
|
|
Loading…
Reference in a new issue