How do I get started with Emacs documentation?

I want to check out Emacs self-documenting help systems so I can figure it out myself.

Example. I want to learn how to use the org-mode property :VISIBILITY:so that I can make certain subtrees always open in the expanded state.

I made an assumption regarding the syntax ...

:VISIBILITY: CHILDREN

... but it did not work.

Therefore, I want to use the help system to understand this.

So, I am doing this:

M-x apropos

Character (word list or regular expression): org visibility

There is no help.

C-h vDescribe the variable org visibilityorg-inhibit-startup-visibility-stuff

There is no help.

C-h a visibility

org-set-visibility-accord-to-property is the interactive Lisp function in `org.el '.

(org-set-visibility-matching-to-property & optional NO-CLEANUP)

: VISIBILITY: .

C-h a visibility

org-toggle-custom-properties-visibility - Lisp `org.el '.

(- -)

... , org-mode :VISIBILITY:.

, , ?

+5
1

, .

(emacs) (elisp) (emacs-index-search elisp-index-search), , , - . , C-h i ( d, - ),

C-h i g (org) RET

, -. *info* h, , d, ( ).

- , i ( i). , i , , .

i :VISIBILITY: RET

( , : - , ), VISIBILITY ( ) , ( (org) Visibility cycling node, , ).

C-s. node, C-s node, . , , , .

: , , , info-apropos (, , ).

http://emacswiki.org/emacs/SelfDocumentation ( , , ).

+11

All Articles