emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Org export, ignore headline and linebreaks
@ 2018-03-28 16:52 Guilherme Passos
  0 siblings, 0 replies; only message in thread
From: Guilherme Passos @ 2018-03-28 16:52 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-28 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 16:52 Org export, ignore headline and linebreaks Guilherme Passos

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