From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: Re: [New exporter] Org LaTeX markup Date: Fri, 8 Feb 2013 03:13:41 +0000 (UTC) Message-ID: References: <86k3qj7ncr.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3ePW-0002LX-Cq for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 22:14:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3ePV-0002AZ-5L for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 22:13:58 -0500 Received: from plane.gmane.org ([80.91.229.3]:34606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3ePU-0002AV-V1 for emacs-orgmode@gnu.org; Thu, 07 Feb 2013 22:13:57 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U3ePl-0001Bz-6Z for emacs-orgmode@gnu.org; Fri, 08 Feb 2013 04:14:13 +0100 Received: from 172-7-166-26.lightspeed.sndgca.sbcglobal.net ([172.7.166.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 04:14:13 +0100 Received: from ccberry by 172-7-166-26.lightspeed.sndgca.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 04:14:13 +0100 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 Sebastien Vauban writes: > > Hello Nicolas, > > I'm still searching which variables now host the following customizations: > > --8<---------------cut here---------------start------------->8--- > ;; markup for TODO keywords, as a printf format > (setq org-export-latex-todo-keyword-markup "\\colorbox{yellow}{%s}") > > ;; markup for tags, as a printf format > (setq org-export-latex-tag-markup "\\hfill{}\\fbox{%s}") > --8<---------------cut here---------------end--------------->8--- > > Can you give me a hint? M-x customize-variable RET org-latex-format-headline-function RET then copy and paste the last part of the docstring into the window - add a closing parenthesis at the end - and then modify it to your taste.