[Orgmode] dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
If one goes to the end of the line with a date like so (| representing
cursor)

 [2008-07-21]|

And then press enter and type something, like so

 [2008-07-21]
spaces typing here|

Then the line you added will all be highlighted with org date
face. I've changed it so that my TODO's have initial state change note
upon creation (so that I can know how long TODO is sitting there since
created), and now each time I'm about to add text under these TODO
headlines I'm hitting the above problem, which was very annoying.

I've fixed it by doing (add-to-list 'org-nonsticky-props 'face), seems
to work for me, will that cause problems? So far I have not noticed
any artifacts from this change, but its only been a few minutes.

Regards,
  Max








___
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


[Orgmode] Bug: remember/refiling filing target

2008-07-21 Thread Wanrong Lin

Hi,

There seems to be a bug in remember/refiling filing target 
auto-completion prompt, if the target heading text has a forward slash 
/. For example, if my filing target is the following:


* TODO A/B switch needs to be fixed

With M-x org-refile, when I press TAB in the mini-buffer to bring up 
the filing target list, the above target shows up as A/, all text 
after the forward slash is cut out. However, the actual auto-completion 
(by pressing A/ and TAB) does work.


I am using org 6.05b on Emacs 22.2, my refiling config is:

(setq org-refile-targets '((org-agenda-files . (:maxlevel . 2
(setq org-refile-use-outline-path t)

Thanks  a lot if someone can take a look of it.

Wanrong





___
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


Re: [Orgmode] dates fontification stickiness

2008-07-21 Thread Carsten Dominik

I am unable to reproduce this problem.  Anyone?

- Carsten

On Jul 21, 2008, at 7:24 AM, Max Mikhanosha wrote:


If one goes to the end of the line with a date like so (| representing
cursor)

[2008-07-21]|

And then press enter and type something, like so

[2008-07-21]
spaces typing here|

Then the line you added will all be highlighted with org date
face. I've changed it so that my TODO's have initial state change note
upon creation (so that I can know how long TODO is sitting there since
created), and now each time I'm about to add text under these TODO
headlines I'm hitting the above problem, which was very annoying.

I've fixed it by doing (add-to-list 'org-nonsticky-props 'face), seems
to work for me, will that cause problems? So far I have not noticed
any artifacts from this change, but its only been a few minutes.

Regards,
 Max








___
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




___
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


[Orgmode] Re: dates fontification stickiness

2008-07-21 Thread Bernt Hansen
I can't reproduce this either.

GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 
2008-04-27 on raven, modified by Debian
Org-mode version 6.06pre01

-Bernt

Carsten Dominik [EMAIL PROTECTED] writes:

 I am unable to reproduce this problem.  Anyone?

 - Carsten

 On Jul 21, 2008, at 7:24 AM, Max Mikhanosha wrote:

 If one goes to the end of the line with a date like so (| representing
 cursor)

 [2008-07-21]|

 And then press enter and type something, like so

 [2008-07-21]
 spaces typing here|

 Then the line you added will all be highlighted with org date
 face. I've changed it so that my TODO's have initial state change note
 upon creation (so that I can know how long TODO is sitting there since
 created), and now each time I'm about to add text under these TODO
 headlines I'm hitting the above problem, which was very annoying.

 I've fixed it by doing (add-to-list 'org-nonsticky-props 'face), seems
 to work for me, will that cause problems? So far I have not noticed
 any artifacts from this change, but its only been a few minutes.

 Regards,
  Max








 ___
 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



 ___
 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


___
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


[Orgmode] update org mode on aquamacs

2008-07-21 Thread charles snyder
Hi

I am a relatively new emacs user, and have been using org mode on aquamacs
(10.5 OSX). Even the 'latest' aquamacs has an old 4.x version of org mode. I
downloaded the latest org mode zip as well as the install shell script, but
can't figure out where the old org mode files are in aquamacs (after
exploring the entire aquamacs package directory), and therefore can't
install the latest org mode version.

Anyone have 'unbelievably_basic-mode' instructions on how to accomplish
this?

TIA

clsnyder
___
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


[Orgmode] Re: dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
Ok, with --no-init-file this does not happen. I'll do binary search on
my .emacs to see whats causing this and if its any of the standard
emacs settings that can cause it.

At Mon, 21 Jul 2008 13:00:57 -0400,
Bernt Hansen wrote:
 
 I can't reproduce this either.
 
 GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 
 2008-04-27 on raven, modified by Debian
 Org-mode version 6.06pre01
 
 -Bernt
 
 Carsten Dominik [EMAIL PROTECTED] writes:
 
  I am unable to reproduce this problem.  Anyone?
 
  - Carsten
 
  On Jul 21, 2008, at 7:24 AM, Max Mikhanosha wrote:
 
  If one goes to the end of the line with a date like so (| representing
  cursor)
 
  [2008-07-21]|
 
  And then press enter and type something, like so
 
  [2008-07-21]
  spaces typing here|
 
  Then the line you added will all be highlighted with org date
  face. I've changed it so that my TODO's have initial state change note
  upon creation (so that I can know how long TODO is sitting there since
  created), and now each time I'm about to add text under these TODO
  headlines I'm hitting the above problem, which was very annoying.
 
  I've fixed it by doing (add-to-list 'org-nonsticky-props 'face), seems
  to work for me, will that cause problems? So far I have not noticed
  any artifacts from this change, but its only been a few minutes.
 
  Regards,
   Max
 
 
 
 
 
 
 
 
  ___
  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
 
 
 
  ___
  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


___
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


Re: [Orgmode] Re: dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
After restarting emacs, I can't reproduce this any longer. One of the
disadvantages of running multi-tty emacs is that its up for weeks, and
accumulatively things can get misteriously non-working.

At Mon, 21 Jul 2008 14:25:43 -0400,
Max Mikhanosha wrote:
 
 Ok, with --no-init-file this does not happen. I'll do binary search on
 my .emacs to see whats causing this and if its any of the standard
 emacs settings that can cause it.
 
 At Mon, 21 Jul 2008 13:00:57 -0400,
 Bernt Hansen wrote:
  
  I can't reproduce this either.
  
  GNU Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 
  2008-04-27 on raven, modified by Debian
  Org-mode version 6.06pre01
  
  -Bernt
  
  Carsten Dominik [EMAIL PROTECTED] writes:
  
   I am unable to reproduce this problem.  Anyone?
  
   - Carsten
  
   On Jul 21, 2008, at 7:24 AM, Max Mikhanosha wrote:
  
   If one goes to the end of the line with a date like so (| representing
   cursor)
  
   [2008-07-21]|
  
   And then press enter and type something, like so
  
   [2008-07-21]
   spaces typing here|
  
   Then the line you added will all be highlighted with org date
   face. I've changed it so that my TODO's have initial state change note
   upon creation (so that I can know how long TODO is sitting there since
   created), and now each time I'm about to add text under these TODO
   headlines I'm hitting the above problem, which was very annoying.
  
   I've fixed it by doing (add-to-list 'org-nonsticky-props 'face), seems
   to work for me, will that cause problems? So far I have not noticed
   any artifacts from this change, but its only been a few minutes.
  
   Regards,
Max
  
  
  
  
  
  
  
  
   ___
   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
  
  
  
   ___
   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
 
 
 ___
 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


___
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


Re: [Orgmode] update org mode on aquamacs

2008-07-21 Thread Mike Newman
On Mon, 21 Jul 2008 13:14:24 -0500
charles snyder [EMAIL PROTECTED] wrote:

 Hi
 
 I am a relatively new emacs user, and have been using org mode on
 aquamacs (10.5 OSX). Even the 'latest' aquamacs has an old 4.x
 version of org mode. I downloaded the latest org mode zip as well as
 the install shell script, but can't figure out where the old org mode
 files are in aquamacs (after exploring the entire aquamacs package
 directory), and therefore can't install the latest org mode version.
 
 Anyone have 'unbelievably_basic-mode' instructions on how to
 accomplish this?
 
 TIA
 
 clsnyder

I know very little about Macs, but hope the following helps:

C-h f org-mode (gets you function help for org-mode)
then click on the highlighted org link to open org.el.

You file that this buffer is visiting e.g. by C-x C-b

-- 
Mike


___
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


Re: [Orgmode] clocktable bug?

2008-07-21 Thread Carsten Dominik
I cannot reproduce this.  Maybe the documentation is not clear enough  
to explain

that you need to write


   :link t

i.e. :link needs to have a value ?

- Carsten

On Jul 21, 2008, at 3:59 PM, Jose Robins wrote:

When you have a clocktable with :tstart :tend, step and link, the  
step does not seem to be working (essentially the whole week or  
month is presented in one big chunk). the presence of link seems  
to be problem. If you take off link, then the *step* parameter is  
honored.


org6.05b on emacs 22.x

Jose


___
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


___
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