From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [RFC] Simplify attributes syntax Date: Sat, 09 Mar 2013 14:55:41 +0100 Message-ID: <877glgy8wy.fsf@bzg.ath.cx> References: <87ppz9zar8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEKFY-0000zI-JX for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 08:55:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEKFT-0004NM-Qe for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 08:55:48 -0500 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:58442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEKFT-0004Mz-Fy for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 08:55:43 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so205424wid.17 for ; Sat, 09 Mar 2013 05:55:42 -0800 (PST) In-Reply-To: <87ppz9zar8.fsf@gmail.com> (Nicolas Goaziou's message of "Sat, 09 Mar 2013 01:18:19 +0100") 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: Nicolas Goaziou Cc: Org Mode List Hi Nicolas, Nicolas Goaziou writes: > From the user POV, it removes necessity to quote or escape characters. > For example, these are now valid: > > #+attr_latex: :font \footnotesize :align |l|c|c| > #+attr_foo: :prop var="value" :another-prop nil > > From the developer POV, each non-nil value is now read as a string by > `org-export-read-attribute'. So: > > #+attr_something: :width 70 > > will be read as: > > '(:width "70") Great, thanks! > If there's no major problem with it, I'll apply it before Monday. > Though, I think ox-odt needs double-checking. How can we help with the double-checking? Thanks, -- Bastien