From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bulk select and tag Date: Sat, 21 Jun 2014 10:48:12 +0200 Message-ID: <87vbruodgz.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyGyF-00019A-IW for emacs-orgmode@gnu.org; Sat, 21 Jun 2014 04:48:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyGy8-00035z-7Z for emacs-orgmode@gnu.org; Sat, 21 Jun 2014 04:48:23 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:54421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyGy8-00035N-16 for emacs-orgmode@gnu.org; Sat, 21 Jun 2014 04:48:16 -0400 In-Reply-To: (Chris Henderson's message of "Sat, 21 Jun 2014 15:13:29 +1000") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Chris Henderson Cc: org-mode Hi Chris, Chris Henderson writes: > Wondering how can I select multiple ** items and apply tag on them. (setq org-loop-over-headlines-in-active-region t) Then create an active region with multiple headlines and hit C-c C-q. HTH, -- Bastien