Re: [O] org-e-latex: ignoreheading is not working any more.

2013-01-10 Thread Nicolas Goaziou
Hello, Sebastian Hofer writes: > #+BEGIN_SRC emacs-lisp > (defun my-e-latex-headline (headline contents info) > (if (member "ignoreheading" (org-element-property :tags headline)) contents > (org-e-latex-headline headline contents info))) > #+END_SRC I suggest to use: (org-export-with-b

Re: [O] org-e-latex: ignoreheading is not working any more.

2013-01-10 Thread Sebastian Hofer
At Thu, 10 Jan 2013 19:44:32 +0100, Nicolas Goaziou wrote: > > Hello, > > Sebastian Hofer writes: > > > #+BEGIN_SRC emacs-lisp > > (defun my-e-latex-headline (headline contents info) > > (if (member "ignoreheading" (org-element-property :tags headline)) > > contents > > (org-e-latex-head

Re: [O] org-e-latex: ignoreheading is not working any more.

2013-01-09 Thread Sebastian Hofer
At Wed, 09 Jan 2013 16:17:06 +0100, Nicolas Goaziou wrote: > > Hello, > > Sebastian Hofer writes: > > > Using said code-snippet I get following error: > > > > funcall: Wrong number of arguments: (lambda (headline contents info) > > (if (member "ignoreheading" (org-element-property :tags headlin

Re: [O] org-e-latex: ignoreheading is not working any more.

2013-01-09 Thread Nicolas Goaziou
Hello, Sebastian Hofer writes: > 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 Would you m

Re: [O] org-e-latex: ignoreheading is not working any more.

2013-01-08 Thread Sebastian Hofer
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-tran

Re: [O] org-e-latex: ignoreheading is not working any more.

2012-11-21 Thread Myles English
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Myles English writes: > >> Hi Yagnesh, >> >> Yagnesh Raghava Yakkala writes: >>> I have been using example setting suggested by Nicolas >>> (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to >>> skip >>> particular headline

Re: [O] org-e-latex: ignoreheading is not working any more.

2012-11-21 Thread Nicolas Goaziou
Hello, Myles English writes: > Hi Yagnesh, > > Yagnesh Raghava Yakkala writes: >> I have been using example setting suggested by Nicolas >> (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip >> particular headline (with ignoreheading tag). >> >> It seems recent commit

Re: [O] org-e-latex: ignoreheading is not working any more.

2012-11-21 Thread Myles English
Hi Yagnesh, Yagnesh Raghava Yakkala writes: > I have been using example setting suggested by Nicolas > (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip > particular headline (with ignoreheading tag). > > It seems recent commit made this setup obsolete. could anybody s

[O] org-e-latex: ignoreheading is not working any more.

2012-11-20 Thread Yagnesh Raghava Yakkala
Hi, I have been using example setting suggested by Nicolas (http://article.gmane.org/gmane.emacs.orgmode/55972) to tell exporter to skip particular headline (with ignoreheading tag). It seems recent commit made this setup obsolete. could anybody suggest me the alternative setting for this.? Tha