mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
orgtbl-to-generic: Mention that :fmt is ignored for empty cells
* lisp/org-table.el (orgtbl-to-generic): Amend docstring mentioning that :fmt is ignored for empty table cells.
This commit is contained in:
parent
ddee7b617c
commit
60365a1641
@ -5649,6 +5649,9 @@ strings, or the current cell) returning a string:
|
||||
|
||||
(:fmt (2 \"$%s$\" 4 (lambda (c) (format \"$%s$\" c))))
|
||||
|
||||
The format is ignored for empty fields. Use :raw t with non-nil
|
||||
:backend option to force formatting empty fields.
|
||||
|
||||
:hlstart :hllstart :hlend :hllend :hsep :hlfmt :hllfmt :hfmt
|
||||
|
||||
Same as above, specific for the header lines in the table.
|
||||
|
Loading…
Reference in New Issue
Block a user