From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] Beamer back-end for org-export in contrib/ Date: Thu, 05 Jul 2012 13:56:26 +0200 Message-ID: <8762a2fml1.fsf@gmail.com> References: <877guo26c9.fsf@gmail.com> <87d34egxor.fsf@gmail.com> <87ehorfr0w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Smkiq-0006KC-AJ for emacs-orgmode@gnu.org; Thu, 05 Jul 2012 07:59:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Smkil-0004ZI-PZ for emacs-orgmode@gnu.org; Thu, 05 Jul 2012 07:59:47 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:65201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Smkil-0004Z1-Gr for emacs-orgmode@gnu.org; Thu, 05 Jul 2012 07:59:43 -0400 Received: by wgbds1 with SMTP id ds1so5871140wgb.30 for ; Thu, 05 Jul 2012 04:59:41 -0700 (PDT) In-Reply-To: (suvayu ali's message of "Wed, 4 Jul 2012 18:26:46 +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: suvayu ali Cc: Org Mode List Hello, suvayu ali writes: > If I understand correctly, having a buffer keyword would mean I would > need to find and update it appropriately everytime I want to export > something. I can live with this, but it would be great if there was > support these export options as properties. Then all the subtree exports > can be decoupled easily. I agree. Now, /every/ property set through an export keyword can also be defined with an headline property. That property has the same name as the keyword, with an "EXPORT_" prefix (i.e #+DATE: and :EXPORT_DATE:). This is also true for keywords defined by back-ends (#+LATEX_CLASS: and :EXPORT_LATEX_CLASS:). In order to avoid confusion, I've renamed buffer keyword setting select tags (resp. exclude tags) from EXPORT_SELECT_TAGS (resp. EXPORT_EXCLUDE_TAGS) to SELECT_TAGS (resp. EXCLUDE_TAGS). Regards, -- Nicolas Goaziou