org-mode/contrib/babel/lisp
Dan Davison 59d499ff51 babel: Allow table to end neatly with terminal hline
Prior to this, a terminal hline would leave dangling empty cells:

 #+TBLNAME: A
 |---+---+---|
 | a | b | c |
 |---+---+---|

 #+begin_src emacs-lisp :var tab=A
 tab
 #+end_src

 #+results:
 |---+---+---|
 | a | b | c |
 |---+---+---|
 |   |   |   |
2010-04-10 16:49:40 -04:00
..
langs babel: Do not add indentation to perl code. 2010-04-09 08:45:18 -04:00
org-babel-comint.el babel: allow point to move to end of comint buffer 2010-02-27 14:14:07 -05:00
org-babel-exp.el babel: Ensure that inline code blocks produce string output on export 2010-03-19 10:08:16 -04:00
org-babel-keys.el babel: org-babel-switch-to-session [C-c M-b z] 2010-03-16 12:57:28 -04:00
org-babel-lob.el babel: now taking headline properties into account for lob calls 2010-03-28 16:53:00 -06:00
org-babel-ref.el babel: use wildcard "*" characters in `org-babel-ref-index-list' to index entire ranges 2010-04-02 08:46:13 -06:00
org-babel-table.el babel: when passing values from a table an extra '$' prefix forces literal 2010-03-25 11:09:38 -06:00
org-babel-tangle.el babel: allow disabling of noweb expansion during tangling 2010-04-08 16:14:28 -04:00
org-babel.el babel: Allow table to end neatly with terminal hline 2010-04-10 16:49:40 -04:00