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