Re: Ignore, skip, omit headline when exporting to LaTeX

2022-07-14 Thread Max Nikulin
On 08/07/2022 12:04, Ihor Radchenko wrote: ed...@openmail.cc writes: (defun org-export-ignore-headlines-latex (data backend info) "Hack of `org-export-ignore-headlines' for LaTeX: add a conditional for the latex backend and replace 'ignore' with 'ignoreltx'" (when (org-export-de

Re: Ignore, skip, omit headline when exporting to LaTeX

2022-07-08 Thread edgar
On 2022-07-08 05:04, Ihor Radchenko wrote: ed...@openmail.cc writes: This is on topic and can be useful for others So, there should be no issue with posting this here Thanks! Note that this modified version of the function is derived from org-export-ignore-headlines from ox-extra.el [1]

Re: Ignore, skip, omit headline when exporting to LaTeX

2022-07-07 Thread Ihor Radchenko
ed...@openmail.cc writes: > Firstly, do tell me if I am breaking the nettiquete. This is on topic and can be useful for others without knowing the context of the mentioned discussion. So, there should be no issue with posting this here, especially if you provide sufficient context. > I found som

Ignore, skip, omit headline when exporting to LaTeX

2022-07-07 Thread edgar
Firstly, do tell me if I am breaking the nettiquete. I found someone asking online how to ignore a headline when exporting to LaTeX. This e-mail is to avoid creating an account on that forum and to provide a solution. (require 'ox-extra) (defun org-export-ignore-headlines-latex (data bac