Dear list,

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

Regards, Jörg

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to