[O] Bug: Priorities not inheriting [8.3.1 (8.3.1-56-g17a225-elpa @ /Users/luke/.emacs.d/elpa/org-20150817/)]

2015-08-18 Thread Luke Amdor
Given a test.org with: * [#B] Test ** TODO one When I do the agenda to find TODO headlines with priority B I would expect it to find the TODO one, however it doesn't. I'm very sure this regressed when upgrading to 8.3.1, as it worked fine in 8.3.0. Thanks! Emacs : GNU Emacs 24.5.1

[O] [PATCH] TINYCHANGE - fix Fix use of org-open-at-point with shell and midnight cleaning

2015-04-29 Thread Luke Amdor
Patch is attached. I was running into this when I'd run a shell script through an org link and later a clean-buffers would run. Thanks! 0001-org.el-Fix-use-of-org-open-at-point-with-shell-and-m.patch Description: Binary data

[Orgmode] [BUG] MobileOrg blocked tasks showing up on agendas

2010-10-08 Thread Luke Amdor
I'm not quite sure if this is intended or not, but take this example. Say I have * Parent Project :PROPERTIES: :ORDERED: t :END: ** TODO task 1 ** TODO task 2 and I have org-enforce-todo-dependencies set to t and org-agenda-dim-blocked-tasks set to 'invisible When I do a a push and

Re: [Orgmode] Re: [PATCH] Allow regexps in org-file-apps to capture link parameters using groups

2010-04-05 Thread Luke Amdor
Hi guys, I believe I found one little thing that this patch broke. That is linking to either a text search or heading search in a different org file. I've attached two files which illustrate this. The first file test.orgcontains a link to a heading search of * Hello in the other file ( other.org).

Re: [Orgmode] Bug: org-habit and headlines with links

2010-01-31 Thread Luke Amdor
- (buffer-invisibility-spec nil) + (buffer-invisibility-spec '(org-link)) (moment (time-subtract (current-time) (list 0 (* 3600 org-extend-today-until) 0 (save-excursion On Jan 17, 2010, at 4:45 PM, Luke Amdor wrote: When I have a headline

Re: [Orgmode] How to snooze a repeating item

2010-01-17 Thread Luke Amdor
i've been using the org-agenda-date-later function to schedule things later. I think it's what you're looking for. It's not bound to anything, but I bind it to ) via (org-defkey org-agenda-mode-map ) 'org-agenda-date-later) Luke On Tue, Dec 1, 2009 at 4:34 PM, Andrew M. Nuxoll nux...@up.edu

[Orgmode] Bug: org-habit and headlines with links

2010-01-17 Thread Luke Amdor
When I have a headline with a link on it and I have that headline's habit property set to true, org-habit will barf all over my link when presenting the agenda. This will only happen when org-habit-graph-column is set something shorter than the full raw text of the link (which is about all of