From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Wrong levels when org-odd-levels-only is set to t Date: Sat, 24 Feb 2007 07:50:06 +0100 Message-ID: <13d0252c6cad6109720d4f9acdf610d0@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HKqjS-0007l9-Ue for emacs-orgmode@gnu.org; Sat, 24 Feb 2007 01:50:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HKqjQ-0007kx-SM for emacs-orgmode@gnu.org; Sat, 24 Feb 2007 01:50:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HKqjQ-0007ku-PJ for emacs-orgmode@gnu.org; Sat, 24 Feb 2007 01:50:08 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HKqjQ-0000U8-Ac for emacs-orgmode@gnu.org; Sat, 24 Feb 2007 01:50:08 -0500 In-Reply-To: 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: Leo Cc: emacs-orgmode@gnu.org I fixed this for 4.67: On Feb 24, 2007, at 4:18, Leo wrote: > Open the attached .org file and try to archive the entry by 'C-c > $'. It will then be archived to a level 2 entry under "* Archived > Tasks" even though org-odd-levels-only is set to t. This will now use org-odd-levels. Even when the archive is a different file, it will use org-odd-levels-only from the original file, unless you doe have a #+STARTUP setting for this variable in the archive file. > > This also happens in another case. In *Remember* buffer, C-u C-c C-c > will file the subtree with a wrong level. Fixed as well. Thanks for the report. - Carsten