From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Beffara Subject: Re: LaTeX export: Theorem with an author Date: Mon, 11 Feb 2013 23:07:51 +0100 Message-ID: References: <9CD440C643384D4EB0732CBE5F4161F1@gmail.com> <87txpmfuhg.fsf@gmail.com> <45796E66E2EF4ECC8FCD369BC89DDD0A@gmail.com> <878v6ve3k1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U51XV-0005tk-Tu for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 17:07:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U51XU-0004pF-ET for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 17:07:53 -0500 Received: from mail-ea0-f175.google.com ([209.85.215.175]:41283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U51XU-0004p5-6W for emacs-orgmode@gnu.org; Mon, 11 Feb 2013 17:07:52 -0500 Received: by mail-ea0-f175.google.com with SMTP id d1so2849621eab.6 for ; Mon, 11 Feb 2013 14:07:51 -0800 (PST) In-Reply-To: <878v6ve3k1.fsf@gmail.com> Content-Disposition: inline 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, > > #+begin_theorem :options [Him] > > slkdfj > > #+end_theorem > > This isn't future-proof. If, for example, we need to add options for the > HTML back-end, there will be a syntax conflict. The rule is the > following: > > - If the toggle are global, allow them on the block opening string > (i.e. src-block and code toggles) > > - For back-end specific value, use attributes. Fair enough. Although as Andreas said, something backend-agnostic to specify meta-data could still make sense at some point, which each backend could choose to implement as reasonable or ignore. You're right that setting LaTeX to add [Author] is probably not one of those cases. Cheers, /v > > > Regards, > > -- > Nicolas Goaziou