emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Extraneous blank lines in when attempting to export org tables


From: Ihor Radchenko
Subject: Re: Extraneous blank lines in when attempting to export org tables
Date: Sun, 18 Feb 2024 16:33:01 +0000

"Rohit Patnaik" <quanticle@quanticle.net> writes:

> I'm currently working on an exporter that will allow org-mode to export to
> PMWiki markdown (https://github.com/quanticle/ox-pmwiki/), and I'm running 
> into
> a problem when writing the export code to handle tables. When exporting table
> rows, I'm getting extraneous blank lines between table rows.
> ...
> The contents of each cell are formatted correctly, but there's an additional
> newline between the two rows. How do I prevent this newline from being added?

This is because ox-md adds a blank line between almost every element,
including table-rows (which ox-md does not care about).

Fixed, on bugfix.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=85aafac41

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]