This website requires JavaScript.
Explore
Help
Register
Sign In
ndwarshuis
/
org-mode
Watch
1
Star
0
Fork
You've already forked org-mode
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e83ee601f2
org-mode
/
testing
/
examples
/
setupfile.org
2 lines
35 B
Org Mode
Raw
Normal View
History
Unescape
Escape
fix SETUPFILE pathname expansion with subdirectories * lisp/org-macro.el (org-macro--collect-macros): cd to the directory containing the SETUPFILE before recursing so that relative pathnames in the SETUPFILE are expanded properly. * lisp/org.el (org--setup-collect-keywords): cd to the directory containing the SETUPFILE before recursing so that relative pathnames in the SETUPFILE are expanded properly. * lisp/ox.el (org-export--get-inbuffer-options, org-export--list-bound-variables): cd to the directory containing the SETUPFILE before recursing so that relative pathnames in the SETUPFILE are expanded properly. If /path/to/foo.org contains: #+SETUPFILE: settings/beamer.org and /path/to/settings/beamer.org contains: #+SETUPFILE: common.org then we want to read /path/to/settings/common.org, not /path/to/common.org. TINYCHANGE
2015-09-20 01:28:53 -04:00
#+SETUPFILE
: subdir/setupfile2.org