[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 (x86_64-apple-darwin14.1.0, NS
apple-appkit-1344.72)
 of 2015-04-17 on MacBook-Pro.local
Package: Org-mode version 8.3.1 (8.3.1-56-g17a225-elpa @
/Users/luke/.emacs.d/elpa/org-20150817/)

(add-to-list 'load-path (expand-file-name ./org-mode/lisp))
(add-to-list 'load-path (expand-file-name ./org-mode/contrib/lisp t))

(setq inhibit-startup-message t)

(setq org-use-property-inheritance t)

(setq org-agenda-files (list test.org))

(setq org-agenda-custom-commands
  '((t Test ((tags-todo +PRIORITY=\B\)


Luke


[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 pull it down on my iPhone, task 2 is showing up in my
agenda. Should it be hiding it?

Luke
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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). Let me know if you need any more information. Thanks.

Luke


On Sun, Mar 21, 2010 at 12:13 PM, Carsten Dominik carsten.domi...@gmail.com
 wrote:

 Hi Jan,

 I have now applied this patch.

 Hi everyone,

 I am not sure if I completely understood every part of it,  so if
 anyone finds strange behavior of links, make sure to report it so
 that we (Jan, that is :-) gets a chance to fix it.

 Thanks!

 - Carsten

 On Mar 21, 2010, at 3:43 PM, Jan Böcker wrote:

  On 20.03.2010 16:07, Carsten Dominik wrote:

 Hi Jan,

 I forgot what the last status of this thread was.  Could you please
 remind me?

 Thanks.

 - Carsten


 Hi Carsten,

 The patch is ready to be applied. I have been using it since January 16
 without any problems.
 As mentioned in the description, it does introduce a
 backwards-incompatible change, but I know of no existing code which
 depends on the old behavior.

 However, I noticed an error in the docstrings and commit message: in
 several places where it says (string-match n link), it should say
 (match-string n link).
 I have attached a fixed version, which is also available via:
 git pull http://github.com/jboecker/org-mode.git for-carsten

 The motivation for this patch went something like this:
 - I wanted to link to PDFs, so I wrote org-docview.el
 - Someone pointed out that docview links did not respect
 org-link-file-path-type, which I fixed
 - Daniel M. German started integrating evince and xournal with
 org-protocol and asked if there was a link syntax to link to a specific
 page of a PDF (there were docview: links, but these are hard-coded to
 open within emacs)
 - I realized that docview: links are/should be a special case of file:
 links, so I wrote this patch

  On Jan 27, 2010, at 10:29 AM, Jan Böcker wrote:


 Btw, since posting the patch I stumbled upon another disadvantage:
 'extended' link types defined this way will only support autocompletion
 for the file name, i.e. you will not be prompted for a page number when
 entering a link using C-c C-l file RET, then specifying the path to
 some PDF file.


 I do no longer count this as a reason against this patch, because normal
 file: links do not prompt you for a line number, either, and you should
 not be typing in links by hand anyway most of the time.

  A better way to extend file links might be to make it easy to create new
 links with file behaviour, instead of applying this patch (so a pdf
 link would look like file+pdf:/document.pdf::4, and because the link
 type starts with file+, it will e.g. respect org-link-file-path-type
 automatically).
 What do you think?


 Because I no longer care about prompting for a page number, I no longer
 care about this crazy idea of mine, too. Please go ahead and apply the
 patch in its current state.

  Unfortunately, I won't have much time for programming for about a month
 due to exams.


 This has also changed, I passed all three :)
 Now that I again have time to code and Daniel M German's patches to
 xournal and evince are functional, my next steps will be the two things
 mentioned under What's next? in the initial patch description.

 If you have any further questions, just ask!
 - Jan


 PS:
 On 27.01.2010 11:53, Carsten Dominik wrote:

 It is in my list, and I will get to it

 When the author of org-mode says it's on his list, you know he will come
 back to it and you don't have to add it to yours :)
 0001-Allow-regexps-in-org-file-apps-to-capture-link-param.patch


 - Carsten





 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode



test.org
Description: Binary data


other.org
Description: Binary data
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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

2010-01-31 Thread Luke Amdor
That fixed it. Thanks!

Luke


On Thu, Jan 28, 2010 at 11:32 AM, Carsten Dominik carsten.domi...@gmail.com
 wrote:

 Hi Luke,

 thanks for the bisect, that was useful.

 Could you please try if the following patch does reliably fix this problem?

 Thanks!!

 - Carsten

 diff --git a/lisp/org-habit.el b/lisp/org-habit.el
 index cf53057..deb8132 100644
 --- a/lisp/org-habit.el
 +++ b/lisp/org-habit.el
 @@ -305,7 +305,7 @@ current time.
  (defun org-habit-insert-consistency-graphs (optional line)
   Insert consistency graph for any habitual tasks.
   (let ((inhibit-read-only t) l c
 -   (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 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
 them).

 I ran git bisect on org-mode and found the bad commit to be:

 commit 2f5f6e401f187c2db8131cdbc4355b688ce4c55a
 Author: Carsten Dominik carsten.domi...@gmail.com
 Date:   Mon Jan 4 09:58:53 2010 +0100

Turn off invisibility while constructing habit graphs

Bernt Hansen reported strange things happening to the display when
graph tasks are hidden while updating a task in the agenda.

 Here's my bisect log:

 # bad: [0e370d498b34469a025cdce864fd5c5987bf8050] Fix typo
 # good: [a7fb89e9edf59f50294199046e570b4b11bb13b1] Merge branch 'master'
 of git+ssh://repo.or.cz/srv/git/org-mode
 git bisect start 'origin/master' 'HEAD'
 # good: [21ad7f0bef20addfe15fbe3e95d65e6c810d68f1] Fix typo
 git bisect good 21ad7f0bef20addfe15fbe3e95d65e6c810d68f1
 # good: [0b5d9bf1c62454523b275dd6a6b95bf881580eb1] Merge branch
 'org-ctags'
 git bisect good 0b5d9bf1c62454523b275dd6a6b95bf881580eb1
 # bad: [588a42d4fd2e59e3f69d5a3f9ea00ff3a64f5df9] org-exp-generic.el: Fix
 bug with closing bodies
 git bisect bad 588a42d4fd2e59e3f69d5a3f9ea00ff3a64f5df9
 # bad: [32441cd15150f541d3ba50633cfb9fffc8d3d11a] Fix agenda link opening
 bug
 git bisect bad 32441cd15150f541d3ba50633cfb9fffc8d3d11a
 # bad: [ddcb2be1c8920fabfbca3777cc774ed1ac653a6e] Work-around for
 formatting bug with email subject line from wanderlust
 git bisect bad ddcb2be1c8920fabfbca3777cc774ed1ac653a6e
 # good: [c23ade5d8e4b3cd4f0c4dbe5260cad1f227d2710] Make C-c r C customize
 remember templates
 git bisect good c23ade5d8e4b3cd4f0c4dbe5260cad1f227d2710
 # good: [f266ee62bb8282cc883adea9f26362b2d3b1ab7d] Fix typo
 git bisect good f266ee62bb8282cc883adea9f26362b2d3b1ab7d
 # bad: [2f5f6e401f187c2db8131cdbc4355b688ce4c55a] Turn off invisibility
 while constructing habit graphs
 git bisect bad 2f5f6e401f187c2db8131cdbc4355b688ce4c55a

 Luke
 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


 - Carsten




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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 wrote:

 I've been using org-mode for four months now and I just love it.  So I
 think I'm post-newb but still very amateur.

 Anyway, my to-do list has several repeating scheduled items like this
 contrived example:

 * TODO [#B] Lunch date with Sarah at 12pm
 SCHEDULED: 2009-12-08 Tue +1w

 Or, in English, I meet with Sarah for lunch once a week on Tuesdays.

 Now, let's say that Sarah calls on Monday afternoon and says, Can we do
 lunch on Wednesday this week? and I say Sure thing.

 Now I have a problem.  I could shift the date to Wednesday like this:

 * TODO [#B] Lunch date with Sarah at 12pm
 SCHEDULED: 2009-12-09 Wed +1w

 But that will mean that the following week it will *still* be scheduled for
 Wednesdays (specifically Dec 16 instead of Dec 15).  I miss my regular lunch
 date with Sarah and catch ire for standing her up.

 How do I handle situations like this?
 It seems like I either need a time stamp stack or I need a temporary flag
 that self destructs after a prescribed time.

 :AMN:



 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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
them).

I ran git bisect on org-mode and found the bad commit to be:

commit 2f5f6e401f187c2db8131cdbc4355b688ce4c55a
Author: Carsten Dominik carsten.domi...@gmail.com
Date:   Mon Jan 4 09:58:53 2010 +0100

Turn off invisibility while constructing habit graphs

Bernt Hansen reported strange things happening to the display when
graph tasks are hidden while updating a task in the agenda.

Here's my bisect log:

# bad: [0e370d498b34469a025cdce864fd5c5987bf8050] Fix typo
# good: [a7fb89e9edf59f50294199046e570b4b11bb13b1] Merge branch 'master' of
git+ssh://repo.or.cz/srv/git/org-mode
git bisect start 'origin/master' 'HEAD'
# good: [21ad7f0bef20addfe15fbe3e95d65e6c810d68f1] Fix typo
git bisect good 21ad7f0bef20addfe15fbe3e95d65e6c810d68f1
# good: [0b5d9bf1c62454523b275dd6a6b95bf881580eb1] Merge branch 'org-ctags'
git bisect good 0b5d9bf1c62454523b275dd6a6b95bf881580eb1
# bad: [588a42d4fd2e59e3f69d5a3f9ea00ff3a64f5df9] org-exp-generic.el: Fix
bug with closing bodies
git bisect bad 588a42d4fd2e59e3f69d5a3f9ea00ff3a64f5df9
# bad: [32441cd15150f541d3ba50633cfb9fffc8d3d11a] Fix agenda link opening
bug
git bisect bad 32441cd15150f541d3ba50633cfb9fffc8d3d11a
# bad: [ddcb2be1c8920fabfbca3777cc774ed1ac653a6e] Work-around for formatting
bug with email subject line from wanderlust
git bisect bad ddcb2be1c8920fabfbca3777cc774ed1ac653a6e
# good: [c23ade5d8e4b3cd4f0c4dbe5260cad1f227d2710] Make C-c r C customize
remember templates
git bisect good c23ade5d8e4b3cd4f0c4dbe5260cad1f227d2710
# good: [f266ee62bb8282cc883adea9f26362b2d3b1ab7d] Fix typo
git bisect good f266ee62bb8282cc883adea9f26362b2d3b1ab7d
# bad: [2f5f6e401f187c2db8131cdbc4355b688ce4c55a] Turn off invisibility
while constructing habit graphs
git bisect bad 2f5f6e401f187c2db8131cdbc4355b688ce4c55a

Luke
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode