From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with org-entities-user Date: Sat, 22 Sep 2012 10:52:30 +0200 Message-ID: <87sjaacucx.fsf@gmail.com> References: <87k3vtgnhy.fsf@gmail.com> <87sjaeduh5.fsf@gmail.com> <7CC1FB98-B071-429C-A230-B91D461104FD@gmail.com> <87d31idn1v.fsf@gmail.com> <2A730922-8F3C-4CEC-ACFA-AF04E6FF7DAB@gmail.com> <87zk4kdi0e.fsf@gmail.com> <8AE329E8-EE0F-45CB-B8FE-96A98EDEBE9E@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFLVx-00024F-I9 for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 04:56:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFLVw-0004oa-ND for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 04:56:41 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:40828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFLVw-0004oV-Gw for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 04:56:40 -0400 Received: by weyu3 with SMTP id u3so847974wey.0 for ; Sat, 22 Sep 2012 01:56:39 -0700 (PDT) In-Reply-To: <8AE329E8-EE0F-45CB-B8FE-96A98EDEBE9E@gmail.com> (Carsten Dominik's message of "Thu, 20 Sep 2012 15:36:59 +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: Carsten Dominik Cc: Org-mode , "Thomas S. Dye" Hello, Carsten Dominik writes: > The only thing is: I do use Org to draft documents intended to > be later fine-tuned as LaTeX documents, while I don't usually > do this for other backends. So the ability to put in naked > LaTeX formatting commands does have value and convenience for > me personally. If the LaTeX command doesn't require an argument, you can always add it to `org-entities-user'. Otherwise, you may define a macro like the following: #+MACRO: sc @@e-latex:\textsc{@@$1@@e-latex:}@@ I agree that's not as convenient to set up. But once it is done, it's as easy to use as raw commands. Anyway this is a minor point. I guess it will be swept under the rug of historical reasons, after all. Regards, -- Nicolas Goaziou