From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Org-mode version 4.75 Date: Mon, 28 May 2007 21:49:37 +0200 Message-ID: References: <516c72d11fbb8f913e73264d69db19e9@science.uva.nl> <87d50l5tk4.fsf@kosolapov-nb.plesk.ru> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HslDs-0006eF-Be for emacs-orgmode@gnu.org; Mon, 28 May 2007 15:49:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HslDp-0006e3-UG for emacs-orgmode@gnu.org; Mon, 28 May 2007 15:49:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HslDp-0006e0-P5 for emacs-orgmode@gnu.org; Mon, 28 May 2007 15:49:41 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HslDp-0000sP-Bn for emacs-orgmode@gnu.org; Mon, 28 May 2007 15:49:41 -0400 In-Reply-To: <87d50l5tk4.fsf@kosolapov-nb.plesk.ru> 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: Ruslan Kosolapov Cc: emacs-orgmode Hi Ruslan, thank you very much for your extensive and exemplary report. On May 28, 2007, at 8:52, Ruslan Kosolapov wrote: > > 1. Function org-store-agenda-views works only after: > $ diff -u org.el.orig org.el > --- org.el.orig 2007-05-28 12:34:43.000000000 +0700 > +++ org.el 2007-05-28 12:35:02.000000000 +0700 > @@ -14531,7 +14531,7 @@ > ;;;###autoload > (defun org-store-agenda-views (&rest parameters) > (interactive) > - (funcall (intern "org-batch-store-agenda-views"))) > + (org-batch-store-agenda-views)) If I do this, then I sometimes get problems during byte compilation. I believe I have found another solution, which will be in 4.76. > 2. I think example of htmlize-output-type setting in documentation > > http://staff.science.uva.nl/~dominik/Tools/org/org.html#Exporting- > Agenda-Views() > should contain warning about supported output types of used > htmlize.el because default debian's htmlize.el have no support of > 'inline-css I did not know this, so I have changed the eample to 'css, consistent with your proposal. > 3. I have some strange behaviour of agenda to html export, see > details below. Maybe yours words about absolute path using should be > in docs too :) The sentence about absolute paths that I wrote in my reply to your previous email was because I had seen the problem with alternating directories myself and I did not have a quick fix. I will have a solution in the next version. Thanks again. - Carsten