Hello,
Just something which might be usefull as a workaround.
I know org-babel-tangle allows you to tangle blocks to certain location,
and there is also a hook available for post-processing.
Now what if you'd put your whole file in a source block, with language
'org',
tangle it to the location yo
s result (first implementation) is
INPUT
* elementA
+ itemA
+ itemB
When point is on itemB, calling org-concept-expand will result in
OUTPUT
* elementA
+ itemA
+ itemB
** :itemB:
Thanks,
Dieter
On Sat, Jan 17, 2015 at 6:02 PM, Dieter Van Eessen <
dieter.van.ees...@gmail.co
Hello,
I don't have good elisp skills, but the following might give you an idea
how to start:
(defun org-todo-recursive (element-at-point)
(interactive
(let (element-at-point)
(forward-char) ;to make sure you have item (no
plain-list)
(setq element-at-point (org-element-at-poin
:33 AM, Rasmus wrote:
> Hi Dieter,
>
> Dieter Van Eessen writes:
>
> > Hello Rasmus,
> >
> > Thank you for the fast reply, the link you've given on interpreting is
> very
> > useful ! Also didn't know there existed such thing as the org-dp library
>
tents-end 26 :post-blank 0 ...) #("And a bit of text
" 0 18 (:parent #3))
Perhaps my view is completely wrong, so please correct me if possible.
Thanks for the time,
Dieter
On Fri, Jan 16, 2015 at 8:35 PM, Rasmus wrote:
> Hi Dieter,
>
> Nicolas will probably reply at
t's a long mail, please don't yell at me if I overlooked stuff on the web,
it's quite a huge pool of information...
Dieter Van Eessen