Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs
Hi all, Just confirming that I suffer from this as well on latest master. It’d be great if this could be fixed. Cheers, amin
[O] Highlight text in org-agenda-prefix-format
I want to highlight certain text in my todo list in org-agenda. I thought I could do something like this (defun my-func (propertize "texty" 'face 'org-warning)) (setq org-agenda-prefix-format '((todo . "%(my-func) "))) But the text appears without any formatting. Is there a reason fo