emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] (org-element-context) :end property


From: Thomas S . Dye
Subject: Re: [O] (org-element-context) :end property
Date: Fri, 02 Oct 2015 12:26:36 -1000
User-agent: mu4e 0.9.12-1c98835; emacs 24.5.1

Aloha Nicolas,

Nicolas Goaziou <address@hidden> writes:

> White spaces following an object are included in the object. They are
> stored in :post-blank property. You can add them with
>
>   (setf (buffer-substring start end)
>         (concat (or desc path) 
>                 (make-string (org-element-property :post-blank eop) ?\s)))

Perfect.  Thanks!

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

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