From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian van den Broek Subject: #+STARTUP: nologrefile seemingly not respected Date: Thu, 28 Jul 2011 01:12:25 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50937) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmIuB-0001li-IV for emacs-orgmode@gnu.org; Thu, 28 Jul 2011 01:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QmIuA-0004Hz-LT for emacs-orgmode@gnu.org; Thu, 28 Jul 2011 01:13:07 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:61379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QmIuA-0004H6-Gp for emacs-orgmode@gnu.org; Thu, 28 Jul 2011 01:13:06 -0400 Received: by mail-gx0-f169.google.com with SMTP id 23so1854172gxk.0 for ; Wed, 27 Jul 2011 22:13:05 -0700 (PDT) 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: emacs-orgmode Hi all, Either #+STARTUP: nologrefile is not behaving as intended, or I've misunderstood the intention. I have '(setq org-log-refile 'time)' in my .emacs. I have the line '#+STARTUP: nologrefile' in a subtree at the bottom of my inbox.org. Given this setup, I'd expect to get refiling notes with the time of refiling when I refile from org files *other* than inbox.org and not to get refiling notes when refiling from inbox.org. However, I get refiling notes when refiling from any .org file, including inbox.org. I am using org-mode 7.6 on emacs version 23.2.1 Is the problem with my expectations or in org-mode's behaviour? Thanks and best, Brian vdB