[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [BUG] in `org-element-table-interpreter' docstring
From: |
Thorsten Jolitz |
Subject: |
[O] [BUG] in `org-element-table-interpreter' docstring |
Date: |
Sun, 24 Aug 2014 19:49:39 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) |
Hi List,
the docstring should rather say something like:
"CONTENTS is nil if type is 'table.el', non-nil otherwise.
#+BEGIN_SRC emacs-lisp
(defun org-element-table-interpreter (table contents)
"Interpret TABLE element as Org syntax.
CONTENTS is nil."
(if (eq (org-element-property :type table) 'table.el)
(org-remove-indentation (org-element-property :value table))
(concat (with-temp-buffer (insert contents) [...]))))
^^^^^^^^
#+END_SRC
--
cheers,
Thorsten
- [O] [BUG] in `org-element-table-interpreter' docstring,
Thorsten Jolitz <=