emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: State change eats headings beginning with "Read" or "Reading"
@ 2009-04-04 22:00 Manish
  2009-04-05  2:25 ` Nick Dokos
  2009-04-05  3:23 ` Samuel Wales
  0 siblings, 2 replies; 5+ messages in thread
From: Manish @ 2009-04-04 22:00 UTC (permalink / raw)
  To: emacs-orgmode

Curiously state change causes the headings beginning with "Read" or "Reading
to be chopped of those words.  Example below.

--8<---------------cut here---------------start------------->8---
# test file
* Reading/RSS
  This heading becomes"/RSS" after S-right.
* Read/RSS
  This heading also becomes "/RSS" after S-right.
* Read RSS
  This heading becomes "RSS" after S-right.
* Readingx/RSS
  This heading behaves correctly with S-right.
* Readingx RSS
  This heading behaves correctly with S-right.
* Rea/RSS
  This heading behaves correctly with S-right.
* Rea RSS
  This heading behaves correctly with S-right.
* RSS/Reading
  This heading behaves correctly with S-right.
* RSS Read
  This heading behaves correctly with S-right.
* Readx RSS
  This heading behaves correctly with S-right.
* Tread carefully
  This heading behaves correctly with S-right.
--8<---------------cut here---------------end--------------->8---

Thanks
-- 
Manish
PS: Does anyone know how to stop Emacs 23 from prefixing every line of a
paragraph (after the first one) with tabs in message mode?  It seems to work
okay in other modes.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: BUG: State change eats headings beginning with "Read" or "Reading"
  2009-04-04 22:00 BUG: State change eats headings beginning with "Read" or "Reading" Manish
@ 2009-04-05  2:25 ` Nick Dokos
  2009-04-05  3:23 ` Samuel Wales
  1 sibling, 0 replies; 5+ messages in thread
From: Nick Dokos @ 2009-04-05  2:25 UTC (permalink / raw)
  To: Manish; +Cc: emacs-orgmode

Manish <mailtomanish.sharma@gmail.com> wrote:

> Curiously state change causes the headings beginning with "Read" or "Reading
> to be chopped of those words.  Example below.
> 

I can't reproduce this: S-right cycles through TODO states without
chopping anything.

HTH,
Nick

Version info:
Org-mode version 6.25b
GNU Emacs 23.0.91.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2009-03-06 on alphaville.usa.hp.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: BUG: State change eats headings beginning with "Read" or "Reading"
  2009-04-04 22:00 BUG: State change eats headings beginning with "Read" or "Reading" Manish
  2009-04-05  2:25 ` Nick Dokos
@ 2009-04-05  3:23 ` Samuel Wales
  2009-04-05  4:55   ` Manish
  1 sibling, 1 reply; 5+ messages in thread
From: Samuel Wales @ 2009-04-05  3:23 UTC (permalink / raw)
  To: Manish; +Cc: emacs-orgmode

Manish, my crystal ball tells me that you have "READ" as a todo kw.

On Sat, Apr 4, 2009 at 15:00, Manish <mailtomanish.sharma@gmail.com> wrote:
> Curiously state change causes the headings beginning with "Read" or "Reading
> to be chopped of those words.  Example below.
>
> --8<---------------cut here---------------start------------->8---
> # test file
> * Reading/RSS
>  This heading becomes"/RSS" after S-right.
> * Read/RSS
>  This heading also becomes "/RSS" after S-right.
> * Read RSS
>  This heading becomes "RSS" after S-right.
> * Readingx/RSS
>  This heading behaves correctly with S-right.
> * Readingx RSS
>  This heading behaves correctly with S-right.
> * Rea/RSS
>  This heading behaves correctly with S-right.
> * Rea RSS
>  This heading behaves correctly with S-right.
> * RSS/Reading
>  This heading behaves correctly with S-right.
> * RSS Read
>  This heading behaves correctly with S-right.
> * Readx RSS
>  This heading behaves correctly with S-right.
> * Tread carefully
>  This heading behaves correctly with S-right.
> --8<---------------cut here---------------end--------------->8---
>
> Thanks
> --
> Manish
> PS: Does anyone know how to stop Emacs 23 from prefixing every line of a
> paragraph (after the first one) with tabs in message mode?  It seems to work
> okay in other modes.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>



-- 
Myalgic encephalomyelitis denialism is causing death (decades early;
Jason et al. 2006) and severe suffering (worse than nearly all other
diseases studied; e.g. Schweitzer et al. 1995) and grossly corrupting
science.  http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: BUG: State change eats headings beginning with "Read" or "Reading"
  2009-04-05  3:23 ` Samuel Wales
@ 2009-04-05  4:55   ` Manish
  2009-04-05  6:43     ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Manish @ 2009-04-05  4:55 UTC (permalink / raw)
  To: Samuel Wales; +Cc: emacs-orgmode

    > On Sat, Apr 4, 2009 at 15:00, Manish wrote:
    >> Curiously state change causes the headings beginning with
"Read" or "Reading
    >> to be chopped of those words. Example below.
    >>
    >> --8<---------------cut here---------------start------------->8---
    >> # test file
    >> * Reading/RSS
    >> This heading becomes"/RSS" after S-right.
    >> * Read/RSS
    >> This heading also becomes "/RSS" after S-right.
    >> * Read RSS
    [snip]

  On Sun, Apr 5, 2009 at 8:53 AM, Samuel Wales wrote:
  > Manish, my crystal ball tells me that you have "READ" as a todo kw.

And your crystal ball would be right.  It was late at night and I was
excited at the thought of discovering my first Org mode bug.  That's
my story and I am sticking with it.  :)

Of course, I should have been more diligent in my checks before putting
my foot in my mouth.  But may be TODO keywords should be made case
sensitive?

Thank you
-- 
Manish

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: BUG: State change eats headings beginning with "Read" or "Reading"
  2009-04-05  4:55   ` Manish
@ 2009-04-05  6:43     ` Carsten Dominik
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2009-04-05  6:43 UTC (permalink / raw)
  To: Manish; +Cc: emacs-orgmode


On Apr 5, 2009, at 6:55 AM, Manish wrote:

>> On Sat, Apr 4, 2009 at 15:00, Manish wrote:
>>> Curiously state change causes the headings beginning with
> "Read" or "Reading
>>> to be chopped of those words. Example below.
>>>
>>> --8<---------------cut here---------------start------------->8---
>>> # test file
>>> * Reading/RSS
>>> This heading becomes"/RSS" after S-right.
>>> * Read/RSS
>>> This heading also becomes "/RSS" after S-right.
>>> * Read RSS
>    [snip]
>
>  On Sun, Apr 5, 2009 at 8:53 AM, Samuel Wales wrote:
>> Manish, my crystal ball tells me that you have "READ" as a todo kw.
>
> And your crystal ball would be right.  It was late at night and I was
> excited at the thought of discovering my first Org mode bug.  That's
> my story and I am sticking with it.  :)
>
> Of course, I should have been more diligent in my checks before  
> putting
> my foot in my mouth.  But may be TODO keywords should be made case
> sensitive?

Yes, this behavior clearly is a bug.  Was a bug, that is.

- Carsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-04-05  6:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-04 22:00 BUG: State change eats headings beginning with "Read" or "Reading" Manish
2009-04-05  2:25 ` Nick Dokos
2009-04-05  3:23 ` Samuel Wales
2009-04-05  4:55   ` Manish
2009-04-05  6:43     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).