[O] Bug: Tags duplicated in *Org tags* selection dialog. [7.8.11]

2012-12-13 Thread Oleksandr Gavenko
With "emacs -Q" and: (setq org-tag-persistent-alist '( ("ADMIN" . ?a) ("BLOG" . ?b) ("DEVEL" . ?d) ("GET" . ?g) ("LIFE" . ?l) ("MAIL" . ?m) ("JOB" . ?j) ("QUESTION" . ?q) ("PROJECT" . ?p)

[O] Kill all items with specific tag to kill-ring.

2013-04-24 Thread Oleksandr Gavenko
I use tags only on top level items in org-file. And want move all items marked by specific tag to different org-file. I expect that this command kill items with selected tag to kill-ring in one step (so single undo command return original buffer content). Seems there are no such command build-in

Re: [O] Kill all items with specific tag to kill-ring.

2013-04-25 Thread Oleksandr Gavenko
Carsten Dominik gmail.com> writes: > > On 25.4.2013, at 07:32, Oleksandr Gavenko gmail.com> wrote: > > > I use tags only on top level items in org-file. > > > > And want move all items marked by specific tag to different org-file. > > > > I expe

Re: [O] Kill all items with specific tag to kill-ring.

2013-04-25 Thread Oleksandr Gavenko
Carsten Dominik gmail.com> writes: > > > On 25.4.2013, at 10:21, Oleksandr Gavenko gmail.com> wrote: > > > I finish with very hackie code (based on knowledge of internal > > implementation of org-scan-tags): > > > > (defun my-org-kill-by-tag (tag)

Re: [O] Kill all items with specific tag to kill-ring.

2013-04-25 Thread Oleksandr Gavenko
Carsten Dominik gmail.com> writes: > On 25 apr. 2013, at 10:56, Oleksandr Gavenko gmail.com> wrote: > > > > (defun my-org-kill-by-tag (tag) > > (interactive (list (completing-read "Enter tag: " (org-get-buffer-tags > > (kill-new "&quo

Re: [O] Kill all items with specific tag to kill-ring.

2013-04-29 Thread Oleksandr Gavenko
On 2013-04-25, Bernt Hansen wrote: > Oleksandr Gavenko writes: > >>> > I want this feature in order to simplify precess of moving entries from >>> > job org-file to home org-file by marking entries with tag :HOME:... > > If all you want to do is move ite