Correctly format orgtbl line when there is a :lfmt argument.
* org-table.el (orgtbl-format-line): Fix bug when formatting line. TINYCHANGE
This commit is contained in:
parent
0625b53a07
commit
1f8822101b
|
@ -4643,7 +4643,7 @@ When FMT is nil, return the first argument from ARGS."
|
|||
f)))
|
||||
line)))
|
||||
(push (if *orgtbl-lfmt*
|
||||
(orgtbl-apply-fmt *orgtbl-lfmt* line)
|
||||
(apply #'orgtbl-apply-fmt *orgtbl-lfmt* line)
|
||||
(concat (orgtbl-eval-str *orgtbl-lstart*)
|
||||
(mapconcat 'identity line *orgtbl-sep*)
|
||||
(orgtbl-eval-str *orgtbl-lend*)))
|
||||
|
|
Loading…
Reference in New Issue