Hi!
Nicolas Goaziou writes:
>> is the following function worthy to occupy space in Orgmode?
>>
>> #v+
>> (defun org-mark-element-parent ()
>> "Put point at beginning of the parent element, mark at end."
>> (interactive)
>> (let ((parent (org-element-property :parent (org-element-at-point))
Hello,
Marco Wahl writes:
> is the following function worthy to occupy space in Orgmode?
>
> #v+
> (defun org-mark-element-parent ()
> "Put point at beginning of the parent element, mark at end."
> (interactive)
> (let ((parent (org-element-property :parent (org-element-at-point
>
Hi Orgers,
is the following function worthy to occupy space in Orgmode?
#v+
(defun org-mark-element-parent ()
"Put point at beginning of the parent element, mark at end."
(interactive)
(let ((parent (org-element-property :parent (org-element-at-point
(when parent
(push-mark (o