emacs-orgmode
[Top][All Lists]
Advanced

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

configure separator in org-table-insert-hline


From: Vladimir Alexiev
Subject: configure separator in org-table-insert-hline
Date: Fri, 21 Aug 2020 12:07:29 +0300

org-table-insert-hline (org-table.el) inserts lines like this  
|----+----+----|

But I often use orgtbl-mode in markdown-mode, 
and in markdown the hlines should be like this:
|----|----|----|

Perhaps all that's needed is to make this conditional:
(concat "+"

reply via email to

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