Hi Leonidas,

Leonidas Tsampros <ltsamp...@upnet.gr> 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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to