From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: M-left/right, also customization Date: Fri, 29 Dec 2006 08:35:35 +0100 Message-ID: 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 1H0CHI-0002BR-0Q for emacs-orgmode@gnu.org; Fri, 29 Dec 2006 02:35:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0CHD-0002B1-2B for emacs-orgmode@gnu.org; Fri, 29 Dec 2006 02:35:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0CHC-0002Au-Ua for emacs-orgmode@gnu.org; Fri, 29 Dec 2006 02:35:38 -0500 Received: from [193.252.22.249] (helo=smtp-4.orange.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0CHB-0006PC-Qt for emacs-orgmode@gnu.org; Fri, 29 Dec 2006 02:35:38 -0500 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf6308.orange.nl (SMTP Server) with ESMTP id 258361C00082 for ; Fri, 29 Dec 2006 08:35:36 +0100 (CET) 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: Wes Nakamura Cc: emacs-orgmode@gnu.org On Dec 29, 2006, at 0:00, Wes Nakamura wrote: > > I'm also seeing the problem where using M-left/right on an empty > headline is removing the trailing space. Is this still being worked > on? > I still see it in 4.60. Yes, I think I have finally fixed this now, for 4.61. > > Is there an org-agenda hook or another way to change settings so they > only affect the agenda view? I'd like to use variable-width fonts in > the org file, but use fixed-width fonts in the agenda view, so things > align properly. I figured the easiest way to do that was to set > buffer-local faces when the agenda view is brought up via a hook. org-agenda-mode-hook is run when the buffer is created. org-finalize-agenda-hook is run just before it is displayed. > > I'm using local variables to set org-time-stamp-custom-formats, and it > seems that at times the custom format is used, but other times they're > not. I'm having a hard time tracking down exactly when it works and > when it doesn't. Is it possible that this doesn't work when set in > local variables (I found a couple of other ones that also didn't work)? Local variables should work for displaying custom time formats. I think they will not work currently for exported files like HTML. If you change these on the fly, it may be necessary to turn font-lock-mode off and back on. - Carsten