0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 02:02:52 +00:00
org-mode/doc
Carsten Dominik c1d00fa463 Export: General mechanism for local settings
Many different people want to set many different variables in a
buffer-local way for export.  This cannot be done with file variables,
because the Org buffer is not current while the exporter is running.

Lots of variables can be set with the #+OPTIONS lines, but finding
abbreviations goes only so far.

Therefore we have now a general mechanism that can be used to bind
variables during export operations.

a line like:   #+BIND: variable value

will bind the variable to value.  For example,
the line

>>      #+OPTIONS: toc:nil

can now equivalently be written as

>>      #+BIND: org-export-with-toc nil
2009-07-06 17:00:03 +02:00
..
.aspell.org.conf Track support files useful in checking Org documentation. 2008-04-01 15:59:35 +02:00
.nosearch Add .nosearch file to the doc/ subdirectory. 2008-12-17 17:25:31 +01:00
ChangeLog Footnotes: Allow automatic sorting and renumbering 2009-07-03 17:56:47 +02:00
dir Split out a number of files from org.el, and reorganize the 2008-03-28 09:57:14 +01:00
Documentation_Standards.org Add the Standards file, more entries in .gitignore. 2008-04-01 16:42:15 +02:00
org.texi Export: General mechanism for local settings 2009-07-06 17:00:03 +02:00
orgcard.tex Push version number to 6.28trans 2009-06-26 17:26:50 +02:00
orgcard.txt Structure editing: Improved item/headline conversion 2009-01-21 17:45:07 +01:00
texinfo.tex Split out a number of files from org.el, and reorganize the 2008-03-28 09:57:14 +01:00