emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Guilherme Passos <gpp_92@hotmail.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Org export, ignore headline and linebreaks
Date: Wed, 28 Mar 2018 16:52:18 +0000	[thread overview]
Message-ID: <RO1P152MB0135330A1EDA75B737BDFCE5FCA30@RO1P152MB0135.LAMP152.PROD.OUTLOOK.COM> (raw)

[-- Attachment #1: Type: text/plain, Size: 1539 bytes --]

Dear all,


I am writing an org file to be exported to latex, with some headings for my own use that I would like to be ignored in export. For this I am use the :ignore: tag from extra.el (org-plus-contrib).


However, unfortunately it disregards any kind of line or paragraph break just before or after the ignored headline. For instance, the following example org file, without the subheading:


* a-text

  a-text.

# ** b                                                                    :ignore:

   b-text.

is exported as I would expect, defining a new paragraph by the blank line between them:


\section{a-text}

\label{sec:org850d8cd}

a-text.


b-text.

\end{document}


while this other org file, with the ignored headline


* a-text

  a-text.

** b                                                                    :ignore:

   b-text.


is exported as


\section{a-text}

\label{sec:org05e88be}

a-text.

b-text.

\end{document}


this puts "a-text" and "b-text" in the same line, requiring the usage of an explicit \par command in order to break the paragraph. Any extra blank line in the org file is ignored, so the result is the same.


Is there anything I am missing which would solve this problem?

Besides, is there any bug report channel for org mode (or org-plus-contrib) for reporting this?


Thank you very much.


Best,

Guilherme Passos

--
github<https://github.com/GPPassos/> | academia.edu<https://independent.academia.edu/GPassos>

[-- Attachment #2: Type: text/html, Size: 5663 bytes --]

                 reply	other threads:[~2018-03-28 16:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=RO1P152MB0135330A1EDA75B737BDFCE5FCA30@RO1P152MB0135.LAMP152.PROD.OUTLOOK.COM \
    --to=gpp_92@hotmail.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).