emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/org 60365a1: orgtbl-to-generic: Mention that :fmt is ig


From: ELPA Syncer
Subject: [elpa] externals/org 60365a1: orgtbl-to-generic: Mention that :fmt is ignored for empty cells
Date: Fri, 1 Oct 2021 05:57:16 -0400 (EDT)

branch: externals/org
commit 60365a164147dfc71f0047661c143b54064a459b
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    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.
---
 lisp/org-table.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/org-table.el b/lisp/org-table.el
index 89c57fb..3fed150 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -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.



reply via email to

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