Re: [O] orgmode read/source all options from a template file?

2016-07-21 Thread Kaushal Modi
I prefer #+SETUPFILE because the beauty is that that option is specific to loading a common org setup file. I have my config.org beautifully organized as: = * Latex Setup ** Change default font Note that fontspec works with only xelatex (not pdflatex). #+LaTeX_HEADER: \usepackage{fontspec}

Re: [O] orgmode read/source all options from a template file?

2016-07-21 Thread Eric S Fraga
On Thursday, 21 Jul 2016 at 11:15, Xebar Saram wrote: > Hi all > > i was wondering if orgmode had a simple way to read/source all options > from a template file. for example instead of adding all this to every > presentation file i create: #+include: settings.org -- : Eric S Fraga (0xFFFCF67D),

Re: [O] orgmode read/source all options from a template file?

2016-07-21 Thread Xebar Saram
Ok got it, you can "source" a template file by using the SETUPFILE option , ie; #+SETUPFILE: /home/zeltak/org/files/Uni/Courses/templates/ org.options.reveal.org best z On Thu, Jul 21, 2016 at 1:15 PM, Xebar Saram wrote: > Hi all > > i was wondering if orgmode had a