From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrey Yankin Subject: LaTeX export. Substitute some headlines with arbitrary command Date: Thu, 14 Mar 2013 00:50:17 +0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3071cf9ab3f63504d7d48d50 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52274) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFscu-0004D9-Pt for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 16:50:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFscs-0004uY-7P for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 16:50:20 -0400 Received: from mail-vb0-x22b.google.com ([2607:f8b0:400c:c02::22b]:50412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFscs-0004uK-2s for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 16:50:18 -0400 Received: by mail-vb0-f43.google.com with SMTP id fs19so763176vbb.30 for ; Wed, 13 Mar 2013 13:50:17 -0700 (PDT) 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 --20cf3071cf9ab3f63504d7d48d50 Content-Type: text/plain; charset=ISO-8859-1 Hi! I want arbitrary top level headline to be exported not as \section (or whatever it is) but with some other arbitrary latex command. I even do not want to use headline text. Just write \intro instead of \section{...} in tex file. I've tried some fiddling with :noexport: and :export: tags to hide output for selected headlines. It didn't work. Currently I'm heading to this metod: http://stackoverflow.com/a/9679105 of creating my own parser. Are there any easier solutions? --20cf3071cf9ab3f63504d7d48d50 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi!

I want arbitrary top level headline to be= exported not as \section (or whatever it is) but with some other arbitrary= latex command.

I even do not want to use headline text. Just write = \intro instead of \section{...} in tex file.

I've tried some fiddling with :noexport: and :export: tags to hide = output for selected headlines. It didn't work.

Currently I'm= heading to this metod: http= ://stackoverflow.com/a/9679105 of creating my own parser.

Are there any easier solutions?


--20cf3071cf9ab3f63504d7d48d50--