Re: User set org-hide-block-startup value overwritten by defvaralias

2024-02-23 Thread Ihor Radchenko
Ruiyang Wu writes: > I recently started to get the following warning from emacs when loading org > mode: > Warning (defvaralias): Overwriting value of ‘org-hide-block-startup’ by > aliasing to ‘org-cycle-hide-block-startup’ > > I have this in my init file: > (setq org-hide-block-startup t) > >

Re: User

2022-11-23 Thread Jeremie Juste
Hello Paul, As far as I know emacs 28 ships with org-mode 9.5. So if you have org-mode 9.4 you might have install an older version on top of this. When installing emacs 28 on window with a plain vanilla installation, M-x org-version, should give you 9.5. My best advice would be to try reinstalli

Re: User

2022-11-23 Thread Tim Cross
Paul Schlesinger writes: > Have been using org mode for more than 10 years and package manager since > emacs 26. When I moved to emacs > 28, the included org package was 9.4x and a nag message to install org from > the elpa repository appeared everytime > an org file is processed. I run ema

Re: [Orgmode] Re: user-defined agenda sorting

2009-06-19 Thread Carsten Dominik
On Jun 19, 2009, at 10:00 PM, Samuel Wales wrote: Thanks. Just to confirm, to get the inherited tags and the priority letter, I have to go to the original buffer? No. The priority letter is still in the string, you can use a regular expression to get it directly from a (or (and (strin

Re: [Orgmode] Re: user-defined agenda sorting

2009-06-19 Thread Samuel Wales
Thanks. Just to confirm, to get the inherited tags and the priority letter, I have to go to the original buffer? On Fri, Jun 19, 2009 at 08:39, Carsten Dominik wrote: > > On Jun 16, 2009, at 11:13 AM, Samuel Wales wrote: > >> If my skills at cargo-cult programming can summon the air force, then >

Re: [Orgmode] Re: user-defined agenda sorting

2009-06-19 Thread Carsten Dominik
On Jun 16, 2009, at 11:13 AM, Samuel Wales wrote: If my skills at cargo-cult programming can summon the air force, then (get-text-property 1 'priority a/b] will work. But I'm not sure if there are functions for parsing tags etc. Testing seems difficult as cut and paste of headline strings see

[Orgmode] Re: user-defined agenda sorting

2009-06-16 Thread Samuel Wales
If my skills at cargo-cult programming can summon the air force, then (get-text-property 1 'priority a/b] will work. But I'm not sure if there are functions for parsing tags etc. Testing seems difficult as cut and paste of headline strings seems to not include properties. Thanks. On Tue, Jun 16