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 ex
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!
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 ha
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 r
On 4/4/13 Apr 4 -7:15 AM, Bastien wrote:
> Hi Robert,
>
> Robert Goldman 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 progress
> and
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
;;;---
(autol
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
--- a/con
---
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
+++ b
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
b/contrib/lisp/o
---
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
+++ b/contrib/lisp/org-export-generic.e
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 th
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
--- a/contri
Mail. Please excuse my brevity.
Nick Dokos wrote:
Robert P. Goldman 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
appears ONLY in the
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 wrote:
Robert Goldman wrote: foo.org: > * Purpose > > This
document is intended to demonstrate th
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
There was a bug in an example of argument passing in the org-babel
part of the manual. Fixed in the following patch.
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 +
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" wrote:
>Robert Goldman writes:
>
>> I am looking for hints. I have a number of org files, typically one
>for
>> each major p
From: Robert P. Goldman
---
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 be interpreted as a
sequence of
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
http://lists.gnu.org/mailman/
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.
>
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
From: Robert P. Goldman
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 (i.e., the
destination is
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
http://lists.gnu.org/mailman/listinfo/em
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 end
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 aro
Noorul Islam 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
Robert P. Goldman 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
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!
_
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 o
Bernt Hansen norang.ca> writes:
>
> Paul Mead gmail.com> writes:
>
> > Robert Goldman 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 replace all
> >>>
31 matches
Mail list logo