[O] Multiple agenda buffers

2014-03-26 Thread Robert P. Goldman
I find if I accidentally return over an item's date, I get a second agenda buffer for that date. That seems fine, but what I don't like is that from now on, any org agenda commands go to THAT buffer, rather than going into the old agenda buffer, which I keep around all the time. So I have, for

[O] Alfred workflow for org-capture

2013-09-12 Thread Robert P. Goldman
Does anyone have a workflow for the Alfred Mac app launcher that will interact with org-capture? I know there have been versions before that worked with Quicksilver, which is quite similar. Thought I would ask before trying to roll my own. Thanks!

Re: [O] phone links...

2013-04-16 Thread Robert P. Goldman
Well, but note that we don't use file URLs -- we have special org hyperlinks with their own syntax... The reason I am reluctant to adopt tel: is that that would suggest we should adopt the phone number syntax of RFC 3966. I confess that I haven't slogged my way through it, nor am I likely to

[O] Question about reftex mode in org-mode

2013-04-04 Thread Robert P. Goldman
Quite some time ago, I incorporated reftex into my use of org mode, per a suggestion on Worg: ;;;--- ;;; Use reftex with org-mode, per Worg ;;;---

Re: [O] phone links...

2013-04-04 Thread Robert P. Goldman
On 4/4/13 Apr 4 -7:15 AM, Bastien wrote: Hi Robert, Robert Goldman rpgold...@sift.info writes: The two files are below, in hopes of getting suggestions for improvement so that someday this could find itself into contrib/. Looks like a good start -- please keep us updated about your

Re: [O] phone links...

2013-04-04 Thread Robert P. Goldman
On 4/4/13 Apr 4 -3:38 PM, Simon Thum wrote: Since you're at it: I keep the attached patch personally. I use it to sync org-contacts entries to my phone. I didn't sign up to the FSF so far, and suck at maintaining emacs commit msg conventions. If the patch is interesting I'll do what is

[O] [PATCH 1/5] bind org-export-current-backend in generic exporter.

2011-10-21 Thread Robert P. Goldman
This is needed for org-export-preprocess-string to function correctly. --- contrib/lisp/org-export-generic.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index bb42b60..29e90b8 100644 ---

[O] Patches for org-generic-export

2011-10-21 Thread Robert P. Goldman
Attached is a set of patches to the org-generic-exporter. They fix a change in the org-preprocess process that means that all uses of the org-generic export facility will crash. They also add rudimentary support for trac wiki and tikiwiki export. Finally, I have removed the HTML exporter from

[O] [PATCH 4/5] Fixed section-header-prefix for trac wiki.

2011-10-21 Thread Robert P. Goldman
--- contrib/lisp/org-export-generic.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 15afe6a..5a5af14 100644 --- a/contrib/lisp/org-export-generic.el +++

[O] [PATCH 5/5] Fix header prefixes for trac wiki.

2011-10-21 Thread Robert P. Goldman
trac wiki has hard limit on number of headers. Need space before macro characters in trac wiki. Add a couple of TODO comments. --- contrib/lisp/org-export-generic.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/lisp/org-export-generic.el

[O] [PATCH 2/5] Added trac-wiki and tikiwiki export settings.

2011-10-21 Thread Robert P. Goldman
--- contrib/lisp/org-export-generic.el | 107 +++- 1 files changed, 93 insertions(+), 14 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 29e90b8..e3a8680 100644 --- a/contrib/lisp/org-export-generic.el +++

[O] [PATCH 3/5] Kill the HTML exporter.

2011-10-21 Thread Robert P. Goldman
This is done better in core org-mode. --- contrib/lisp/org-export-generic.el | 41 1 files changed, 0 insertions(+), 41 deletions(-) diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index e3a8680..15afe6a 100644 ---

Re: [O] Org babel does not work properly with included files

2011-05-01 Thread Robert P. Goldman
Sorry, I think I have created a red herring here by leaving that code block in both files. To see what the problem really is, consider the case where the source code block appears ONLY in the included file. (I tested the source block in the master file to make sure it worked before I copied it

Re: [O] Org babel does not work properly with included files

2011-05-01 Thread Robert P. Goldman
Also note that if you have an included file with MULTIPLE code blocks, this approach won't generalize Best, -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Nick Dokos nicholas.do...@hp.com wrote: Robert Goldman rpgold...@sift.info wrote: foo.org: * Purpose This

Re: [O] Org babel does not work properly with included files

2011-05-01 Thread Robert P. Goldman
. Please excuse my brevity. Nick Dokos nicholas.do...@hp.com wrote: Robert P. Goldman rpgold...@sift.info wrote: Sorry, I think I have created a red herring here by leaving that code blo= ck in both files. To see what the problem really is, consider the case wh= ere the source code block

[O] [PATCH] Fixed shell script example in Emacs Lisp evaluation of variables.

2011-04-21 Thread Robert P. Goldman
The variable names in the header arguments and in the sh code didn't line up. Made them agree. --- doc/org.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 17922d4..e68ed18 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -12072,8

[O] Patch for org-babel manual node

2011-04-21 Thread Robert P. Goldman
There was a bug in an example of argument passing in the org-babel part of the manual. Fixed in the following patch.

[Orgmode] Re: Request for suggestions: multiple revision control systems/repositories + org

2010-12-19 Thread Robert P. Goldman
That is what I had done originally, but I thought mobile org required that all the org files be in the same directory. Was I wrong about that? Thanks, R Bernt Hansen be...@norang.ca wrote: Robert Goldman rpgold...@sift.info writes: I am looking for hints. I have a number of org files,

[Orgmode] Trivial docstring patch

2010-11-11 Thread Robert P. Goldman
Following is a patch that fixes a misspelling in the docstring for org-todo-keywords. Also adds a little punctuation. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] [PATCH] Fixed typo in docstring for org-todo-keywords.

2010-11-11 Thread Robert P. Goldman
From: Robert P. Goldman rpgold...@real-time.com --- lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 8227ed9..18e7fc5 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -1958,7 +1958,7 @@ indicating if the keywords should

[Orgmode] Re: Request for suggestions about best practices: tracking responses

2010-09-23 Thread Robert P. Goldman
On 9/22/10 Sep 22 -3:08 PM, Sébastien Vauban wrote: Hi Robert, Robert Goldman wrote: Often now I have org-mode tasks that I move to WAIT status when I send someone an email to get some next step done. I do that as well. Though, I'm still testing what my own process must be like. The

[Orgmode] Re: bug with link following --- a (partial) solution

2010-08-29 Thread Robert P. Goldman
On 8/29/10 Aug 29 -10:36 AM, Robert Goldman wrote: I used org-store-link and org-insert-link to make a link in the attached document (I distilled it down from a real document). In my org-mode (pulled from git this morning), using Aquamacs 2.0 on Mac OSX Snow Leopard (10.6), org-mode cannot

[Orgmode] org-export-generic patch

2010-04-28 Thread Robert P. Goldman
This patch adds handling of blockquotes and flowed output formats to org-export-generic per earlier email. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] [PATCH 4/4] Add handling of blockquote and output formats that must be flowed.

2010-04-28 Thread Robert P. Goldman
From: Robert P. Goldman rpgold...@real-time.com Added a handler for blockquotes. Also added :body-newline-paragraph to the org-set-generic-type. This is intended to help handling output formats (like tikiwiki) where newlines are treated as paragraph separators, instead of being used to fill

[Orgmode] Repeating tasks in an interval

2010-02-02 Thread Robert P . Goldman
Is there some way to specify a repeating task over an interval? That is a task that is done, for example, every month, over a finite period? Here's an example that I tried: DEADLINE: 2009-12-01 Tue +1m--2009-11-01 Sun But this one doesn't work --- the tasks keep appearing after November ended.

[Orgmode] Can we make a refloc programmatically?

2009-12-28 Thread Robert P . Goldman
I find that when I'm refiling my MobileOrg tasks, I almost always want them to go to one particular place (my master todo list). I'd like to make a command that refiles to that location, specifically. The closest I've been able to get to this is to bind the org-refile-targets dynamic variable

[Orgmode] Re: Minor buglet in orgmode Makefile

2009-11-16 Thread Robert P . Goldman
Noorul Islam gnukid at gmail.com writes: I got the same error. This is what I did. $ make clean make Everything went fine. Right you are. That fixed it. Thanks! No bug after all. ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Minor buglet in orgmode Makefile

2009-11-15 Thread Robert P . Goldman
I just pulled an update from git for the first time in a long while, and when I tried to build org-mode, it failed with an undefined function error for the function org-float-time in org-ascii. It only took me a moment to find the fix --- it seems like we just need to push org-compat up the list

[Orgmode] Request for advice on OrgMobile

2009-11-15 Thread Robert P . Goldman
I just installed OrgMobile and I'm delighted with it. But I was wondering --- it seems to create only my custom agendas by default. Is there any way to persuade it to create the daily and weekly agendas on export? I'd really like to have those at my fingertips. Thanks!

[Orgmode] Re: Request for advice on OrgMobile

2009-11-15 Thread Robert P . Goldman
Robert P. Goldman rpgoldman at sift.info writes: I just installed OrgMobile and I'm delighted with it. But I was wondering --- it seems to create only my custom agendas by default. Is there any way to persuade it to create the daily and weekly agendas on export? I'd really like to have

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

2009-10-11 Thread Robert P . Goldman
Bernt Hansen bernt at norang.ca writes: Paul Mead paul.d.mead at gmail.com writes: Robert Goldman rpgoldman at sift.info writes: Andrew Stribblehill wrote: org-mode files are plain text. M-% to do a replacement: once you've entered your search term and its replacement, hit ! to