* Org cause Emacs to hang
@ 2011-02-26 19:54 Marvin Doyley
2011-02-26 20:06 ` Bastien
0 siblings, 1 reply; 10+ messages in thread
From: Marvin Doyley @ 2011-02-26 19:54 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1.1: Type: text/plain, Size: 101 bytes --]
Hi there,
Emacs hang whenever I try to switch todo state. Do anybody no how to fix
this ?
cheers
M
[-- Attachment #1.2: Type: text/html, Size: 120 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-26 19:54 Org cause Emacs to hang Marvin Doyley
@ 2011-02-26 20:06 ` Bastien
2011-02-26 20:14 ` Marvin Doyley
0 siblings, 1 reply; 10+ messages in thread
From: Bastien @ 2011-02-26 20:06 UTC (permalink / raw)
To: Marvin Doyley; +Cc: emacs-orgmode
Marvin Doyley <marvinpas@gmail.com> writes:
> Emacs hang whenever I try to switch todo state. Do anybody no how to
> fix this ?
Can you be more specific? Which version of Emacs? Of Org? Minimal
example file?
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-26 20:06 ` Bastien
@ 2011-02-26 20:14 ` Marvin Doyley
2011-02-26 21:59 ` Bastien
0 siblings, 1 reply; 10+ messages in thread
From: Marvin Doyley @ 2011-02-26 20:14 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode@gnu.org
Hi there,
I am using carbon emacs 23 and the latest version of org that I pull
this morning.
Thanks
M
Sent from my iPhone
On Feb 26, 2011, at 3:06 PM, Bastien <bzg@altern.org> wrote:
> Marvin Doyley <marvinpas@gmail.com> writes:
>
>> Emacs hang whenever I try to switch todo state. Do anybody no how to
>> fix this ?
>
> Can you be more specific? Which version of Emacs? Of Org? Minimal
> example file?
>
> Thanks,
>
> --
> Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-26 20:14 ` Marvin Doyley
@ 2011-02-26 21:59 ` Bastien
2011-02-26 23:54 ` Marvin Doyley
2011-02-27 2:47 ` Marvin Doyley
0 siblings, 2 replies; 10+ messages in thread
From: Bastien @ 2011-02-26 21:59 UTC (permalink / raw)
To: Marvin Doyley; +Cc: emacs-orgmode@gnu.org
Marvin Doyley <marvinpas@gmail.com> writes:
> I am using carbon emacs 23 and the latest version of org that I pull
> this morning.
Can you provide a minimal example file? A way to reproduce your
problem?
--
Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-26 21:59 ` Bastien
@ 2011-02-26 23:54 ` Marvin Doyley
2011-02-27 2:47 ` Marvin Doyley
1 sibling, 0 replies; 10+ messages in thread
From: Marvin Doyley @ 2011-02-26 23:54 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode@gnu.org
Hi Bastien,
This was a simple todo like
* TODO apples
* TODO pears
When try change the item todo state to done emacs hangs. I try to
install a fresh copy of to see If this fix the problem
Cheers
M
Sent from my iPhone
On Feb 26, 2011, at 4:59 PM, Bastien <bzg@altern.org> wrote:
> Marvin Doyley <marvinpas@gmail.com> writes:
>
>> I am using carbon emacs 23 and the latest version of org that I pull
>> this morning.
>
> Can you provide a minimal example file? A way to reproduce your
> problem?
>
> --
> Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-26 21:59 ` Bastien
2011-02-26 23:54 ` Marvin Doyley
@ 2011-02-27 2:47 ` Marvin Doyley
2011-02-27 2:55 ` John Hendy
1 sibling, 1 reply; 10+ messages in thread
From: Marvin Doyley @ 2011-02-27 2:47 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode@gnu.org
[-- Attachment #1.1: Type: text/plain, Size: 1377 bytes --]
Hi Bastien,
I tried a simple org file without any header and works fine; however, when I
include the following header it crashes. Is there something that shouldn't
be there ?
Thanks
M
#+STARTUP: overview
#+STARTUP: hidestars
#+STARTUP: logdone
#+DRAWERS: HIDDEN hidden extra details
#+STARTUP: lognotedone lognoteclock-out
#+STARTUP: indent
#+PROPERTY: Effort_ALL 0 0:10 0:20 0:45 1:00 2:00 4:00 6:00 8:00
#+COLUMNS: %38ITEM %30SCHEDULED %7TODO %5Effort(Time){:} %6CLOCKSUM{Total}
%12TAGS
#+EXPORT_SELECT_TAGS: export
#+EXPORT_SELECT_TAGS: noexport
#+STYLE: <link rel="stylesheet" type="text/css" href="
http://orgmode.org/worg/worg.css" />
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:1 path:
http://orgmode.org/org-info.js
#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t
#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+Tags: review_article this_week article teaching research MSR SJ MMD LW HS
MK
#+Tags: home personal
#+PROPERTY: Effort_ALL 0 0:30 0:45 1:00 3:00 4:00 5:00 6:00 10:00 12:00 24:
00
On Sat, Feb 26, 2011 at 4:59 PM, Bastien <bzg@altern.org> wrote:
> Marvin Doyley <marvinpas@gmail.com> writes:
>
> > I am using carbon emacs 23 and the latest version of org that I pull
> > this morning.
>
> Can you provide a minimal example file? A way to reproduce your
> problem?
>
> --
> Bastien
>
[-- Attachment #1.2: Type: text/html, Size: 2000 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-27 2:47 ` Marvin Doyley
@ 2011-02-27 2:55 ` John Hendy
2011-02-27 9:38 ` Bastien
0 siblings, 1 reply; 10+ messages in thread
From: John Hendy @ 2011-02-27 2:55 UTC (permalink / raw)
To: Marvin Doyley; +Cc: Bastien, emacs-orgmode@gnu.org
[-- Attachment #1.1: Type: text/plain, Size: 1819 bytes --]
Perhaps add one line at a time and see which one is the culprit?
John
On Sat, Feb 26, 2011 at 8:47 PM, Marvin Doyley <marvinpas@gmail.com> wrote:
> Hi Bastien,
>
> I tried a simple org file without any header and works fine; however, when
> I include the following header it crashes. Is there something that shouldn't
> be there ?
>
> Thanks
> M
>
> #+STARTUP: overview
> #+STARTUP: hidestars
> #+STARTUP: logdone
> #+DRAWERS: HIDDEN hidden extra details
> #+STARTUP: lognotedone lognoteclock-out
> #+STARTUP: indent
> #+PROPERTY: Effort_ALL 0 0:10 0:20 0:45 1:00 2:00 4:00 6:00 8:00
> #+COLUMNS: %38ITEM %30SCHEDULED %7TODO %5Effort(Time){:} %6CLOCKSUM{Total}
> %12TAGS
> #+EXPORT_SELECT_TAGS: export
> #+EXPORT_SELECT_TAGS: noexport
> #+STYLE: <link rel="stylesheet" type="text/css" href="
> http://orgmode.org/worg/worg.css" />
> #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:1 path:
> http://orgmode.org/org-info.js
> #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t
> #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
> #+Tags: review_article this_week article teaching research MSR SJ MMD LW
> HS MK
> #+Tags: home personal
> #+PROPERTY: Effort_ALL 0 0:30 0:45 1:00 3:00 4:00 5:00 6:00 10:00 12:00 24:
> 00
>
> On Sat, Feb 26, 2011 at 4:59 PM, Bastien <bzg@altern.org> wrote:
>
>> Marvin Doyley <marvinpas@gmail.com> writes:
>>
>> > I am using carbon emacs 23 and the latest version of org that I pull
>> > this morning.
>>
>> Can you provide a minimal example file? A way to reproduce your
>> problem?
>>
>> --
>> Bastien
>>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
[-- Attachment #1.2: Type: text/html, Size: 2817 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-27 2:55 ` John Hendy
@ 2011-02-27 9:38 ` Bastien
2011-02-27 16:56 ` Marvin Doyley
0 siblings, 1 reply; 10+ messages in thread
From: Bastien @ 2011-02-27 9:38 UTC (permalink / raw)
To: John Hendy; +Cc: Marvin Doyley, emacs-orgmode@gnu.org
John Hendy <jw.hendy@gmail.com> writes:
> Perhaps add one line at a time and see which one is the culprit?
Yes. I suspect removing this line will help:
#+STARTUP: indent
Marvin, can you confirm?
--
Bastien
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-27 9:38 ` Bastien
@ 2011-02-27 16:56 ` Marvin Doyley
2011-02-27 17:32 ` Nicolas
0 siblings, 1 reply; 10+ messages in thread
From: Marvin Doyley @ 2011-02-27 16:56 UTC (permalink / raw)
To: Bastien; +Cc: emacs-orgmode@gnu.org
[-- Attachment #1.1: Type: text/plain, Size: 370 bytes --]
Hi Bastien,
remove #+STARTUP: indent solved the problem.
Thanks
M
On Sun, Feb 27, 2011 at 4:38 AM, Bastien <bzg@altern.org> wrote:
> John Hendy <jw.hendy@gmail.com> writes:
>
> > Perhaps add one line at a time and see which one is the culprit?
>
> Yes. I suspect removing this line will help:
>
> #+STARTUP: indent
>
> Marvin, can you confirm?
>
> --
> Bastien
>
[-- Attachment #1.2: Type: text/html, Size: 783 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Org cause Emacs to hang
2011-02-27 16:56 ` Marvin Doyley
@ 2011-02-27 17:32 ` Nicolas
0 siblings, 0 replies; 10+ messages in thread
From: Nicolas @ 2011-02-27 17:32 UTC (permalink / raw)
To: Marvin Doyley; +Cc: Bastien, emacs-orgmode@gnu.org
Hello,
Marvin Doyley <marvinpas@gmail.com> writes:
> remove #+STARTUP: indent solved the problem.
>
> Thanks
> M
Could you try the following branch, by any chance, and tell me if that
fixes your problem, even with that line?
git://github.com/ngz/org-mode-lists.git indent-patch-no-timer
Regards,
--
Nicolas
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-02-27 17:32 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-26 19:54 Org cause Emacs to hang Marvin Doyley
2011-02-26 20:06 ` Bastien
2011-02-26 20:14 ` Marvin Doyley
2011-02-26 21:59 ` Bastien
2011-02-26 23:54 ` Marvin Doyley
2011-02-27 2:47 ` Marvin Doyley
2011-02-27 2:55 ` John Hendy
2011-02-27 9:38 ` Bastien
2011-02-27 16:56 ` Marvin Doyley
2011-02-27 17:32 ` Nicolas
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).