From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: add additional tag (using %^G) to existing tag in org capture Date: Thu, 7 Sep 2017 20:31:05 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a113779ee435c3605589cd37e" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46451) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dq0e1-0005x0-G9 for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:31:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dq0dw-0003em-MR for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:31:13 -0400 Received: from mail-pf0-x22d.google.com ([2607:f8b0:400e:c00::22d]:35138) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dq0dw-0003dt-GZ for emacs-orgmode@gnu.org; Thu, 07 Sep 2017 13:31:08 -0400 Received: by mail-pf0-x22d.google.com with SMTP id g13so534862pfm.2 for ; Thu, 07 Sep 2017 10:31:07 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: org mode --001a113779ee435c3605589cd37e Content-Type: text/plain; charset="UTF-8" Hi! I have this current capture (add-to-list 'org-capture-templates '("bb" "Work.TODO" entry (file+headline (concat pmm "/org/files/agenda/bgu.org") "TDEN") "* TODO %^G %? :@work: \n%^T" )) which seems to work by adding a tag (via the %^G) alongside the current already defined tag in the capture template. is there anyway to add a tag to the current tag in the capture template (:@work: above). Thx! Z --001a113779ee435c3605589cd37e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi!

I have this current capture

= (add-to-list 'org-capture-templates '("bb" "Work.TOD= O" entry (file+headline (concat pmm "/org/files/agenda/bgu.org") "TDEN") "* TODO %^G %? := @work: \n%^T"
))

which seems to work by adding a tag (via th= e %^G) alongside the current already defined tag in the capture template.
is there anyway to add a tag to the current tag in the capture templa= te (:@work: above).

Thx!

= Z
--001a113779ee435c3605589cd37e--