From: "Vladimir Alexiev" <vladimir.alexiev@ontotext.com>
To: emacs-orgmode@gnu.org
Subject: allow multiline #+BIND
Date: Wed, 30 Jul 2014 14:33:47 +0300 [thread overview]
Message-ID: <31633.8990153328$1406720103@news.gmane.org> (raw)
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
next reply other threads:[~2014-07-30 11:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 11:33 Vladimir Alexiev [this message]
2014-07-30 18:10 ` allow multiline #+BIND Sebastien Vauban
2014-07-31 9:36 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='31633.8990153328$1406720103@news.gmane.org' \
--to=vladimir.alexiev@ontotext.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.