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



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to