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
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
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
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
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
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
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
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
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