emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* latex-export + columnview: misinterpretation of section prefixes as emphasis
@ 2010-05-31  3:38 Juan Pechiar
       [not found] ` <D96E521D-17DE-4725-AD9A-363522C9B1E9@tsdye.com>
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Juan Pechiar @ 2010-05-31  3:38 UTC (permalink / raw)
  To: Emacs-orgmode

Hi!

The test file below contains a columnview table showing section
headers.

Export to HTML works OK: the asterisks inside the table are
transformed into indentation.

Export to LaTeX: asterisk pairs are interpreted as emphasis, resulting
in an incorrect renering of asterisks and bold asterisks.

Following the code, I got lost at org-export-latex-fontify.

I will keep searching for what is happening, but any guidance will be
appreciated.

Thanks!

.j.


Test file:
========================================
#+COLUMNS: %25ITEM

* There comes the table

#+BEGIN: columnview :vlines 1 :id global
|   | ITEM                    |
|---+-------------------------|
|   | * There comes the table |
|   | * first                 |
|   | ** second               |
|   | *** third               |
|   | *** other third         |
|   | **** fourth             |
|   | ** other second         |
| / | <>                      |
#+END:

* first
** second
*** third
*** other third
**** fourth
** other second
========================================

LaTeX output:
========================================
\begin{tabular}{l}
 ITEM                     \\
\hline
 * There comes the table  \\
 * first                  \\
 ** second                \\
 *** third                \\
 \textbf{*} other third   \\
 \textbf{**} fourth       \\
 ** other second          \\
\end{tabular}
========================================

And the PDF display reads:
========================================
ITEM
* There comes the table
first
* second
** third
* other third
** fourth
* other second
========================================

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-06-24 14:01 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-31  3:38 latex-export + columnview: misinterpretation of section prefixes as emphasis Juan Pechiar
     [not found] ` <D96E521D-17DE-4725-AD9A-363522C9B1E9@tsdye.com>
     [not found]   ` <20100531130409.GE27574@soloJazz.com>
2010-05-31 16:57     ` Thomas S. Dye
2010-06-01  7:32 ` Carsten Dominik
2010-06-01 10:51   ` Tim Burt
2010-06-01 13:34     ` Carsten Dominik
2010-06-01 14:52       ` tcburt
2016-06-22 18:45 ` Lele Gaifax
2016-06-22 19:56   ` Nicolas Goaziou
2016-06-22 20:16     ` Lele Gaifax
2016-06-22 20:46       ` Nicolas Goaziou
2016-06-23  6:36         ` Lele Gaifax
2016-06-24  9:38           ` Nicolas Goaziou
2016-06-24 12:08             ` Lele Gaifax
2016-06-24 12:26               ` [PATCH] org-colview.el: Fix typo in function name Lele Gaifax
2016-06-24 12:49                 ` Nicolas Goaziou
2016-06-24 13:06                   ` Lele Gaifax
2016-06-24 14:01                     ` Nicolas Goaziou
2016-06-24 12:47               ` latex-export + columnview: misinterpretation of section prefixes as emphasis Nicolas Goaziou
2016-06-24 13:03                 ` Lele Gaifax

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