From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: #+ATTR_MY-ASCII: in derived backend? Date: Sun, 22 Sep 2013 14:36:29 +0200 Message-ID: <87pps1119u.fsf@gmail.com> References: <87fvsxcjmo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNitl-0002J4-VN for emacs-orgmode@gnu.org; Sun, 22 Sep 2013 08:36:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VNitd-0005X2-Bu for emacs-orgmode@gnu.org; Sun, 22 Sep 2013 08:36:25 -0400 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:44924) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VNitd-0005Ws-4q for emacs-orgmode@gnu.org; Sun, 22 Sep 2013 08:36:17 -0400 Received: by mail-we0-f169.google.com with SMTP id t60so2138951wes.28 for ; Sun, 22 Sep 2013 05:36:16 -0700 (PDT) In-Reply-To: <87fvsxcjmo.fsf@gmail.com> (Thorsten Jolitz's message of "Sun, 22 Sep 2013 11:04:31 +0200") 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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Hello, Thorsten Jolitz writes: > do derived backends set their attributes always via the > > ,-------------- > | +ATTR_BACKEND: > `-------------- > > construct of the parent backend and don't have their own > > ,-------------- > | +ATTR_MY-BACKEND: > `-------------- > > construct? You can use any name you want for attributes #+attr_my-special-name and then retrieve it with (org-export-read-attribute :attr_my-special-name element) Regards, -- Nicolas Goaziou