Carsten Dominik | 3 Jul 2006 13:05
Picon

Org-mode 4.42

Org-mode 4.42 is another bug-fix release.

Among other things, calc embedded mode should now work correctly in 
embedded LaTeX.  Note that you need to customize the variable 
calc-language-alist and add an entry for org-mode, associating it with 
LaTeX.

http://www.astro.uva.nl/~dominik/Tools/org/

- Carsten

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
Steven H. Rogers | 6 Jul 2006 02:40
Favicon

Export Documentation

The documentation for export indicates that C-c C-x be used to export an 
org file.  This doesn't work and I found the correct C-c C-e key 
combination from the Org menu.

Regards,
Steve

--

-- 
Steven H. Rogers, Ph.D., steve <at> shrogers.com
Weblog: http://shrogers.com/weblog
"He who refuses to do arithmetic is doomed to talk nonsense."
-- John McCarthy
Carsten Dominik | 6 Jul 2006 10:48
Picon
Picon
Favicon

Re: Export Documentation

Wow, how could I forget to change these?????  Thanks, I am fixing it.

- Carsten

On Jul 6, 2006, at 2:40, Steven H. Rogers wrote:

> The documentation for export indicates that C-c C-x be used to export 
> an org file.  This doesn't work and I found the correct C-c C-e key 
> combination from the Org menu.
>
> Regards,
> Steve
>
> -- 
> Steven H. Rogers, Ph.D., steve <at> shrogers.com
> Weblog: http://shrogers.com/weblog
> "He who refuses to do arithmetic is doomed to talk nonsense."
> -- John McCarthy
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode <at> gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
(Continue reading)

Christian Egli | 6 Jul 2006 17:09
Picon
Favicon

Regressions in 4.42?

Hi Carsten

I'm using org-mode 4.42 (Emacs from CVS). It seems to me that there are
some regressions.

     1. org-agenda-redo marks all org buffers as modified:
        org-save-all-org-buffers works great but seems to expose a bug.
        When I hit 'r' (in the agenda buffer) to redo my agenda, all my
        org buffers seem to become modified and hence
        org-save-all-org-buffers always has to save all the buffers as
        the seem dirty. Reproduce by repeatedly typing 'r' and 's' in
        the org agenda buffer.
     2. Regression in org-agenda-todo-ignore-scheduled and
        org-agenda-todo-list-sublevels: in the previous version I was
        able to hide subtasks by setting org-agenda-todo-list-sublevels
        to nil and to hide scheduled TODOs by setting
        org-agenda-todo-ignore-scheduled to t. The agenda buffer would
        only show the topmost task and would only show it for the
        specific day if scheduled. However with 4.42 as soon as I
        schedule the topmost task is hidden from the list of open tasks,
        but the subtasks are shown in the list of open tasks, which is
        not how it (correctly) worked before.

Let me know if you can reproduce this and how I can help to fix this.

Thanks

--

-- 
Christian Egli, Senior Consultant
Novell (Schweiz) AG, Leutschenbachstrasse 41, 8050 Zürich
(Continue reading)

Philip Rooke | 6 Jul 2006 21:06
Picon

Re: Regressions in 4.42?

Christian Egli <christian.egli <at> novell.com> writes:

>
>      1. org-agenda-redo marks all org buffers as modified:
>         org-save-all-org-buffers works great but seems to expose a bug.
>         When I hit 'r' (in the agenda buffer) to redo my agenda, all my
>         org buffers seem to become modified and hence
>         org-save-all-org-buffers always has to save all the buffers as
>         the seem dirty. Reproduce by repeatedly typing 'r' and 's' in
>         the org agenda buffer.

As another data point I'm having a similar problem.  This is since
updating to a version of CVS GNU/Emacs last weekend. M-x org-version
is showing 4.41.

My observation is the problem is somewhat broader, as soon as I have
run something like C-a a then all my agenda buffers are marked
modified.

Phil
Carsten Dominik | 7 Jul 2006 08:16
Picon
Picon
Favicon

Re: Regressions in 4.42?

On Jul 6, 2006, at 17:09, Christian Egli wrote:

> Hi Carsten
>
> I'm using org-mode 4.42 (Emacs from CVS). It seems to me that there are
> some regressions.
>
>      1. org-agenda-redo marks all org buffers as modified:
>         org-save-all-org-buffers works great but seems to expose a bug.
>         When I hit 'r' (in the agenda buffer) to redo my agenda, all my
>         org buffers seem to become modified and hence
>         org-save-all-org-buffers always has to save all the buffers as
>         the seem dirty. Reproduce by repeatedly typing 'r' and 's' in
>         the org agenda buffer.

Yes, I can reproduce this.  The buffers are not really changed, all I 
am doing is changing  a few text properties to mark comments and 
ARCHIVED subtrees.  Emacs sees these changes as enough reason to raise 
the buffer-modified flag.

>      2. Regression in org-agenda-todo-ignore-scheduled and
>         org-agenda-todo-list-sublevels: in the previous version I was
>         able to hide subtasks by setting org-agenda-todo-list-sublevels
>         to nil and to hide scheduled TODOs by setting
>         org-agenda-todo-ignore-scheduled to t. The agenda buffer would
>         only show the topmost task and would only show it for the
>         specific day if scheduled. However with 4.42 as soon as I
>         schedule the topmost task is hidden from the list of open 
> tasks,
>         but the subtasks are shown in the list of open tasks, which is
(Continue reading)

Carsten Dominik | 7 Jul 2006 08:17
Picon
Picon
Favicon

Re: Regressions in 4.42?

This is indeed related to the bug reported by Chritian, and will be 
fixed in 4.43.

- Carsten

On Jul 6, 2006, at 21:06, Philip Rooke wrote:

> Christian Egli <christian.egli <at> novell.com> writes:
>
>>
>>      1. org-agenda-redo marks all org buffers as modified:
>>         org-save-all-org-buffers works great but seems to expose a 
>> bug.
>>         When I hit 'r' (in the agenda buffer) to redo my agenda, all 
>> my
>>         org buffers seem to become modified and hence
>>         org-save-all-org-buffers always has to save all the buffers as
>>         the seem dirty. Reproduce by repeatedly typing 'r' and 's' in
>>         the org agenda buffer.
>
> As another data point I'm having a similar problem.  This is since
> updating to a version of CVS GNU/Emacs last weekend. M-x org-version
> is showing 4.41.
>
> My observation is the problem is somewhat broader, as soon as I have
> run something like C-a a then all my agenda buffers are marked
> modified.
>
> Phil
>
(Continue reading)

Carsten Dominik | 7 Jul 2006 08:35
Picon
Picon
Favicon

Org-mode 4.43


Version 4.43 fixes the latest bugs reported here by Christian Egli, 
Philip Rooke, and Steven Rogers.  The new release is available now, 
through Emacs CVS and at

http://www.astro.uva.nl/~dominik/Tools/org/

This is the "summer release", I will be offline for a few weeks.  I'd 
like to thank everyone who has contributed here over the last few 
months.  I certainly had a lot of fun, hope you did too.

- Carsten
Daniel Weber | 23 Jul 2006 17:20
Picon

Re: File link in Windows?

Hi Morten,

Morten Hindsholm wrote:
> I have a small Windows-related problem, though: I can create links to
> external files, but only when they are on the same drive as my .org
> file. For example:
> 
> file:/home/mohi.html
> 
> is OK, but
> 
> file:///C:/home/mohi.html

   file:C:/home/mohi.html

seems to work :)

Regards,
Daniel
T. V. Raman | 23 Jul 2006 20:19

org-mode: couple of html related feature requests

Hi,

Here are a couple of html export related feature requests. 

0)   Would it be possible to generate the title element from the
     first top-level heading -- rather than the base filename?

1)   How do I avoid the -*- mode: ... -*-
line from showing up in the exported HTML?

2)   Finally, how do I supress generation f the Table of contents?
 Thanks, 
 --Raman

--

-- 
Best Regards,
--raman

      
Email:  raman <at> users.sf.net
WWW:    http://emacspeak.sf.net/raman/
AIM:    emacspeak       GTalk: tv.raman.tv <at> gmail.com
PGP:    http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:    irc://irc.freenode.net/#emacs

Gmane