A few years ago, I wrote up an answer to my own question on Stackoverflow to
completely hide the :PROPERTIES: drawer, including the line that says
:PROPERTIES:. Since then, it has received nearly 5,000 views, 11 stars, 17
upvotes on the initial question, and 15 upvotes on the answer.
Today, a
Depending upon a user's `org-agenda-prefix-format` (e.g., "%i %-10:c% t%s"),
`org-agenda-highlight-todo` may erroneously pickup an icon `'display` property
and then include/duplicate that icon in a new space between the todo-keyword
and the priority. I chose tho fix this in my own setup with `o
There are nine (9) places in org-version 8.2.10 (which is included within Emacs
public release 24.5.1) that could use some attention by the org-mode team. I
have fixed it in my own custom version of org-mode, but I have seen a couple of
questions recently on the Emacs forums by users wondering
I had a little free time today and was finally able to track down the invalid
face reference when generating an org-agenda buffer. It is caused because the
`car` of the `cons` cell created by `org-agenda-fontify-properties` is
sometimes `nil`. I threw in `bold` as a catch-all and the error is
The following is a full working draft to programmatically add
birthdays/holidays to the Agenda View without making entries in the diary or
org files. It is modeled after what `calendar-mode` presently offers. I have
posted the code on the Emacs beta stackexchange. Please feel free to modify /
;;;
At Wed, 01 Jan 2014 19:50:12 +0200,
Eli Zaretskii wrote:
>
> > Date: Tue, 31 Dec 2013 09:37:15 -0800
> > From: Keith David Bershatsky
> > Cc: 16...@debbugs.gnu.org
> >
> > So my recommendation would be that the Emacs team return the default va
Nicolas:
Yes, `(setq-default cache-long-scans nil)` does indeed fix the problem. In a
version of Emacs Trunk built on October 5, 2013, the default value for
`cache-long-scans` is `nil`. In the recent version of Emacs Trunk built on
December 23, 2013, the default value for `cache-long-scans` i
Nicolas:
This example demonstrates the problem caused when `org-capture` damages the
line numbers in the `org-agenda-files`, making it impossible to go to the
bottom of the buffer with (goto-char (point-max)) -- consequently,
re-search-backward fails -- other functions fail also, e.g., `org-s
The property drawer search (which was working with Org version 7.9.3f) is no
longer working with Org version 8.2.3a. The following 'example' function works
correctly when using the prior version of org-element-headline-parser. Emacs
Trunk (built today) comes with Org version 8.2.3a.
(require
it.
Keith
---
Begin forwarded message:
> From: Keith David Bershatsky
> Date: December 23, 2013 6:46:57 PM PST
> To: emacs-orgmode@gnu.org
> Subject: property drawer search -- org-element-headline-parser
>
> The property drawer search
10 matches
Mail list logo