Re: [O] ignoreheading for non-beamer export

2013-07-26 Thread Suvayu Ali
Hi James, On Thu, Jul 25, 2013 at 05:42:00PM -0400, James Harkins wrote: Hi, I found an inventive solution by Suvayu to discard headlines from export here [1], but the 8.0+ solution throws an error in my environment. (defun sa-ignore-headline (contents backend info)

[O] ignoreheading for non-beamer export

2013-07-25 Thread James Harkins
Hi, I found an inventive solution by Suvayu to discard headlines from export here [1], but the 8.0+ solution throws an error in my environment. (defun sa-ignore-headline (contents backend info) Ignore headlines with tag `ignoreheading'. (when (and (org-export-derived-backend-p backend 'latex