emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Latex: exporting a tree


From: Jörg Hagmann
Subject: Re: [Orgmode] Latex: exporting a tree
Date: Fri, 10 Dec 2010 15:49:00 +0100
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

I checked the problem below with the latest (7.4 alias "7.3") version and it is still there.
Could somebody look into that?
Emacs 23.2 on OS X 10.6.5

Thanks, Jörg
With today's pull, exporting a subtree to latex (C-cC-e 1 l) truncates a table at the horizontal line and eliminates the text between the table and the next heading. It works when exporting the whole file (C-cC-e l).

-------Minimal example--------------
* Test
  :PROPERTIES:
  :COLUMNS: %15ITEM(Lecture) %number %Date %hours{+} %status{X/}
  :status_ALL: "[ ]" "[X]"
  :END:

#+BEGIN: columnview :hlines 1 :id local :maxlevel 2
| Lecture |   number | Date                         | hours | status |
|---------+----------+------------------------------+-------+--------|
| * Test  |          |                              |     2 | [0/1]  |
| ** One  | 16.1.7.1 | [2010-12-13 Mon 10:15-12:00] |     2 | [ ]    |
#+END:

Some text

** One
   :PROPERTIES:
   :Date: [2010-12-13 Mon 10:15-12:00]
   :hours: 2
   :number: 16.1.7.1
   :status:   [ ]
   :END:
---------End of minimal example---------------



reply via email to

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