From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem with org-entities-user Date: Sat, 22 Sep 2012 16:57:19 +0200 Message-ID: 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> <87sjaacucx.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFR8y-0003a1-OT for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 10:57:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFR8x-0002Zv-Ke for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 10:57:20 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:33169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFR8x-0002Zp-Cv for emacs-orgmode@gnu.org; Sat, 22 Sep 2012 10:57:19 -0400 Received: by weyu3 with SMTP id u3so981527wey.0 for ; Sat, 22 Sep 2012 07:57:18 -0700 (PDT) In-Reply-To: <87sjaacucx.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 , "Thomas S. Dye" On 22.9.2012, at 10:52, Nicolas Goaziou wrote: > Hello, >=20 > Carsten Dominik writes: >=20 >> 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. >=20 > If the LaTeX command doesn't require an argument, you can always add = it > to `org-entities-user'. Yes, even though this is not very clean by itself. > Otherwise, you may define a macro like the > following: >=20 > #+MACRO: sc @@e-latex:\textsc{@@$1@@e-latex:}@@ >=20 > I agree that's not as convenient to set up. But once it is done, it's = as > easy to use as raw commands. True. >=20 > Anyway this is a minor point. I guess it will be swept under the rug = of > historical reasons, after all. Maybe not. I can go along with your arguments for cleanness. Would you = object to keeping this feature in as an option, turned off be default, = so that it is at least easy to keep lengthy files working? The way I understand it, the new exporter will be default in 8.0, so = this is the time to make some incompatible changes. But if it is = possible to support this as an option, I would like it. Regards - Carsten