* Disabling warnings when following [[elisp:...]] links @ 2010-03-17 7:36 Nicolas Girard 2010-03-17 9:26 ` Mikael Fornius 0 siblings, 1 reply; 3+ messages in thread From: Nicolas Girard @ 2010-03-17 7:36 UTC (permalink / raw) To: emacs-orgmode Hi, is it possible to disable warnings when following [[elisp:...]] links on a per-buffer basis ? I'd find this much useful ! Thanks in advance, Nicolas ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Disabling warnings when following [[elisp:...]] links 2010-03-17 7:36 Disabling warnings when following [[elisp:...]] links Nicolas Girard @ 2010-03-17 9:26 ` Mikael Fornius 2010-03-17 14:52 ` Nicolas Girard 0 siblings, 1 reply; 3+ messages in thread From: Mikael Fornius @ 2010-03-17 9:26 UTC (permalink / raw) To: Nicolas Girard; +Cc: emacs-orgmode You should be able to customize variable `org-confirm-elisp-link-function' and to do it per-buffer basis works with emacs file local variables. Begin the org-file with this line: -*- org-confirm-elisp-link-function: nil -*- then re-open the file. For more info: (info "(Emacs) Specifying File Variables") -- Mikael Fornius ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Disabling warnings when following [[elisp:...]] links 2010-03-17 9:26 ` Mikael Fornius @ 2010-03-17 14:52 ` Nicolas Girard 0 siblings, 0 replies; 3+ messages in thread From: Nicolas Girard @ 2010-03-17 14:52 UTC (permalink / raw) To: emacs-orgmode 2010/3/17 Mikael Fornius <mfo@abc.se>: > > You should be able to customize variable > `org-confirm-elisp-link-function' and to do it per-buffer basis works > with emacs file local variables. Begin the org-file with this line: > > -*- org-confirm-elisp-link-function: nil -*- > > then re-open the file. For more info: > > (info "(Emacs) Specifying File Variables") > Thanks Mikael, it's exactly what I needed ! Nicolas ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-17 14:52 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-03-17 7:36 Disabling warnings when following [[elisp:...]] links Nicolas Girard 2010-03-17 9:26 ` Mikael Fornius 2010-03-17 14:52 ` Nicolas Girard
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.