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