emacs-orgmode
[Top][All Lists]
Advanced

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

[O] org-open-line inconsistent treatment of marking characters '#' and '


From: Tony E . Bennett
Subject: [O] org-open-line inconsistent treatment of marking characters '#' and '*'
Date: Thu, 10 Jan 2019 11:37:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin)

Hello

org-open-line replicates the table marking character '#' (if present) into
the new table line but does not do the same for '*'.

Since the semantics of '#' and '*' are so similar I expect them to be
treated identically when opening a new table line.

Within defun org-table-insert-row, changing this line:

         ;; Fix the first field if necessary
         (when (string-match "^[ \t]*| *[#$] *|" line)

to:

         ;; Fix the first field if necessary
         (when (string-match "^[ \t]*| *[#*$] *|" line)

gives the expected behavior.

Can this be fixed?

thanks


-- 

--tony




reply via email to

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