Reputation: 10685
I'm learning how to use the org-mode in Emacs, I see some hints (specifically in the babel section) that I can view this documentations from withing Emacs, how can I do this?
Upvotes: 6
Views: 255
Reputation: 8342
There is the manual (see the answer of ExpodingRat) but also the self help of function and key (C-h k TAB give the help of the TAB key for example.)
Upvotes: 2
Reputation: 5518
Enter Info by pressing C-h i, then the org-mode manual by pressing m org and return.
Upvotes: 8