Xebar Saram <zelt...@gmail.com> writes: > Hi list > > I was wondering if one can use a orgmode link to launch (via C-c o) a > defined todo view (ie dispatcher t). anyone has done anything like that > before? >
Yes, you can use an elisp: type link to execute arbitrary lisp code: [[elisp:(message "Hello")][hello]] And since the next question will be "Can I skip the confirmation?", I will point you to C-h v org-confirm-elisp-link-function -- Nick