Eddward DeVilla | 3 Jan 2007 00:18
Picon

Re: archive tag/agenda bug

I'm still kinda seeing this bug in 4.60.  If you have the org file in
a buffer like I described before, you get the same error in the agenda
buffer.  However, on emacs 21.1.1 on AIX I also get the error in the
agenda buffer even if I do not open the org file in a buffer first
(assuming it is already in the list of agenda files).  On emacs 21.2.1
under cygwin, I do not get the error if the org file is not in a
buffer.  Weird.

Edd

On 12/8/06, Eddward DeVilla <eddward <at> gmail.com> wrote:
> Hi,
>
>     I think I found a new bug.  This may be another emacs 21 visibility issue.
>
> Using a file like so:
> ------------------------------------------------------------------------------
> * projects
> *** TODO Something that was never meant to be   :ARCHIVE:
> ------------------------------------------------------------------------------
>
> add the file to you agenda files list, show all in the buffer and open
> a todo view with C-c a t.  The todo entry will not show up in the
> agenda view as expected.
> ------------------------------------------------------------------------------
> Global list of TODO items of type: ALL
> Available with `N r': (0)ALL (1)TODO (2)DONE
> ------------------------------------------------------------------------------
>
> Now you can fold projects and hide the todo entry or just kill the
(Continue reading)

Eddward DeVilla | 4 Jan 2007 17:58
Picon

hang problem when setting tags in an indirect buffer

Hi,

    The file below will cause a hang if you open the second heading in
an indirect buffer using C-c C-x b and then try to set tags using C-c
C-c from within the indirect buffer.  In emacs 21.2.1 on cygwin, I can
exit the hang with C-g.  In emacs 21.1.1 on AIX, C-g doesn't not work
and I had to kill emacs.

------------- test.org -----------------------

* some random parent heading
*** Tag, I'm :it:

-------------------------------------------------
Leo | 4 Jan 2007 20:25
Face
Picon
Gravatar

Re: hang problem when setting tags in an indirect buffer

* Eddward Devilla (2007-01-04 10:58 -0600) said:
  ^^^^^^^^^^^^^^^
> Hi,
>
>    The file below will cause a hang if you open the second heading in
> an indirect buffer using C-c C-x b and then try to set tags using C-c
> C-c from within the indirect buffer.  In emacs 21.2.1 on cygwin, I can
> exit the hang with C-g.  In emacs 21.1.1 on AIX, C-g doesn't not work
> and I had to kill emacs.
>
> ------------- test.org -----------------------
>
> * some random parent heading
> *** Tag, I'm :it:
>
> -------------------------------------------------

I can reproduce this in Emacs 23 but was able to use C-g to exit the
loop.

--

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
Carsten Dominik | 8 Jan 2007 05:51
Picon
Picon
Favicon

Re: hang problem when setting tags in an indirect buffer

fixed, thanks.

- Carsten

On Jan 4, 2007, at 17:58, Eddward DeVilla wrote:

> Hi,
>
>    The file below will cause a hang if you open the second heading in
> an indirect buffer using C-c C-x b and then try to set tags using C-c
> C-c from within the indirect buffer.  In emacs 21.2.1 on cygwin, I can
> exit the hang with C-g.  In emacs 21.1.1 on AIX, C-g doesn't not work
> and I had to kill emacs.
>
> ------------- test.org -----------------------
>
> * some random parent heading
> *** Tag, I'm :it:
>
> -------------------------------------------------
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode <at> gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
(Continue reading)

Carsten Dominik | 8 Jan 2007 10:34
Picon
Picon
Favicon

Org-mode 4.61

Hi, happy new year to everyone.  May your wishes for
better organization become true :-)

I have released Org-mode 4.61, at

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

Enjoy!

- Carsten

Changes in Version 4.61
-----------------------

- Colon is considered part of number, to align times in clock tables.
     Request from David Boyd

- Avoiding keybinding clashes with flyspell
   - Archiving is now on `C-C C-x C-s' (was `C-c $')
   - Cycling through agenda files is now also on "C-'" (was just "C-,")
   This was reported by Leo.

- Repeating deadlines
     If an item that is scheduled or has a deadline, if such an item
     also has a REPEAT cookie like REPEAT(+1w) or REPEAT(+1y), it will
     auto-repeat.  That is, if you mark such an entry DONE, it will
     switch back to TODO and shift the deadline by the given amount of 
time.
     See manual section 6.4 for details.  Thanks to Norman Lin for
     triggering this.
(Continue reading)

Leo | 8 Jan 2007 18:49
Face
Picon
Gravatar

[fixed in 4.61]C-c $ conflicting with flyspell-mode

* Leo (2006-12-20 19:26 +0000) said:
  ^^^
> If flyspell-mode is enabled in org-mode, C-c $ will be overridden
> as flyspell-correct-word-before-point. Is this a bug?

Along with other conflicts.

--

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
Leo | 8 Jan 2007 18:53
Face
Picon
Gravatar

Re: [fixed in 4.61] Gnus link BUGS

In title.
--

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
Leo | 8 Jan 2007 18:52
Face
Picon
Gravatar

Re: [bug] lists followed by : has wrong indent

> [Emacs 23.0.0.4 20061218, default org: 4.56b]
>
> The test file and its html export are attached. The issue is a
> paragraph marked with : following a list will have an indent as the
> list items. But if anything is put in between, org will identify the
> end of the list and use a different indent. Is this intentional or a
> bug?
>
> * Test 1
>  - item 1
>  - item 2
>
> : Is this correctly indented
>
> * Test 2
>  - item 1
>  - item 2
>
> anything
> : Is this correctly indented

Is this a bug or intentional?

--

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
Leo | 8 Jan 2007 18:55
Face
Picon
Gravatar

Re: Org-mode 4.61

* Carsten Dominik (2007-01-08 10:34 +0100) said:
  ^^^^^^^^^^^^^^^
> Hi, happy new year to everyone.  May your wishes for
> better organization become true :-)
>
> I have released Org-mode 4.61, at
>
> http://www.astro.uva.nl/~dominik/Tools/org
>
> Enjoy!
>
> - Carsten

Thank you. I have installed and verify the bugs reported by me are
fixed.

--

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)
Bastien | 8 Jan 2007 23:52
Gravatar

Org-Mode to handle appointments ?

Hi Carsten and list,

many thanks for Org-Mode 4.61, 'works smoothly here.

I was wondering if org-mode could handle appointments.  This seems to
be a natural extension, no?  I guess insinuating appts into the diary
would be processed by the &%%(org-diary) function.

What do you people think of this ?

All the best, and a happy new year to everyone!

--

-- 
Bastien

Gmane