From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Vladimir Alexiev" Subject: allow multiline #+BIND Date: Wed, 30 Jul 2014 14:33:47 +0300 Message-ID: <31633.8990153328$1406720103@news.gmane.org> Reply-To: vladimir.alexiev@ontotext.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCS8z-0001Mb-EU for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 07:34:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCS8r-00014X-Q9 for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 07:34:05 -0400 Received: from mail.ontotext.com ([93.123.21.89]:57304 helo=ontomail.ontotext.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCS8r-00012q-Jg for emacs-orgmode@gnu.org; Wed, 30 Jul 2014 07:33:57 -0400 Received: from localhost (localhost [127.0.0.1]) by ontomail.ontotext.com (Postfix) with ESMTP id 664962C95C for ; Wed, 30 Jul 2014 14:33:45 +0300 (EEST) Received: from ontomail.ontotext.com ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0FFXtkeo1DwL for ; Wed, 30 Jul 2014 14:33:45 +0300 (EEST) Received: from vladoa (client-93-123-21-124.ip.daticum.com [93.123.21.124]) by ontomail.ontotext.com (Postfix) with ESMTPSA id 28DD02C957 for ; Wed, 30 Jul 2014 14:33:45 +0300 (EEST) Content-Language: en-us List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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