emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* update to the new org mode..
@ 2008-11-13 14:52 sergio
  2008-11-13 15:13 ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: sergio @ 2008-11-13 14:52 UTC (permalink / raw)
  To: emacs-orgmode



for some reason, my agenda is not showing up as expected.. rather than  
my list of tasks, i am getting:

Week-agenda (W46):
Monday     10 November 2008 W46
Tuesday    11 November 2008
Wednesday  12 November 2008
Thursday   13 November 2008
Friday     14 November 2008
Saturday   15 November 2008
Sunday     16 November 2008


where the weekend dates are bold..

did i miss something?

thanks!



___
peace,
sergio
photographer, journalist, visionary
www.village-buzz.com

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

* Re: update to the new org mode..
  2008-11-13 14:52 update to the new org mode sergio
@ 2008-11-13 15:13 ` Carsten Dominik
  2008-11-13 15:47   ` sergio
  0 siblings, 1 reply; 5+ messages in thread
From: Carsten Dominik @ 2008-11-13 15:13 UTC (permalink / raw)
  To: sergio; +Cc: emacs-orgmode

I believe this happens if the agenda construction is interrupted by an  
error, of if you have a bug in your font setup.

- Carsten
On Nov 13, 2008, at 3:52 PM, sergio wrote:

>
>
> for some reason, my agenda is not showing up as expected.. rather  
> than my list of tasks, i am getting:
>
> Week-agenda (W46):
> Monday     10 November 2008 W46
> Tuesday    11 November 2008
> Wednesday  12 November 2008
> Thursday   13 November 2008
> Friday     14 November 2008
> Saturday   15 November 2008
> Sunday     16 November 2008
>
>
> where the weekend dates are bold..
>
> did i miss something?
>
> thanks!
>
>
>
> ___
> peace,
> sergio
> photographer, journalist, visionary
> www.village-buzz.com
>
>
>
>
>
> _______________________________________________
> 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

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

* Re: update to the new org mode..
  2008-11-13 15:13 ` Carsten Dominik
@ 2008-11-13 15:47   ` sergio
  2008-11-13 16:23     ` Sebastian Rose
  0 siblings, 1 reply; 5+ messages in thread
From: sergio @ 2008-11-13 15:47 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


On Nov 13, 2008, at 10:13 AM, Carsten Dominik wrote:

> I believe this happens if the agenda construction is interrupted by  
> an error, of if you have a bug in your font setup.


i am not seeing any errors in *messages* when i run agenda..

i did add the following line:

      (global-font-lock-mode 1)                     ; for all buffers

digging into this more..


___
peace,
sergio
photographer, journalist, visionary
www.village-buzz.com

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

* Re: update to the new org mode..
  2008-11-13 15:47   ` sergio
@ 2008-11-13 16:23     ` Sebastian Rose
  2008-11-13 18:39       ` sergio
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Rose @ 2008-11-13 16:23 UTC (permalink / raw)
  To: emacs-orgmode

Hi Sergio,


there is a menuitem in emacs, that might help:

Options -> 'Enter debugger on error'

Sometimes you get better (or just any) error messages, if you turn that
on.




Does the error persist, if you start emacs from the command line like
this:

   emacs -q

??

This starts emacs without reading your configuration files. This way you
may tell your own setup failures appart from bugs (e.g. I had lots of
strange errors when I switched to emacs23 - font handling has changed a
lot there).

If the failures go away with 'emacs -q', commenting out some suspicious
lines in your .emacs might help to locate the problem.




Hope that helps,

   Sebastian


sergio <sergio@village-buzz.com> writes:
> On Nov 13, 2008, at 10:13 AM, Carsten Dominik wrote:
>
>> I believe this happens if the agenda construction is interrupted by an error,
>> of if you have a bug in your font setup.
>
>
> i am not seeing any errors in *messages* when i run agenda..
>
> i did add the following line:
>
>      (global-font-lock-mode 1)                     ; for all buffers
>
> digging into this more..
>
>
> ___
> peace,
> sergio
> photographer, journalist, visionary
> www.village-buzz.com
>
>
>
>
>
> _______________________________________________
> 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
>

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose emma-stil de, sebastian_rose gmx de
Http:  www.emma-stil.de

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

* Re: update to the new org mode..
  2008-11-13 16:23     ` Sebastian Rose
@ 2008-11-13 18:39       ` sergio
  0 siblings, 0 replies; 5+ messages in thread
From: sergio @ 2008-11-13 18:39 UTC (permalink / raw)
  To: Sebastian Rose; +Cc: emacs-orgmode


On Nov 13, 2008, at 11:23 AM, Sebastian Rose wrote:

> there is a menuitem in emacs, that might help:
>
> Options -> 'Enter debugger on error'



here is some more interesting info..

this happens with auqumacs..

i also tried it with the command line version of emacs that comes with  
mac..

i also tried it on emacs on my linux box..

and i get the same thing..

digging around more..


___
peace,
sergio
photographer, journalist, visionary
www.village-buzz.com

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

end of thread, other threads:[~2008-11-13 18:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-13 14:52 update to the new org mode sergio
2008-11-13 15:13 ` Carsten Dominik
2008-11-13 15:47   ` sergio
2008-11-13 16:23     ` Sebastian Rose
2008-11-13 18:39       ` sergio

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).