[O] Checklist navigation

2012-12-20 Thread Dave Abrahams
I have a checklist in an org item that I fill out every day. It would be wonderful to have a simple keybinding (maybe even TAB) to jump to the next checkbox. Does such a function already exist somewhere? -- Dave Abrahams BoostPro Computing Software DevelopmentTraining

[O] Bug: stored link description craziness [7.9.2 (release_7.9.2-609-g853125 @ /Users/dave/.emacs.d/el-get/org-mode/lisp/)]

2012-10-27 Thread Dave Abrahams
ntation 0 org-metadown-hook '(org-babel-pop-to-session-maybe) org-log-into-drawer t org-list-automatic-rules '((bullet . t) (checkbox . t) (indent . t)) org-insert-heading-respect-content t org-agenda-skip-unavailable-files t org-checklist-export-function 'org-export-as-asci

Re: [O] [PATCH] Show human-readable link descriptions first when inserting links

2012-04-23 Thread Dave Abrahams
on Mon Apr 23 2012, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> This patch makes it easy to select links from among a forest of >> similar-looking machine-readable forms. Without it, the human-readable >> descriptions tend to fall off the right side

Re: [O] Bug: "SCHEDULED: " positioning is fragile [7.8.06 (release_7.8.06.181.ga481)]

2012-04-09 Thread Dave Abrahams
on Mon Apr 09 2012, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> I want the rule to be that you can have as much body text as you want >> between the headline and the SCHEDULED: line. > > This won't happen. Because...? >> Or failing th

Re: [O] Bug: "SCHEDULED: " positioning is fragile [7.8.06 (release_7.8.06.181.ga481)]

2012-04-09 Thread Dave Abrahams
on Mon Apr 09 2012, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> Sorry, but I don't want to spend the time on that. I'm trying to get >> the rules changed so that it isn't so easy to corrupt an org file. > > The current rule is &quo

Re: [O] Bug: "SCHEDULED: " positioning is fragile [7.8.06 (release_7.8.06.181.ga481)]

2012-04-09 Thread Dave Abrahams
on Mon Apr 09 2012, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> 1. I strongly disagree that that would be more useful. It would leave >>the newbie trap and usability bug in place. > > Well, we disagree then :) I think it is useful to have a fun

Re: [O] Bug: "SCHEDULED: " positioning is fragile [7.8.06 (release_7.8.06.181.ga481)]

2012-04-09 Thread Dave Abrahams
some code that allows such things to be trivially implemented and I'd rather not duplicate / overlap with him. John, would you care to push your org-x stuff upstream soon? -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: "SCHEDULED: " positioning is fragile [7.8.06 (release_7.8.06.181.ga481)]

2012-04-06 Thread Dave Abrahams
on Fri Apr 06 2012, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> Given the following: >> >> * TODO Some headline >> SCHEDULED: <2012-04-05 Thu> >> >> If I add body text between the headline and the SCHEDULED: line, some >&g

[O] Bug: "SCHEDULED: " positioning is fragile [7.8.06 (release_7.8.06.181.ga481)]

2012-04-05 Thread Dave Abrahams
da-ndays 1 org-checkbox-statistics-hook '(dwa/checkbox-list-complete) org-fast-tag-selection-single-key 'expert org-agenda-window-setup 'current-window org-babel-tangle-lang-exts '(("python" . "py") ("emacs-lisp" . "el")) org-confirm-elisp-link-function nil org-edit-src-content-indentation 0 org-metadown-hook '(org-babel-pop-to-session-maybe) org-log-into-drawer t org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat")) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org"))) ) org-insert-heading-respect-content t org-agenda-skip-unavailable-files t org-checklist-export-function 'org-export-as-ascii org-default-priority 67 org-clock-modeline-total 'current org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent) org-agenda-skip-deadline-if-done t org-completion-use-ido t org-babel-load-languages '((emacs-lisp . t) (sh . t)) org-cycle-global-at-bob t org-agenda-start-with-follow-mode t org-agenda-mode-hook '((lambda nil (local-unset-key (kbd ".," org-agenda-files '("~/Documents/Tasks/todo.txt") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-archive-save-context-info '(time category itags) org-src-fontify-natively t org-clock-out-remove-zero-time-clocks t org-refile-target-verify-function 'dwa/org-verify-refile-target org-agenda-skip-scheduled-if-deadline-is-shown t org-after-todo-statistics-hook '(dwa/org-summary-todo) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Why functions like org-show-subtree are undocumented?

2012-02-26 Thread Dave Abrahams
tree is basically > TAB TAB on a closed tree. SO yes, there are lots such commands, > but I am no sure it would be good to expose them in the manual. That's the difference between a user manual (documents TAB TAB) and an API reference manual. But both are needed, especially since

Re: [O] Bug: [patch] Fixes behavior of org-agenda-tree-to-indirect-buffer [7.8.02 (release_7.7.796.gc512)]

2012-02-25 Thread Dave Abrahams
on Sat Feb 25 2012, Dave Abrahams wrote: > on Sat Feb 25 2012, David Maus wrote: > >> Hi Dave, >> >> At Fri, 17 Feb 2012 22:48:13 -1000, >> Dave Abrahams wrote: >>> >>> [1 ] >>> >>> >>> Remember to cover the basics,

Re: [O] Bug: [patch] Fixes behavior of org-agenda-tree-to-indirect-buffer [7.8.02 (release_7.7.796.gc512)]

2012-02-25 Thread Dave Abrahams
on Sat Feb 25 2012, David Maus wrote: > Hi Dave, > > At Fri, 17 Feb 2012 22:48:13 -1000, > Dave Abrahams wrote: >> >> [1 ] >> >> >> Remember to cover the basics, that is, what you expected to happen and >> what in fact did happen. You don't

[O] Bug: [patch] Fixes behavior of org-agenda-tree-to-indirect-buffer [7.8.02 (release_7.7.796.gc512)]

2012-02-18 Thread Dave Abrahams
>From c5128d1666e5fbe29a2fdfd6ee51622f05c42e9b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 17 Feb 2012 22:44:13 -1000 Subject: [PATCH] Fix behavior of org-agenda-tree-to-indirect-buffer --- lisp/org-agenda.el | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/lisp/org-agenda.el b/

[O] bugfix for org-agenda-follow-indirect

2012-02-05 Thread Dave Abrahams
() "Same as `org-agenda-tree-to-indirect-buffer' without saving window." --8<---cut here---end--->8--- -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] [PATCH] Show human-readable link descriptions first when inserting links

2012-01-11 Thread Dave Abrahams
This patch makes it easy to select links from among a forest of similar-looking machine-readable forms. Without it, the human-readable descriptions tend to fall off the right side of the window. >From fa9522e8dd1ef602574d0fb58f8f610ef82b15d7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams D

[O] Bug: org-insert-heading-respect-content is insufficient [7.7 (release_7.7.548.g9a442.dirty)]

2012-01-08 Thread Dave Abrahams
ndays 1 org-checkbox-statistics-hook '(dwa/checkbox-list-complete) org-fast-tag-selection-single-key 'expert org-agenda-window-setup 'current-window org-babel-tangle-lang-exts '(("python" . "py") ("emacs-lisp" . "el")) org-confirm-elisp-link-function nil org-edit-src-content-indentation 0 org-metadown-hook '(org-babel-pop-to-session-maybe) org-log-into-drawer t org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-insert-heading-respect-content t org-agenda-skip-unavailable-files t org-checklist-export-function 'org-export-as-ascii org-default-priority 67 org-clock-modeline-total 'current org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent) org-agenda-skip-deadline-if-done t org-completion-use-ido t org-cycle-global-at-bob t org-agenda-start-with-follow-mode t org-agenda-mode-hook '((lambda nil (local-unset-key (kbd ".," org-agenda-files '("~/Documents/Tasks/todo.txt") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-archive-save-context-info '(time category itags) org-src-fontify-natively t org-clock-out-remove-zero-time-clocks t org-refile-target-verify-function 'dwa/org-verify-refile-target org-agenda-skip-scheduled-if-deadline-is-shown t org-after-todo-statistics-hook '(dwa/org-summary-todo) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: org-todo-yesterday doesn't work from agenda buffer [7.7 (release_7.7.548.g9a442.dirty)]

2011-11-24 Thread Dave Abrahams
on Wed Nov 23 2011, Bernt Hansen wrote: > Dave Abrahams writes: > >> >> Debugger entered--Lisp error: (error "Before first headline at position 1142 >> in buffer *Org Agenda*") >> signal(error ("Before first headline at position 1142 in buffer

Re: [O] How to say "I did that yesterday?"

2011-11-22 Thread Dave Abrahams
on Tue Nov 22 2011, Erik Hetzner wrote: > At Tue, 22 Nov 2011 11:40:35 -0800, > Dave Abrahams wrote: >> > >> >> I often discover that I completed something a few days ago and I would >> like to mark it done with the appropriate date as though I had marked it

[O] Bug: org-todo-yesterday doesn't work from agenda buffer [7.7 (release_7.7.548.g9a442.dirty)]

2011-11-22 Thread Dave Abrahams
c-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-checkbox-statistics-hook '(dwa/checkbox-list-complete) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] [PATCH] Bug: org-clock-out-if-current => "marker does not point anywhere" [7.7 (release_7.7.397.g5adafd)]

2011-11-22 Thread Dave Abrahams
t org-clock-out-when-done) (member state org-done-keywords)) (and (listp org-clock-out-when-done) --8<---cut here---end--->8--- on Fri Nov 18 2011, Dave Abrahams wrote: > Remember to cover the basics, that is, what you ex

Re: [O] How to say "I did that yesterday?"

2011-11-22 Thread Dave Abrahams
on Tue Nov 22 2011, Erik Hetzner wrote: > At Tue, 22 Nov 2011 11:40:35 -0800, > Dave Abrahams wrote: >> > >> >> I often discover that I completed something a few days ago and I would >> like to mark it done with the appropriate date as though I had marked it

Re: [O] How to say "I did that yesterday?"

2011-11-22 Thread Dave Abrahams
on Tue Nov 22 2011, Michael Brand wrote: > Hi Dave > > On Tue, Nov 22, 2011 at 20:40, Dave Abrahams wrote: >> [...] for a repeating event it might >> repeat sooner than if it had been done today. [...] > > Are you looking for habits? > http://orgmode.org/ma

[O] How to say "I did that yesterday?"

2011-11-22 Thread Dave Abrahams
I often discover that I completed something a few days ago and I would like to mark it done with the appropriate date as though I had marked it done in the past. That means, e.g., for a repeating event it might repeat sooner than if it had been done today. Is there a way? -- Dave Abrahams

[O] Bug: org-clock-out-if-current => "marker does not point anywhere" [7.7 (release_7.7.397.g5adafd)]

2011-11-18 Thread Dave Abrahams
execute-safely-maybe) org-log-buffer-setup-hook '((lambda nil (setq fill-column (- fill-column 5 org-pretty-entities t org-return-follows-link t org-confirm-elisp-link-function nil org-fast-tag-selection-single-key 'expert org-todo-repeat-to-state "TODO" org-log-into-drawer t org-clock-modeline-total 'current org-agenda-mode-hook '((lambda nil (local-unset-key (kbd ".," org-agenda-start-on-weekday nil org-agenda-fontify-priorities t org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-log-repeat nil org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-checkbox-statistics-hook '(dwa/checkbox-list-complete) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: Following links moves me in the agenda [7.7 (release_7.7.397.g5adafd)]

2011-11-18 Thread Dave Abrahams
))) org-agenda-start-on-weekday nil org-agenda-fontify-priorities t org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-checkbox-statistics-hook '(dwa/checkbox-list-complete) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] [BUG] Unable to use TODO(t@!) to track TODO state changes

2011-11-09 Thread Dave Abrahams
thought it was a bug because each of the special characters is > described in the manual as being an individual feature and it isn't > documented that only certain combinations of features work together. There's definitely a bug; either in the manual or code (or both ;->). -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: [testing] missing dependency [7.7 (release_7.7.340.ga342)]

2011-10-26 Thread Dave Abrahams
on Wed Oct 26 2011, Bastien wrote: > Hi Dave, > > Dave Abrahams writes: > >> testing/README.org mentions the dependency on jump.el, but not on the >> ESS package, which appears to be required for `(org-test-load)' to >> work > > `org-test-load' wor

Re: [O] Orgmode performance problem and "solution"

2011-10-26 Thread Dave Abrahams
For future reference, a sinple `git pull` would have sufficed. Not if there were compiled files. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Feature idea: show last log entry

2011-10-23 Thread Dave Abrahams
on Sun Oct 23 2011, Bernt Hansen wrote: > Dave Abrahams writes: > >> on Wed Oct 12 2011, Bernt Hansen wrote: >> >>> SPC on a task in the agenda opens the task including the drawer >> >> Actually I think Carsten fixed that >> thing-I-thought-was-a

Re: [O] Feature idea: show last log entry

2011-10-23 Thread Dave Abrahams
on Wed Oct 12 2011, Bernt Hansen wrote: > Dave Abrahams writes: > >> Generally I'm interested in keeping log entries for my Org items for >> historical purposes only (so I like to stash them away in a :LOGBOOK: >> drawer), but on a day-to-day basis I'm

Re: [O] Feature idea: show last log entry

2011-10-23 Thread Dave Abrahams
on Wed Oct 12 2011, Achim Gratz wrote: > Dave Abrahams writes: >> Generally I'm interested in keeping log entries for my Org items for > >> historical purposes only (so I like to stash them away in a :LOGBOOK: >> drawer), but on a day-to-day basis I'm interest

[O] Patch: maintain window configuration when org-agenda-follow-indirect is set

2011-10-23 Thread Dave Abrahams
>From 5adafd491f520908c8ee180c1b0d63d877fa8547 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 23 Oct 2011 14:41:44 -0400 Subject: [PATCH] Maintain stable window configuration when org-agenda-follow-indirect is set Without this change, org-agenda-follow-indirect tends to cause

[O] Org, Diffs, and Version Control

2011-10-16 Thread Dave Abrahams
my document and that I haven't unintentionally wiped out a great deal of important material (all the more likely to happen without me noticing because of Org's folding). Hints most appreciated, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: Markup not rendered in document title [7.7 (release_7.7.396.g25c21)]

2011-10-13 Thread Dave Abrahams
org-babel-exp-inline-src-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-checkbox-statistics-hook '(dwa/checkbox-list-complete) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-agenda-include-deadlines nil org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] `f' in agenda view

2011-10-13 Thread Dave Abrahams
just a question of having to think absolutely when you want to think incrementally. That's a lot of keystrokes when what I want is to hit `f' (or something) 3 times to move the items to three days from now. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Feature idea: show last log entry

2011-10-12 Thread Dave Abrahams
wer when I make a new one. Thoughts? -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Dave Abrahams
is that from the agenda view I can't easily move a task to > the next day, is anyone doing anything like this? Binding `org-agenda-date-later' to a key like `f' ought to work out for you. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Checkbox difficulties

2011-10-11 Thread Dave Abrahams
on Thu Oct 06 2011, Dave Abrahams wrote: > Here's a version that deals with at least one of your caveats: > > (defun ndk/checkbox-list-complete () > (save-excursion > (org-back-to-heading t) > (when looking-at (concat > "^\\*+[ \t]

Re: [O] Using org-babel in other modes?

2011-10-09 Thread Dave Abrahams
ode but rendered in one solid face and without any language-specific editing smarts, behave like org's. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Using org-babel in other modes?

2011-10-09 Thread Dave Abrahams
can do it in 5 minutes," would it be to integrate the org-babel stuff with markdown? Seems like this trick would be extremely useful for quite a few modes (RestructuredText, anyone?) Thanks, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Checkbox difficulties

2011-10-06 Thread Dave Abrahams
on Mon Oct 03 2011, Nick Dokos wrote: > Dave Abrahams wrote: > >> >> on Mon Oct 03 2011, Nick Dokos wrote: >> >> > Dave Abrahams wrote: >> > >> >> Wow, that's awesome... we're *so* close... but how do I get it to >

[O] Bug: org-clock-marker dangling [7.7 (release_7.7.396.g25c21)]

2011-10-06 Thread Dave Abrahams
c org-babel-exp-inline-src-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-checkbox-statistics-hook '(ndk/checkbox-list-complete) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: void-function org-list-struct-fix-item-end [7.7 (release_7.7.396.g25c21)]

2011-10-05 Thread Dave Abrahams
on Wed Oct 05 2011, Nicolas Goaziou wrote: > Hello, > > Dave Abrahams writes: > >> I got the following backtrace doing `C-c C-c' on the "R" in PRIORITIZE >> from the item below >> >> >> ** TODO [#A] * Org Routine [0/4] ** >

[O] Bug: void-function org-list-struct-fix-item-end [7.7 (release_7.7.396.g25c21)]

2011-10-05 Thread Dave Abrahams
ull-hook '(my-org-convert-incoming-items) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-log-buffer-setup-hook '((lambda nil (setq fill-column (- fill-column 5 org-pretty-entities t org-return-follows-link t org-confirm-elisp-link-funct

[O] Bug: void-function org-list-struct-fix-item-end [7.7 (release_7.7.396.g25c21)]

2011-10-05 Thread Dave Abrahams
ull-hook '(my-org-convert-incoming-items) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-log-buffer-setup-hook '((lambda nil (setq fill-column (- fill-column 5 org-pretty-entities t org-return-follows-link t org-confirm-elisp-link-funct

Re: [O] headline navigation and refiling.

2011-10-05 Thread Dave Abrahams
on Wed Oct 05 2011, Le Wang wrote: > But doesn't the fact that a user didn't know he could navigate with > org-refile speak laudly for refactoring it into its own key-stroke? So... is anyone going to clue me in? -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] headline navigation and refiling.

2011-10-05 Thread Dave Abrahams
on Wed Oct 05 2011, Le Wang wrote: > Hi all, > > I like using the org-refile interface to navigate. Without actually refiling? How do you do that? -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] `org-agenda-date-later' (was: `f') in agenda view

2011-10-04 Thread Dave Abrahams
on Tue Oct 04 2011, John Wiegley wrote: >>>>>> Dave Abrahams writes: > > >> It always strikes me as odd that `f' in agenda view moves the item forward >> by a day even if that leaves it still in the past. Typically if I have an >> overdue

[O] `f' in agenda view

2011-10-04 Thread Dave Abrahams
t I thought maybe this would be a better default behavior. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Suppressing DONE notes per-item?

2011-10-04 Thread Dave Abrahams
on Tue Oct 04 2011, John Rakestraw wrote: > Hi, Dave -- > > On Tue, 04 Oct 2011, Dave Abrahams wrote: >> I have a number of repeating items (habits especially) where it's very >> very rare that I have anything to say upon completion. I'd like to >> sup

[O] Suppressing DONE notes per-item?

2011-10-04 Thread Dave Abrahams
I have a number of repeating items (habits especially) where it's very very rare that I have anything to say upon completion. I'd like to suppress Org's prompt for a DONE note on those items. Is that possible somehow? TIA, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Hide drawers in indirect buffers?

2011-10-04 Thread Dave Abrahams
on Tue Oct 04 2011, Carsten Dominik wrote: > On Oct 2, 2011, at 9:36 PM, Dave Abrahams wrote: > >> >> on Sat Oct 01 2011, Dave Abrahams wrote: >> >>> When I initially request an indirect buffer for an item (especially from >>> the agenda) it shows up

Re: [O] [OT] How to save and restore window and frame layout and position of windows on monitor - session management

2011-10-03 Thread Dave Abrahams
gh, not another one! Now I have another package to evaluate. Can't the community settle on one solution to this problem? http://www.emacswiki.org/emacs/WorkgroupsForWindows -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: Invalid refile target [7.7 (release_7.7.370.g8e44ba)]

2011-10-03 Thread Dave Abrahams
-order t org-occur-hook '(org-first-headline-recenter) org-checkbox-statistics-hook '(ndk/checkbox-list-complete) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-agenda-include-deadlines nil org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Checkbox difficulties

2011-10-03 Thread Dave Abrahams
on Mon Oct 03 2011, Nick Dokos wrote: > Dave Abrahams wrote: > >> Wow, that's awesome... we're *so* close... but how do I get it to >> automatically mark the item DONE when the last box is checked? >> > > Take a look at > > http://thread.g

Re: [O] Checkbox difficulties

2011-10-03 Thread Dave Abrahams
on Mon Oct 03 2011, Nick Dokos wrote: > Dave Abrahams wrote: > >> Wow, that's awesome... we're *so* close... but how do I get it to >> automatically mark the item DONE when the last box is checked? >> > > Take a look at > > http://thread.g

Re: [O] Bug: Feature-request: `org-after-checkbox-statistics-hook' [7.7 (release_7.7.370.g8e44ba)]

2011-10-03 Thread Dave Abrahams
on Sun Oct 02 2011, Nicolas Goaziou wrote: > Dave Abrahams writes: > >> I was using checkboxes for a group of subtasks, and was surprised when >> the following (which I lifted from the manual) wasn't causing the parent >> item to be marked DONE upon checking the l

Re: [O] Bug: Undocumented behavior [7.7 (release_7.7.83.g258aa)]

2011-10-02 Thread Dave Abrahams
on Sun Oct 02 2011, Nicolas Goaziou wrote: > Dave Abrahams writes: > >> `C-u C-c C-c' on a checkbox seems to make it disappear. If that's >> intentional it should be documented. Otherwise, it should be fixed. > > It is already documented. According to the

Re: [O] Checkbox difficulties

2011-10-02 Thread Dave Abrahams
on Sun Oct 02 2011, Dave Abrahams wrote: > on Sun Oct 02 2011, Nicolas Goaziou wrote: > >> Hello, >> >> Dave Abrahams writes: >> >>> I'm having two problems with checkboxes: >>> >>> 1. They're hard to navigate to. I have a ta

Re: [O] Checkbox difficulties

2011-10-02 Thread Dave Abrahams
on Sun Oct 02 2011, Nicolas Goaziou wrote: > Hello, > > Dave Abrahams writes: > >> I'm having two problems with checkboxes: >> >> 1. They're hard to navigate to. I have a task with 4 checkboxed >>sub-items, and it's very fiddly getting

[O] Bug: Feature-request: `org-after-checkbox-statistics-hook' [7.7 (release_7.7.370.g8e44ba)]

2011-10-02 Thread Dave Abrahams
x27;((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Hide drawers in indirect buffers?

2011-10-02 Thread Dave Abrahams
on Sat Oct 01 2011, Dave Abrahams wrote: > When I initially request an indirect buffer for an item (especially from > the agenda) it shows up with all its drawers open. I'd prefer it if > they were closed by default. Is there a way to do that? To follow up my own post... Th

[O] Checkbox difficulties

2011-10-02 Thread Dave Abrahams
pendencies, the boxes remain checked even when the TODO->DONE auto-rescheduling event happens. Is there a way to get tehm unchecked? Many thanks in advance, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: Undocumented behavior [7.7 (release_7.7.83.g258aa)]

2011-10-02 Thread Dave Abrahams
rs) (src org-babel-exp-inline-src-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "LOGBOOK" "OUTPUT" "SCRIPT" "SOURCE" "DATA") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)]

2011-10-01 Thread Dave Abrahams
on Sat Oct 01 2011, Nicolas Goaziou wrote: > Dave Abrahams writes: > >> Not for me. When I visit the org file above, press `TAB' to reveal the >> detail of the TODO, move down two lines with `C-n C-n' and press `TAB' >> again to collapse the "PRIOR

Re: [O] Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)]

2011-10-01 Thread Dave Abrahams
on Sat Oct 01 2011, Nicolas Goaziou wrote: > Hello, > > Dave Abrahams writes: > >> I have the following item in my todo list >> >> >> ** TODO [#A] * Org Routine [1/4] ** >>SCHEDULED: <2011-10-01 Sat .+1d> >>- [ ] PRIOR

[O] Hide drawers in indirect buffers?

2011-10-01 Thread Dave Abrahams
When I initially request an indirect buffer for an item (especially from the agenda) it shows up with all its drawers open. I'd prefer it if they were closed by default. Is there a way to do that? Thanks, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)]

2011-10-01 Thread Dave Abrahams
ks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org") ) ) ) org-drawers '("PROPERTIES" "LOGBOOK" "OUTPUT" "SCRIPT" "SOURCE" "DATA") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: org-refile-targets doesn't say whether it's AND or OR [7.7 (release_7.7.351.gb8b5)]

2011-09-29 Thread Dave Abrahams
Beautiful on Wed Sep 28 2011, Nick Dokos wrote: > Dave Abrahams wrote: > >> I would change the doc for org-refile-targets to say that the resulting >> list of targets is the union of all the targets matched by each cons >> cell. I think you could take that pretty much

Re: [O] Bug: org-refile-targets doesn't say whether it's AND or OR [7.7 (release_7.7.351.gb8b5)]

2011-09-28 Thread Dave Abrahams
on Wed Sep 28 2011, Nick Dokos wrote: > Dave Abrahams wrote: > >> >> >> Remember to cover the basics, that is, what you expected to happen and >> what in fact did happen. You don't know how to make a good report? See >> >> http://orgmod

[O] Bug: org-refile-targets doesn't say whether it's AND or OR [7.7 (release_7.7.351.gb8b5)]

2011-09-28 Thread Dave Abrahams
ckage: Org-mode version 7.7 (release_7.7.351.gb8b5) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] [patch] (was: [feature request] org-indirect-buffer-follow [7.7 (release_7.7.350.g9a179e)])

2011-09-24 Thread Dave Abrahams
>From 81ab272ab709c45e898831e5e019e02cfc6617fe Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 24 Sep 2011 15:21:53 -0400 Subject: [PATCH] Add indirect agenda follow mode By setting `org-agenda-follow-indirect' to a non-nil value, `org-agenda-follow-mode' will use an indir

[O] Bug: [feature request] org-indirect-buffer-follow [7.7 (release_7.7.350.g9a179e)]

2011-09-24 Thread Dave Abrahams
NU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36) of 2011-09-12 on pluto.luannocracy.com Package: Org-mode version 7.7 (release_7.7.350.g9a179e) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] [feature request] More flexible repeats

2011-09-24 Thread Dave Abrahams
on Sat Sep 24 2011, Eric Abrahamsen wrote: > On Sat, Sep 24 2011, Dave Abrahams wrote: > > [...] > >> >> I think the basic parts of such a language might be: >> >> - predicates, e.g. Mon,Wed,Fri; the first week of each month; the first >> tuesd

Re: [O] [feature request] More flexible repeats

2011-09-24 Thread Dave Abrahams
on Sat Sep 24 2011, John Wiegley wrote: >>>>>> Dave Abrahams writes: > >> I have habits that I need to perform, e.g., every weekday, or four times a >> week. I don't see a way to express that. If I could schedule a task for >> +1.4d or +1.75d (re

[O] Bug: [testing] Need note to (setq org-confirm-babel-evaluate nil) [7.7 (release_7.7.340.ga342)]

2011-09-23 Thread Dave Abrahams
ppKit 1038.36) of 2011-09-12 on pluto.luannocracy.com Package: Org-mode version 7.7 (release_7.7.340.ga342) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: [testing] missing dependency [7.7 (release_7.7.340.ga342)]

2011-09-23 Thread Dave Abrahams
1-09-12 on pluto.luannocracy.com Package: Org-mode version 7.7 (release_7.7.340.ga342) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: `org-test-for-executable' should use `executable-find'... [7.7 (release_7.7.320.gc8c8.dirty)]

2011-09-23 Thread Dave Abrahams
list. ...shouldn't it? Emacs : GNU Emacs 23.3.1 (x86_64-apple-darwin10.8.0, Carbon Version 1.6.0 AppKit 1038.36) of 2011-09-12 on pluto.luannocracy.com Package: Org-mode version 7.7 (release_7.7.320.gc8c8.dirty) -- Dave Abrahams BoostPro Comp

[O] [feature request] More flexible repeats

2011-09-23 Thread Dave Abrahams
n to being frustrated by its limitations, I forget the meaning of Org's fiddly repeat syntax. For example, words like "weekdays" or codes like "4x:w" (meaning four times per week) would be really nice to work with. I'd rather use "/" for "per" but

Re: [O] Feature Requests: `org-refile-targets'

2011-09-22 Thread Dave Abrahams
on Wed Sep 14 2011, Dave Abrahams wrote: > Hi all, > > I have two related feature requests: > > 1. The ability to refile based on properties. I have a bunch of items >with a :CATEGORY: entry in their property drawer. I would like such >items always to be refile

Re: [O] Bug: unable to open link unless `...from-string' [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-22 Thread Dave Abrahams
ackward-incompatible way. Seems like the "right" thing to do would have been to add a fallback to the old interpretation if the new one failed. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: unable to open link unless `...from-string' [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-20 Thread Dave Abrahams
ng was changed in November 2010, maybe the link in > question is an old one? Yep. -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Dave Abrahams
on Sat Sep 17 2011, Bernt Hansen wrote: > Dave Abrahams writes: > >> on Sat Sep 17 2011, Bernt Hansen wrote: >> >>> Dave Abrahams writes: >>> >>>> Remember to cover the basics, that is, what you expected to happen and >>>> what i

Re: [O] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Dave Abrahams
on Sat Sep 17 2011, Bernt Hansen wrote: > Dave Abrahams writes: > >> Remember to cover the basics, that is, what you expected to happen and >> what in fact did happen. You don't know how to make a good report? See >> >> http://orgmode.org/manual/Fe

[O] Bug: Problem with link display [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-17 Thread Dave Abrahams
at-to-state "TODO" org-clock-modeline-total 'current org-agenda-mode-hook '((lambda nil (local-unset-key (kbd ".," org-agenda-start-on-weekday nil org-agenda-fontify-priorities t org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-export-babel-evaluate nil org-mobile-post-push-hook '((lambda nil (shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org") (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/checksums.dat") ) (shell-command (concat "perl -i -ne 'print unless /agendas\\.org/;'" "~/Dropbox/MobileOrg/index.org")) ) ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Feature Request: fully reveal links when isearch stops there

2011-09-16 Thread Dave Abrahams
When I isearch for `foo' and find it in `[[foo][bar]]', I would like org buffers to show me the whole link, verbatim, rather than merely showing "bar". It's not very useful to see only the description in these cases. TIA, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: unable to open link unless `...from-string' [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-16 Thread Dave Abrahams
ed to work. I transformed links like that by search/replace into: [[message://m2k4n46n5p.wl%d...@boostpro.com]] So maybe it's my fault? -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: unable to open link unless `...from-string' [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-16 Thread Dave Abrahams
ck-modeline-total 'current org-agenda-mode-hook '(#[nil "\300\301!\207" [local-unset-key ".,"] 2]) org-agenda-start-on-weekday nil org-agenda-fontify-priorities t org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-agenda-skip-deadline-if-done t org-reverse-note-order t org-occur-hook '(org-first-headline-recenter) org-export-babel-evaluate nil org-mobile-post-push-hook '(#[nil "\300\301!\210\300\302!\210\300\303!\207" [shell-command "/bin/rm -f ~/Dropbox/MobileOrg/agendas.org" "perl -i -ne 'print unless /agendas\\.org/;'~/Dropbox/MobileOrg/checksums.dat" "perl -i -ne 'print unless /agendas\\.org/;'~/Dropbox/MobileOrg/index.org"] 2] ) org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "OUT") org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tags-column -97 org-modules '(org-id org-info org-habit) org-agenda-auto-exclude-function 'org-my-auto-exclude-function org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-metadown-hook '(org-babel-pop-to-session-maybe) org-clock-idle-time 10 org-attach-method 'mv org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Feature request: Select links by description [7.4]

2011-09-15 Thread Dave Abrahams
on Thu Sep 15 2011, Dave Abrahams wrote: > on Tue Feb 15 2011, Dave Abrahams wrote: > >> On Mon, Feb 14, 2011 at 11:14 PM, Bastien >> wrote: >>> Dave Abrahams writes: >> >>> >>>> How about just always showing the link as it will be pres

[O] Bug: [bug/patch] actually truncate lines in `*Org Link*' buffers [7.7 (release_7.7.292.g0d4e8.dirty)]

2011-09-15 Thread Dave Abrahams
list. commit 0d4e8b073144681e3049c3dd1d64f99f38a5f9f1 (HEAD, refs/heads/org-x) Author: Dave Abrahams Date: Thu Sep 15 18:54:10 2011 -0400 BUGFIX: _actually_ truncate lines in the `*Org Link*' buffer Modified lisp/org.el diff --git a/lisp/org

Re: [O] Feature request: Select links by description [7.4]

2011-09-15 Thread Dave Abrahams
on Tue Feb 15 2011, Dave Abrahams wrote: > On Mon, Feb 14, 2011 at 11:14 PM, Bastien wrote: >> Dave Abrahams writes: > >> >>> How about just always showing the link as it will be presented to the >>> user first, followed by the raw link?  Then everything w

[O] Feature Requests: `org-refile-targets'

2011-09-14 Thread Dave Abrahams
se Emacs' file-local variables to set `org-refile-targets', but #1 feels more urgent. TIA, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] How to update "Info Documentation"?

2011-07-29 Thread Dave Abrahams
on Fri Jul 29 2011, suvayu ali wrote: > On Fri, Jul 29, 2011 at 6:54 PM, Dave Abrahams wrote: >> ...or you could use <http://github.com/dimitri/el-get>, which takes care >> of everything, including info, autoloads, and byte-compilation, and >> doesn't require s

Re: [O] How to update "Info Documentation"?

2011-07-29 Thread Dave Abrahams
luding info, autoloads, and byte-compilation, and doesn't require superuser privileges `M-x el-get-install RET org-mode RET' `M-x el-get-update RET org-mode RET' Cheers, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] What happened to org-complete?

2011-07-02 Thread Dave Abrahams
on Sat Jul 02 2011, Ryan Reynolds wrote: > On Jul 2, 2011, at 21:06, Dave Abrahams wrote: >>>> >>> >>> >> Doesn't every OS GUI bind >> `M-TAB' to a window switcher by default? > > The default Meta key in Mac OS is Option, and win

Re: [O] What happened to org-complete?

2011-07-02 Thread Dave Abrahams
on Sat Jul 02 2011, Nick Dokos wrote: > Dave Abrahams wrote: > >> I used to have >> >> (define-key org-mode-map "\M-/" 'org-complete) >> >> in my .emacs. Now that there is no org-complete function, what should I >> bind to `M /&#

[O] What happened to org-complete?

2011-07-02 Thread Dave Abrahams
Hi all, I used to have (define-key org-mode-map "\M-/" 'org-complete) in my .emacs. Now that there is no org-complete function, what should I bind to `M /' in org buffers? Thanks, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Documentation suggestion re: buffers containing crypted entries

2011-06-12 Thread Dave Abrahams
understanding the problem. Oh, yes please! I'm finding the delays introduced by this problem almost intolerable. Call me picky but I've gone to great lengths to make emacs very responsive and this sit-for really interferes! -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[O] Bug: build problems [7.5 (release_7.5.343.ge05a)]

2011-06-01 Thread Dave Abrahams
.porkrind.org Package: Org-mode version 7.5 (release_7.5.343.ge05a) -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] Bug: Backtrace [7.5 (release_7.5.135.g7021f.dirty)]

2011-04-13 Thread Dave Abrahams
At Thu, 14 Apr 2011 00:17:46 +0200, Carsten Dominik wrote: > > Please try the latest git version. Thanks, I will! -- Dave Abrahams BoostPro Computing http://www.boostpro.com

  1   2   >