From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: automatically follow symlink to other folder when loading agenda Date: Mon, 16 Mar 2015 12:38:24 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXY2B-0001Rn-Cz for emacs-orgmode@gnu.org; Mon, 16 Mar 2015 12:38:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXY26-0003hN-Vh for emacs-orgmode@gnu.org; Mon, 16 Mar 2015 12:38:31 -0400 Received: from mail-qc0-x22a.google.com ([2607:f8b0:400d:c01::22a]:35115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXY26-0003hH-RP for emacs-orgmode@gnu.org; Mon, 16 Mar 2015 12:38:26 -0400 Received: by qcbkw5 with SMTP id kw5so48917706qcb.2 for ; Mon, 16 Mar 2015 09:38:26 -0700 (PDT) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "J. David Boyd" Cc: emacs-orgmode@gnu.org On 2015-03-16 at 12:05, J. David Boyd wrote: > I have 4 files I use for work in my main org folder. And I have a > personal.org in another folder, that is inside of Dropbox. > > I created a symlink to personal.org in my main org folder. When I start emacs > and load the agenda, it asks me > > Symbolic link to Git-controlled source file; follow link? (y or n) > > Is there some setting (that I can't seem to find) that will always just allow > this, rather than querying me? I don't know of that setting, but you can have your Agenda use a main org folder + files elsewhere without symlinks. I have: (setq org-agenda-files (quote ("~/Documents/Org/" "~/Dropbox/shared/file.org"))) -k.