From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Piotr Zielinski" Subject: Re: Can you automatically open a branch on load? Date: Fri, 28 Dec 2007 21:26:30 +0100 Message-ID: <3c12eb8d0712281226t50b12566l2dcd7f7944eb544c@mail.gmail.com> References: <2f1c7d020712281212o2ae39c68p2ee79a3968b8fe51@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J8Lms-000104-R6 for emacs-orgmode@gnu.org; Fri, 28 Dec 2007 15:26:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J8Lmr-0000wf-3e for emacs-orgmode@gnu.org; Fri, 28 Dec 2007 15:26:34 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J8Lmq-0000wU-Sl for emacs-orgmode@gnu.org; Fri, 28 Dec 2007 15:26:32 -0500 Received: from wa-out-1112.google.com ([209.85.146.183]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J8Lmq-0006K1-JY for emacs-orgmode@gnu.org; Fri, 28 Dec 2007 15:26:32 -0500 Received: by wa-out-1112.google.com with SMTP id k34so5710807wah.10 for ; Fri, 28 Dec 2007 12:26:30 -0800 (PST) In-Reply-To: <2f1c7d020712281212o2ae39c68p2ee79a3968b8fe51@mail.gmail.com> Content-Disposition: inline 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: Hugo Schmitt Cc: Eddward DeVilla , emacs-orgmode@gnu.org On Dec 28, 2007 9:12 PM, Hugo Schmitt wrote: > You can easily write a couple more lines so that the branch that will > be opened is configured on the top of the file itself. Or you can put a call like '(my-open-some-branch "Finances")' directly in the org file using the same emacs mechanism as for defining local variables (don't remember the details). This has the advantage of easy per-file customization but on the other hand might be a security risk. Piotr