Re: [O] [RFC, mini] org-mark-element-parent

2017-05-30 Thread Marco Wahl
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))

Re: [O] [RFC, mini] org-mark-element-parent

2017-05-30 Thread Nicolas Goaziou
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 >

[O] [RFC, mini] org-mark-element-parent

2017-05-29 Thread Marco Wahl
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