From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-entities in #+captions Date: Sat, 28 Dec 2013 10:17:45 +0100 Message-ID: <87iou9qqpy.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vwq1T-0005pO-O9 for emacs-orgmode@gnu.org; Sat, 28 Dec 2013 04:17:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vwq1N-0002JG-UA for emacs-orgmode@gnu.org; Sat, 28 Dec 2013 04:17:31 -0500 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:62544) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vwq1N-0002Iw-Mx for emacs-orgmode@gnu.org; Sat, 28 Dec 2013 04:17:25 -0500 Received: by mail-wi0-f178.google.com with SMTP id bz8so10230037wib.17 for ; Sat, 28 Dec 2013 01:17:24 -0800 (PST) In-Reply-To: (Thomas S. Dye's message of "Wed, 25 Dec 2013 09:04:18 -1000") 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: "Thomas S. Dye" Cc: Org-mode Hello, tsd@tsdye.com (Thomas S. Dye) writes: > With this local variable: > > # eval: (add-to-list 'org-entities-user '("amacron" "\\=3D{a}" nil "= 57" "a" "a" "=C4=81")) > > the org-entity \amacron isn't handled inside a caption: > > #+caption: *Level assignments in the Kahua 1 and P\amacron{}hinahina deta= iled study area.* > > The caption exports to LaTeX correctly, but it looks a bit weird in the > Org mode buffer. > > Is this the expected behavior? More or less, yes. At the moment, no effort is done in order to fontify objects in captions (or title). It can probably be done, but I wouldn't bother too much as fontification needs a big overhaul anyway. Regards, --=20 Nicolas Goaziou