From: Oleksandr Gavenko <gavenkoa@gmail.com> To: emacs-orgmode@gnu.org Subject: Re: Kill all items with specific tag to kill-ring. Date: Thu, 25 Apr 2013 11:06:05 +0000 (UTC) [thread overview] Message-ID: <loom.20130425T125402-332@post.gmane.org> (raw) In-Reply-To: <B1B169C0-43D0-4F8A-90C7-4BD7D95E9202@gmail.com> Carsten Dominik <carsten.dominik <at> gmail.com> writes: > On 25 apr. 2013, at 10:56, Oleksandr Gavenko <gavenkoa <at> gmail.com> wrote: > > > > (defun my-org-kill-by-tag (tag) > > (interactive (list (completing-read "Enter tag: " (org-get-buffer-tags)))) > > (kill-new "") > > (org-scan-tags > > (lambda () > > (let ( (last-command 'kill-region) ) > > (org-cut-subtree))) > > '(member tag tags-list) > > nil) ) > > > > Is it possible to include "correct" implementation (seems that I can't able > > implement one) to org-mode? > > I thought your version did work? Does it not? > Yes. It works. But implementation relay on internals of 'org-cut-subtree' and applied only to single file and without any checks (I try call on non-org buffer - it doesn't do anything - so seems it is safe). Also it doesn't follow any org-mode coding conventions... Also 'org-scan-tags' have 'todo-only' argument which may be interesting for possible users of my-org-kill-by-tag.... > > 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:...
next prev parent reply other threads:[~2013-04-25 11:06 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-04-25 5:32 Oleksandr Gavenko 2013-04-25 6:37 ` Carsten Dominik 2013-04-25 8:21 ` Oleksandr Gavenko 2013-04-25 8:36 ` Carsten Dominik 2013-04-25 8:56 ` Oleksandr Gavenko 2013-04-25 10:49 ` Carsten Dominik 2013-04-25 11:06 ` Oleksandr Gavenko [this message] 2013-04-25 11:48 ` Bernt Hansen 2013-04-29 17:14 ` Oleksandr Gavenko 2013-05-01 20:51 ` Carsten Dominik
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=loom.20130425T125402-332@post.gmane.org \ --to=gavenkoa@gmail.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: Kill all items with specific tag to kill-ring.' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).