From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier <alexander.baier@mailbox.org> Subject: Re: Set tags in region Date: Sat, 10 May 2014 13:00:39 +0200 Message-ID: <87r441525k.fsf@mailbox.org> References: <CA+M2ft_LW8Hgx+PTXbNBzW1JCunvzHwNCfpTJ+nLP1HoO9r12Q@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org> Received: from eggs.gnu.org ([2001:4830:134:3::10]:55351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Wj52t-0002a9-8I for emacs-orgmode@gnu.org; Sat, 10 May 2014 07:02:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Wj52l-0006ml-PX for emacs-orgmode@gnu.org; Sat, 10 May 2014 07:02:23 -0400 Received: from plane.gmane.org ([80.91.229.3]:47946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Wj52l-0006mh-JJ for emacs-orgmode@gnu.org; Sat, 10 May 2014 07:02:15 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from <geo-emacs-orgmode@m.gmane.org>) id 1Wj52e-0000kx-0H for emacs-orgmode@gnu.org; Sat, 10 May 2014 13:02:08 +0200 Received: from hsi-kbw-046-005-176-206.hsi8.kabel-badenwuerttemberg.de ([46.5.176.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <emacs-orgmode@gnu.org>; Sat, 10 May 2014 13:02:08 +0200 Received: from alexander.baier by hsi-kbw-046-005-176-206.hsi8.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <emacs-orgmode@gnu.org>; Sat, 10 May 2014 13:02:08 +0200 List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode> List-Post: <mailto:emacs-orgmode@gnu.org> List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>, <mailto:emacs-orgmode-request@gnu.org?subject=subscribe> Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello John, On 2014-05-10 04:53 John Hendy wrote: > Just curious of there's a way to set the tags in a region all at once? You could also takle this with keyboard macros, see (info "(Emacs) Keyboard Macros"). [Evaluate that expression in emacs to see the relevant manual entry.] Define a macro that tags one specific headline and then execute it on the current region with `C-x C-k r'. HTH, -- Alexander Baier