From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Hiding/Narrowing dblocks and keywords Date: Wed, 02 Feb 2011 16:38:27 +0100 Message-ID: <877hdimop8.fsf@gnu.org> References: <87sjwaqgpc.fsf@bifteki.lan> <87d3nad7ym.fsf@gnu.org> <87oc6uldmp.fsf@bifteki.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34887 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pkemq-0001N2-Db for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 10:38:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pkemo-0004qs-Mt for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 10:38:28 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:59262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pkemo-0004qe-H3 for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 10:38:26 -0500 Received: by bwz16 with SMTP id 16so687515bwz.0 for ; Wed, 02 Feb 2011 07:38:25 -0800 (PST) In-Reply-To: <87oc6uldmp.fsf@bifteki.lan> (Leonidas Tsampros's message of "Wed, 02 Feb 2011 16:22:54 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Leonidas Tsampros Cc: emacs-orgmode@gnu.org Hi Leonidas, Leonidas Tsampros writes: > My question is: Can I hide the keywords defined on the top of the buffer You can hide *some* keywords with org-hidden-keywords. The docstring was not accurate, I just fixed it. For example you can use: (setq org-hidden-keywords '(author)) to make the #+AUTHOR: keyword invisible. You cannot use *any* keyword though: only title, author, date, email. I think it makes sense since hiding other #+* keywords could be confusing (but I don't have a strong opinion about this.) > * test entry1 > #+BEGIN clocktable :maxlevel 3 :scope file :link > Clock summary etc etc > > > #+END: You can hide #+begin blocks at startup with this: (setq org-hide-block-startup t) There was a bug here preventing the folding of dynamic blocks, other blocks were folding okay. See also M-x org-hide-block-all M-x org-hide-block-toggle > Did I clarify my question enough? Or am I misunderstading the way > dblocks/keywords work? Hope I clarified some points, thanks! -- Bastien