From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: [ANN] Beamer back-end for org-export in contrib/ Date: Sat, 7 Jul 2012 12:04:09 +0200 Message-ID: References: <877guo26c9.fsf@gmail.com> <87d34egxor.fsf@gmail.com> <87ehorfr0w.fsf@gmail.com> <8762a2fml1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnRsQ-0003HY-AA for emacs-orgmode@gnu.org; Sat, 07 Jul 2012 06:04:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SnRsO-0001st-94 for emacs-orgmode@gnu.org; Sat, 07 Jul 2012 06:04:33 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:40514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SnRsO-0001sf-1v for emacs-orgmode@gnu.org; Sat, 07 Jul 2012 06:04:32 -0400 Received: by obhx4 with SMTP id x4so14342299obh.0 for ; Sat, 07 Jul 2012 03:04:29 -0700 (PDT) In-Reply-To: <8762a2fml1.fsf@gmail.com> 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, Apologies for taking so long to respond. On Thu, Jul 5, 2012 at 1:56 PM, Nicolas Goaziou wrote: > 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:). I tested this and it works just as I was expecting it to. :) Another question, I noticed that the new exported does not have the exported file open in Emacs after it is done. I presume it is because the new engine doesn't work on a buffer anymore. Would it be possible to have Emacs open the exported file in the end? While exporting often I feel the need to see the exported result when I am working on a fairly complicated document. Sometimes it is to check if org did the export correctly or to check if LaTeX rendered my figure/equation as I am expecting it to. I realise at other times this might be undesirable and maybe even intrusive. I guess it seems like an adhoc addition but then the option could be user customisable (turned off by default). In any case it is a "nice to have" request, nothing to lose sleep over. :) Thanks again for all the hard work. Cheers, -- Suvayu Open source is the future. It sets us free.