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
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
"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
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.
-
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
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
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
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
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<--
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."
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
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
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
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
>> 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
>>
>>
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
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
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
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
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
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
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
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
23 matches
Mail list logo