From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Hofer Subject: Re: org-e-latex: ignoreheading is not working any more. Date: Tue, 8 Jan 2013 15:40:56 +0000 (UTC) Message-ID: References: <8739032640.fsf@yagnesh.org> <87a9ubi134.fsf@gmail.com> <87r4nndrca.fsf@gmail.com> 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]:48838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsbIc-0005pI-QV for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 10:41:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsbIb-0007dg-HX for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 10:41:10 -0500 Received: from plane.gmane.org ([80.91.229.3]:40311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsbIb-0007dc-BU for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 10:41:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TsbIp-0006ON-OT for emacs-orgmode@gnu.org; Tue, 08 Jan 2013 16:41:23 +0100 Received: from gulasch.exp.univie.ac.at ([131.130.102.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jan 2013 16:41:23 +0100 Received: from sebhofer by gulasch.exp.univie.ac.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Jan 2013 16:41:23 +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 At Wed, 21 Nov 2012 14:21:25 +0100, Nicolas Goaziou wrote: > >> I have been using example setting suggested by Nicolas > >> (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip > There are only two changes: > > #+BEGIN_SRC emacs-lisp > (add-to-list 'org-e-latex-translate-table '(headline . my-e-latex-headline)) > #+END_SRC > > is obsolete since `org-e-latex-translate-table' variable has been > removed. If you want to install a new translator, you have to create > a derived back-end, which is easy (see the example at the end of that > link). Hi Nicolas, Using said code-snippet I get following error: funcall: Wrong number of arguments: (lambda (headline contents info) (if (member "ignoreheading" (org-element-property :tags headline)) contents (org-e-latex-headline headline contents info))), 2 Does this have to do with this next comment, or is this unrelated? > Also, the hook will now be called with an argument: the back-end used as > a symbol. > > Otherwise, the thread is still valid. If yes I couldn't figure out which hook you were talking about. Could you give a few more details please? Thanks in advance Sebastian