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 18:09:45 -1000
User-agent: mu4e 0.9.12-1c98835; emacs 24.5.1

Aloha all,

Nicolas Goaziou <address@hidden> writes:

> Hello,
>
>
> 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)))

To wrap this up, the revised unlinkify function (and a hydra with the
org-link-edit functions) are here:

https://github.com/abo-abo/hydra/wiki/Org-mode-links

All the best,
Tom
-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

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