diff options
| -rw-r--r-- | lisp/org/org-table.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index 5116b1127f7..a38f2a283d7 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -2861,7 +2861,7 @@ list, `literal' is for the format specifier L." | |||
| 2861 | (if lispp | 2861 | (if lispp |
| 2862 | (if (eq lispp 'literal) | 2862 | (if (eq lispp 'literal) |
| 2863 | elements | 2863 | elements |
| 2864 | (if (and (eq elements "") (not keep-empty)) | 2864 | (if (and (equal elements "") (not keep-empty)) |
| 2865 | "" | 2865 | "" |
| 2866 | (prin1-to-string | 2866 | (prin1-to-string |
| 2867 | (if numbers (string-to-number elements) elements)))) | 2867 | (if numbers (string-to-number elements) elements)))) |