emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Max Nikulin <manikulin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Ignore, skip, omit headline when exporting to LaTeX
Date: Thu, 14 Jul 2022 22:29:04 +0700	[thread overview]
Message-ID: <tapco1$53e$1@ciao.gmane.io> (raw)
In-Reply-To: <87r12w2o0y.fsf@localhost>

On 08/07/2022 12:04, Ihor Radchenko wrote:
> edgar@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-derived-backend-p backend 'latex)
>>         (org-element-map data 'headline
>>           (lambda (object)
>>             (when (member "ignoreltx" (org-element-property :tags object))
>> ...
>>               (org-element-extract-element object)))
>>           info nil)
>>         data))
> 
> Note that this modified version of the function is derived from
> org-export-ignore-headlines from ox-extra.el [1]
> ...
> [1] https://git.sr.ht/~bzg/org-contrib

It looks like almost verbatim copy of 
https://orgmode.org/worg/org-faq.html#org11adb66 FAQ: 18.1. How do I 
ignore a headline?
added in 2014 (eb56c1ab34)



      parent reply	other threads:[~2022-07-14 15:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 20:00 Ignore, skip, omit headline when exporting to LaTeX edgar
2022-07-08  5:04 ` Ihor Radchenko
2022-07-08  8:51   ` edgar
2022-07-14 15:29   ` Max Nikulin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='tapco1$53e$1@ciao.gmane.io' \
    --to=manikulin@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).