From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Berthier Subject: formatted index entries Date: Wed, 18 Jun 2014 10:00:05 +0200 Message-ID: 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]:41209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxAn1-00066v-7d for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 04:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxAmu-0003Ap-Sw for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 04:00:15 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:3388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxAmu-00036W-NH for emacs-orgmode@gnu.org; Wed, 18 Jun 2014 04:00:08 -0400 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: emacs-orgmode@gnu.org Hello, In an org file, I would like to add formatted index entries "=3Dword=3D", "!word" or similar things, possibly in a hierarchical way as sub entries (I know it's a very peculiar use case, but it turns out that I would appreciate having this feature for writing a technical manual). e.g, something in the spirit of: # verbatim entry: #+INDEX: =3Dword=3D #+INDEX: category!=3Dword=3D # # verbatim entry with an exclamation mark: #+INDEX: =3D!word=3D #+INDEX: category!=3D!word=3D # # or even, let's be audacious: formatted code as an entry: #+INDEX: src_emacs-list[:exports code](let) Using the current development branch of Org mode, exporting to HTML works fine for the verbatim case, yet index entries do not seem to be treated as Org elements when exporting to LaTeX: index entries are named "=3Dword=3D". Also, exclamation marks are category delimiters (as in LaTeX), hence the cases makes Org insert extra categories named "=3D", and adds entries "word=3D" in them (both in HTML and LaTeX). This topic has already been discussed on this list before ( http://thread.gmane.org/gmane.emacs.orgmode/41442 ), but apparently this feature is not (yet?) available in org =E2=89=A5 8.0. Has it already been implemented by somebody somewhere? Any further thoughts on that point? Best regards, Nicolas --=20 Nicolas Berthier FSF Member #7975