emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [BUG] in `org-element-table-interpreter' docstring


From: Nicolas Goaziou
Subject: Re: [O] [BUG] in `org-element-table-interpreter' docstring
Date: Sun, 24 Aug 2014 21:30:34 +0200

Hello,

Thorsten Jolitz <address@hidden> writes:

> 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) [...]))))

Fixed. Thank you.


Regards,

-- 
Nicolas Goaziou



reply via email to

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