[O] Patch: Customize failure for org-agenda-custom-commands

2012-03-19 Thread Joe Vornehm Jr.
The Customize interface for org-agenda-custom-commands fails for agenda commands with an org-agenda-entry-types command option. The reason it fails is that the org-agenda-entry-types option should be a quoted list, but the defcustom expression doesn't add the quote properly. A patch is below.

Re: [O] [PATCH] Fix regexps in org-clock.el

2011-12-31 Thread Joe Vornehm Jr.
in many more regexps, and a more complete patch would be > needed to make this change meaningful. > > - Carsten > > On 31.12.2011, at 08:34, Joe Vornehm Jr. wrote: > > > I have been seeing persistent errors of "Cannot restart clock because > task does not contain

[O] [PATCH] Fix regexps in org-clock.el

2011-12-30 Thread Joe Vornehm Jr.
`regexp-quote' around instances where org-clock-string is used to build a regexp, in case someone puts funny characters in their org-clock-string. Hopefully, the patch is attached correctly and Thunderbird didn't mangle it. Cheers! Joe V. From c9d76b191d665e51aa3cea42b86befdc2fe4390c