[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Hiding/Narrowing dblocks and keywords
From: |
Bastien |
Subject: |
Re: [Orgmode] Hiding/Narrowing dblocks and keywords |
Date: |
Wed, 02 Feb 2011 16:38:27 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Hi Leonidas,
Leonidas Tsampros <address@hidden> 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
>
> <clock table would be here with multiple lines>
> #+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