From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Girard Subject: Re: Disabling warnings when following [[elisp:...]] links Date: Wed, 17 Mar 2010 15:52:34 +0100 Message-ID: <51b0095d1003170752o64692bdeg6dcccfe1b07adbd9@mail.gmail.com> References: <51b0095d1003170036i38599714scfcb84088050731e@mail.gmail.com> <87d3z3cn8z.fsf@eee.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nrubv-0002rG-6O for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 10:52:39 -0400 Received: from [140.186.70.92] (port=38167 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nrubt-0002qQ-S1 for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 10:52:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nrubs-0008Ia-8h for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 10:52:37 -0400 Received: from mail-fx0-f210.google.com ([209.85.220.210]:62420) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nrubs-0008IV-2w for emacs-orgmode@gnu.org; Wed, 17 Mar 2010 10:52:36 -0400 Received: by fxm2 with SMTP id 2so1176207fxm.26 for ; Wed, 17 Mar 2010 07:52:35 -0700 (PDT) In-Reply-To: <87d3z3cn8z.fsf@eee.lan> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 2010/3/17 Mikael Fornius : > > 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