Hi is there an easy way to insert links to the emacs info manuals? the following works for commands only [[elisp:(Info-goto-emacs-command-node "Info-goto-emacs-command-node")][Info goto emacs command node]] BTW: whats the recommended way to insert multi-line comments in elisp code? ATM I'm assigning a string to a dummy variable, with the drawback that doublequotes are forbidden: (setq org " yadda yadda ") Thanks for any help :) Rolf