From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Tagging an entire org file Date: Mon, 13 Jun 2016 17:32:20 -0500 Message-ID: References: <87d1nksr2u.fsf@systemreboot.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCaPB-0006gQ-UE for emacs-orgmode@gnu.org; Mon, 13 Jun 2016 18:32:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCaPA-00047K-RK for emacs-orgmode@gnu.org; Mon, 13 Jun 2016 18:32:25 -0400 Received: from mail-io0-x234.google.com ([2607:f8b0:4001:c06::234]:36835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCaPA-000479-MB for emacs-orgmode@gnu.org; Mon, 13 Jun 2016 18:32:24 -0400 Received: by mail-io0-x234.google.com with SMTP id n127so132846996iof.3 for ; Mon, 13 Jun 2016 15:32:24 -0700 (PDT) In-reply-to: <87d1nksr2u.fsf@systemreboot.net> 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: Arun Isaac Cc: org-mode-email #+FILETAGS: foo -k. On 2016-06-13 at 16:43, Arun Isaac wrote: > Is there a way to tag an entire org document, and not just the > headlines? I mean, something like: > > #+TAGS: tag1, tag2, tag3, ... > > This is much like #+CATEGORY, but something that can take multiple values. > > I am maintaining my blog with org mode, and would like to tag my blog > posts with various tags. > > Regards, > Arun Isaac.