emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* allow multiline #+BIND
@ 2014-07-30 11:33 Vladimir Alexiev
  2014-07-30 18:10 ` Sebastien Vauban
  2014-07-31  9:36 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Vladimir Alexiev @ 2014-07-30 11:33 UTC (permalink / raw)
  To: emacs-orgmode

It would be nice to allow multiline BINDs. I'd much rather write this than put it all on one line:

#+BIND: va/org-dot-preamble "digraph g {
#+BIND:   rankdir=LR nodesep=0.2 ranksep=0.1 arrowsize=0.2
#+BIND:   node [fontname=courier fontsize=8 margin='0.02,0.01' shape=circle width=0.1 height=0.1 label='']
#+BIND:   edge [fontname=courier fontsize=8 labelfontname=courier labelfontsize=8]"

The usual continuation syntax of backslash before the EOL can be used.
Or else, a new keyword #+BIND1: for each continuation line.

The function to fix is ox.el::org-export--list-bound-variables

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-31  9:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-30 11:33 allow multiline #+BIND Vladimir Alexiev
2014-07-30 18:10 ` Sebastien Vauban
2014-07-31  9:36 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).