[Orgmode] [PATCH] Quote path argument in org-latex

2010-07-17 Thread Gregory J. Grubbs
Patch quotes paths to protect from interpretation by the shell diff --git a/lisp/org-latex.el b/lisp/org-latex.el index b6a7769..156dbcf 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -836,7 +836,7 @@ when PUB-DIR is set, use this as the publishing directory." (with-current-buffer

[Orgmode] [PATCH] Quote path argument in ob-ditaa

2010-07-17 Thread Gregory J. Grubbs
Patch fixes ob-ditaa for paths that contain spaces and other shell-interpreted characters. diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el index 1f56d12..cc06246 100644 --- a/lisp/ob-ditaa.el +++ b/lisp/ob-ditaa.el @@ -59,7 +59,7 @@ called by `org-babel-execute-src-block'." (error "Could

[Orgmode] Re: Display inline images patch

2010-06-10 Thread Gregory J. Grubbs
"Colin Fraizer" writes: > I use org-mode on Windows 7. It seems that the regexp for image files > excludes the ":" (colon) character. Could it be added to this: > "[-+./_0-9a-zA-Z]+" > to make this > "[-+./:_0-9a-zA-Z]+" > ? > I use a regexp for image files that adds characters often found in Wi

[Orgmode] Bug: [PATCH] org-store-link not working for Gnus articles on gmane.emacs.orgmode [6.36trans (release_6.36.3.gd087.dirty)]

2010-05-09 Thread Gregory J. Grubbs
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/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[Orgmode] Re: org batch job using emacsclient?

2009-11-16 Thread Gregory J. Grubbs
Stefan Vollmar writes: > Hello, > > we are currently setting up some org-templates for simple web pages (e.g. CV > information for members of our institute). So far this seems to work > surprisingly well - even for users who use editors other than Emacs (yes, we > need to try harder...). We ha

[Orgmode] [PATCH] Info: clarify all allowed values of PROPERTY in COLUMN definition

2009-11-15 Thread Gregory J. Grubbs
Add cross reference to Special properties/Column atrributes node to clarify what may be used in the PROPERTY definition --8<---cut here---start->8--- index d2b4d3c..3c6fe1a 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -4589,6 +4589,7 @@ optional. The indivi

[Orgmode] [PATCH] Suggestion to change speed key

2009-11-14 Thread Gregory J. Grubbs
The current speed keys include the following: --8<---cut here---start->8--- c org-cycle C org-shifttab --8<---cut here---end--->8--- But those keys already have equivalents with the same number of key strokes: c can als

[Orgmode] Re: Problem refiling using IDO with flex matching

2009-11-14 Thread Gregory J. Grubbs
greg...@dynapse.com (Gregory J. Grubbs) writes: > Hi, all. > > I find that using IDO with fuzzy matching turned on is making org-refile > unusable. The problem is that emacs will lock up for up to 45 seconds > for each character I type, as ido searches through 3 levels of headi

[Orgmode] Request: org-display-outline-path report full file path even when narrowed

2009-11-14 Thread Gregory J. Grubbs
When the following file is narrowed to the "Sub Two" tree, org-display-outline reports the path relative to "Sub Two". It would be more useful to report, e.g. "Top One/Sub Two/Blah" Obviously, if you are narrowed further down the hierarchy, the current function becomes even less useful. --8<--

[Orgmode] [PATCH] Meaningful prompt for org-set-effort

2009-11-14 Thread Gregory J. Grubbs
I don't understand what I'm being prompted for with the current prompt. --8<---cut here---start->8--- diff --git a/lisp/org.el b/lisp/org.el index c5499a3..dcded8e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12213,11 +12213,11 @@ allowed value."

[Orgmode] Problem refiling using IDO with flex matching

2009-11-14 Thread Gregory J. Grubbs
Hi, all. I find that using IDO with fuzzy matching turned on is making org-refile unusable. The problem is that emacs will lock up for up to 45 seconds for each character I type, as ido searches through 3 levels of headings in all my archive files. I like having ido turned on for this, as it al

[Orgmode] Re: feature request: show context in agenda

2009-11-13 Thread Gregory J. Grubbs
Carsten Dominik writes: > P.S. In an org file, with speed commands turned on, press SPC > to get the current outline path displayed. Best. Feature. Ever. (along with the speed keys!) ___ Emacs-orgmode mailing list Remember: use `Reply All' to sen

[Orgmode] Re: Handling phone calls

2009-11-13 Thread Gregory J. Grubbs
Bernt Hansen writes: [non-phone call comments snipped] > I set up a second set of templates for phone calls: > > ,[ .emacs remember functions ] > | (setq my-phone-remember-templates > | (quote (("client1" ?c "* Phone Call - %:name - %:company\n > :CLOCK-IN:%?" "~/org/client1.org" "Tas

[Orgmode] Re: contact management in org-mode?

2009-10-31 Thread Gregory J. Grubbs
org-mode may attain self-hosting status before Clojure does! -Greg (after writing some elisp to translate my BBDB entries into property-laden org-mode entries) Russell Adams writes: >> Now, I know this won't give me synchronization. Unfortunately I think >> that's a lost cause currently, I jus

[Orgmode] Re: Org-mode version 6.32trans (release_6.32b.22.gfbe1); Symbol not found in org-src-switch-to-buffer

2009-10-29 Thread Gregory J. Grubbs
>> Hi, >> >> I noticed the same problem. However, the function >> org-src-switch-to- >> buffer (with the breaking case-form) runs without problems when it >> is not compiled. >> >> hth, >> Stephan >> >>

[Orgmode] Re: contact management in org-mode?

2009-10-29 Thread Gregory J. Grubbs
Eric S Fraga writes: > At Sat, 24 Oct 2009 21:34:10 -0500, Russell Adams wrote: > > [...] > >> I reverse my recommendation regarding BBDB. >> >> /rant on >> > > [...] > >> /rant off > > I'm in complete agreement with you on this rant. I do find it > incredible that there are no good contact m

[Orgmode] Org-mode version 6.32trans (release_6.32b.22.gfbe1); Symbol not found in org-src-switch-to-buffer

2009-10-29 Thread Gregory J. Grubbs
When running C-c ' (org-edit-special) on the file attached to [[gnus:gmane.emacs.orgmode#m2ws2fuppl@gmail.com][email from Eric Schulte: Re: {babel} Re: org-babel: Met]] I get the following backtrace --8<---cut here---start->8--- Debugger entered--Lisp erro

[Orgmode] Re: Patch for resolving "away time" when clocked in

2009-10-16 Thread Gregory J. Grubbs
John Wiegley writes: > On Oct 16, 2009, at 11:59 AM, Gregory J. Grubbs wrote: > >> One suggestion: I think when your code stops on a clock and prompts to >> keep/subtract/cancel, it should expand the drawer (for those of us who >> use drawers). > > I've add

[Orgmode] Re: Patch for resolving "away time" when clocked in

2009-10-16 Thread Gregory J. Grubbs
John Wiegley writes: > Looking for anyone who uses Org's time clocking facilities and is > willing to test this with me. I've been using it for a couple of days > now. The functionality is based on the way the commercial app > OfficeTime handles idleness. Wow. Your patch helped me clean up a m

[Orgmode] Re: "clearing" the state of an org-mode subtree

2009-10-11 Thread Gregory J. Grubbs
Robert Goldman writes: > This is one of those cases where automating a task will not pay back the > investment (at least not to me, individually), so I think I'd better > just do it by hand. I think automating a task that annoys you is worth the trouble. You could at least start with something

[Orgmode] My definition of stuck projects

2009-10-06 Thread Gregory J. Grubbs
I have slowly been making better use of the Agenda in org-mode. One tantalizing possibility has been finding stuck projects. I finally have a definition of stuck projects along with a simple way to define what a project is. This is so cool and so very useful. I wanted to share what is working

[Orgmode] [PATCH] Minor documentation patch

2009-08-27 Thread Gregory J. Grubbs
When wrestling with org-remember, I got stuck on %i: I thought it would display content, then create an active region ... org-version: "Org-mode version 6.29trans (release_6.29c.86.gfa36.dirty)" diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 5cfb217..191b678 100644 --- a/lisp/or

[Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-26 Thread Gregory J. Grubbs
Carsten Dominik writes: > Hi, > > thank you everybody for this very interesting discussion. I have > been trying to think of a way to extract common ground from the > different opinions. > > Here is what I have come up with: > > 1. n/p remain as they where > 2. Moving forward/backward though tim