In Emacs org-mode, is there a command like org-goto-heading?
In a long org-mode file, I have a heading toward the bottom like this:
* questions
I'd like to jump to that heading without having to wade through all the other instances of the word questions.
Is there a command like:
Basically I would like to navigate to that heading using something like this: M-x org-goto-heading questions <RET>
(global-set-key (kbd "C-c C-j") 'org-goto)then started using it! - Hasan Sh