From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: usage, ideas, suggestions, actually a braindumnp Date: Fri, 19 May 2006 14:20:05 +0200 Message-ID: <6b5d86b6e345b96d2873568d0324d846@science.uva.nl> References: <20060427095328.69336E8C6@schimmel.ibbu.nl> Mime-Version: 1.0 (Apple Message framework v623) 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 1Fh3xi-0006qX-PJ for emacs-orgmode@gnu.org; Fri, 19 May 2006 08:20:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fh3xh-0006qD-BY for emacs-orgmode@gnu.org; Fri, 19 May 2006 08:20:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fh3xh-0006qA-5V for emacs-orgmode@gnu.org; Fri, 19 May 2006 08:20:09 -0400 Received: from [146.50.4.51] (helo=imap.science.uva.nl) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fh410-0001i2-Aj for emacs-orgmode@gnu.org; Fri, 19 May 2006 08:23:34 -0400 In-Reply-To: <20060427095328.69336E8C6@schimmel.ibbu.nl> 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: nielsgiesen@ibbu.nl Cc: emacs-orgmode@gnu.org Hi Niels, my comments below refer to org-mode version 4.30. On Apr 27, 2006, at 11:53, nielsgiesen@ibbu.nl wrote: > * Some other things that have come up during usage: > ** option for clean export view of timestamps Timestamps and the associated keywords have now their own CSS classes. Also, if timestamp(s) and keywords are the only things on a line, a line break is inserted at the end of the line. Hope this is sort-of what you need. > ** option to leave timestamps out in export function (setq org-export-with-timestamps nil) > ** option to leave tags out in export function. (setq org-export-with-tags nil) > > ** make follow-mode the default as customization option; > for myself, I have just hacked the code to have follow-mode always on. (setq org-agenda-start-with-follow-mode t) > ** strip links when unexportable as link > Export description, or, when lacking, only the content of the link. I have not worked further on this yet, unfortunately. But it is on my list. - Carsten