Add support for SETUP_FILE
This commit is contained in:
parent
3ccbbc46ff
commit
c23f8cc281
6 changed files with 57 additions and 0 deletions
5
org/testdata/headlines.pretty_org
vendored
5
org/testdata/headlines.pretty_org
vendored
|
@ -1,3 +1,4 @@
|
|||
#+SETUP_FILE: setup_file_org
|
||||
* Simple Headline [1/2]
|
||||
- [X] checked
|
||||
- [ ] unchecked
|
||||
|
@ -18,3 +19,7 @@ Still outside the drawer
|
|||
This is inside the drawer
|
||||
:END:
|
||||
Still outside the drawer
|
||||
* CUSTOM headline with custom status
|
||||
it's possible to use =#+SETUP_FILE= - in this case the setup file contains the following
|
||||
|
||||
#+INCLUDE: "setup_file_org" src org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue