Hi Sun,
I don't know what is happening here, and I would think this has
nothing to do
with Org-mode.
- Carsten
On Jul 18, 2010, at 8:21 AM, Sun Yongke wrote:
2010/7/18 Carsten Dominik
Hi Sun,
there were no attatchments in this mail.
Also, please write to the mailing list and not priva
Hi Eric,
have you applied this patch? If yes, please mark it so on the
patchwork server.
Thanks!
- Carsten
On Jul 17, 2010, at 12:32 AM, Eric Schulte wrote:
Hi Nicolas,
I'll apply this patch now. Thanks for catching this -- Eric
Nicolas Goaziou writes:
Hello,
Eric Schulte write
Hi David,
On Jul 17, 2010, at 8:34 AM, David Maus wrote:
Carsten Dominik wrote:
Yes. Unfortunately I don't know a way to fix this.
This is a known problem and texinfo provides the options
,
| @set txicodequoteundirected
| causes the output for the ' character to be the undirected
Applied, thanks
- Carsten
On Jul 18, 2010, at 6:01 AM, Gregory J. Grubbs wrote:
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
Applied, thanks
- Carsten
On Jul 18, 2010, at 6:08 AM, Gregory J. Grubbs wrote:
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 @@
Hi Sebastian,
I have rejected both of your patches an instead changed the order of
evaluation
of escapes in `org-capture-fill-template'. Inserting file contents and
evaluating sexp entries now happens first, so that the parser looking
for other escapes also sees the stuff inserted by these es
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
Nick, Tassilo,
> Nick Dokos wrote:
>> =?utf-8?Q?S=C3=A9bastien_Vauban?= wrote:
>>
>>> - (funcall nnimap-request-head
>>> "<871vbxzo6@mundaneum.com>" "INBOX.mc"
>>> "mc") results... after 5 mins... in ("INBOX.mc" . 28606)
>>>
>>> What does the jury thinks of that?
>>
>> You've got a few mor
Hi Nick,
Nick Dokos wrote:
> =?utf-8?Q?S=C3=A9bastien_Vauban?= wrote:
>
>> - (funcall nnimap-request-head "<871vbxzo6@mundaneum.com>" "INBOX.mc"
>> "mc") results... after 5 mins... in ("INBOX.mc" . 28606)
>>
>> What does the jury thinks of that?
>
> You've got a few more layers of elisp to
I tried the following to get an Imenu composed of babel blocks, so that you
could browse/jump to blocks. But it doesn't seem to work, I'm guessing that
something about how org-mode builds the imenu-generic-expression overwrites
my entry. Is there a hook (or could there be a hook added) that allows
=?utf-8?Q?S=C3=A9bastien_Vauban?= wrote:
> By carefully reading the article just sent by Erik (in another thread) about
> Edebug, becoming aware of the cursor movements under stepping, I now can say
> without error what *really* eats the time.
>
> I effectively saw every parameter evaluated, ev
Johan Friis writes:
> I have this in my org-capture-templates, and it works just fine. The
> note.org file is of course an org-mode file, with normal syntax.
>
> ("j" "Journal" entry (file "~/note/journal.org") (file
> "~/note/template/journal.org"))
>
> I am not sure if I misunderstood what yo
Hi David,
David Maus wrote:
> Sébastien Vauban wrote:
>>> The Attached patch avoids this bug by removing all text properties from
>>> the subject (the same is done in org-wl.el).
>>
>> I've applied your patch. That hinders, indeed, the bug to occur. So, it
>> perfectly shows you're right about the
Hi Nick and Tassilo,
Nick Dokos wrote:
> Tassilo Horn wrote:
>> Sébastien Vauban writes:
>>
>>> If I understand well, it wasted all the time evaluating
>>>
>>> --8<---cut here---start->8---
>>> (nth 1 gnus-command-method)
>>> --8<---cut here--
John Hendy gmail.com> writes:
> I've been searching all kinds of things... converting todos, importing todos,
syncing todos, etc. in an effort to scrape up something of use to this idea,
but
haven't really found anything. Probably stupid, but one interesting program (I
actually ran into this
dyb...@lnouv.com (Erik L. Arneson) writes:
> dyb...@lnouv.com (Erik L. Arneson) writes:
>> This patch fixes the OCaml list assignment when using a table as a var
>> to an OCaml source block in org-babel.
>
> Please ignore this patch. It still needs some work. Values being
> returned from OCaml d
On 07/17/2010 12:14 AM, Erik Iverson wrote:
Hello!
Just pulled the latest org-mode from git.
I've upgraded to Emacs 23.2 so that org-indent-mode works properly.
However, when org-indent-mode is active, it seems that inline images
(C-c C-x C-v) do not work properly.
They show up for a brief ti
I have this in my org-capture-templates, and it works just fine. The
note.org file is of course an org-mode file, with normal syntax.
("j" "Journal" entry (file "~/note/journal.org") (file
"~/note/template/journal.org"))
I am not sure if I misunderstood what you want to do, just wanted to
stat
Tassilo Horn wrote:
> Sébastien Vauban
> writes:
>
> Hi Sébastien,
>
> > When stepping with SPC, the "arrow mark" (in the left fringe) stayed 5
> > mins on line 487:
> >
> > --8<---cut here---start->8---
> > ;; Use `head' function.
> > ((fboundp he
This is the fifth patch in a series that makes some straightforward
corrections to a number of docstrings. Each change is normally to:
- correct a typo, or
- fix up hyperlinks to function or variable names, or
- ensure slightly better conformance with the documentation guidelines
and tips give
On Wed, Jul 14, 2010 at 2:41 PM, Carsten Dominik
wrote:
>
> This would be very difficult to achieve. But note that you can part of it
> by setting
>
> (setq org-pretty-entities t)
Thanks; I was using an older org-mode and hadn't looked at this. This
is great, except... my Emacs apparently ig
dybbuk-qpb3x58jdzkavxtiumw...@public.gmane.org (Erik L. Arneson) writes:
> I'm sorry if this is not the correct format to send patches in, but it's
> my first patch. Hope it looks good.
Comments like this should not be part of the commit message. The
subject line (after [PATCH] is taken as th
On Sat, 17 Jul 2010 13:57:41 +0200, Sebastian Rose
wrote:
>
> Eric S Fraga writes:
> > Sebastian,
> >
> > Emacs, at least since v22 or maybe longer, has a built-in function
> > "toggle-truncate-lines".
>
> ...which is bound to what key?
Not bound anywhere by default as far as I can tell. I
Eric S Fraga writes:
> Sebastian,
>
> Emacs, at least since v22 or maybe longer, has a built-in function
> "toggle-truncate-lines".
...which is bound to what key?
emacs24 has it, too. I'll switch to use that one...
Thanks Eric
Sebastian
___
Ema
Hi,
currently, WE CANNOT EDIT FULL FLEDGED TEMPLATES IN SEPARATE FILE IN ORG
MODE.
Sorry for being back with this issue again and again, but I got no
feedback for the last two times I tried, did I?
I just found, that something like my proposed patch in is implemented in
org-capture (see
http
On Fri, 16 Jul 2010 22:55:40 +0200, Sebastian Rose
wrote:
>
> Erik Iverson writes:
> > Hello,
> >
> > As I use org-mode more and more for actually writing things, I'm wondering
> > what
> > your favorite Emacs word/line-wrapping mode is.
> >
> > Basically, I see two main ways of doing this, au
Solved by David Maus's patch.
Thanks,
Christian
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hi,
I've tested and this patch solves the bug I reported yesterday under the
heading "[Orgmode] Bug: org-timer-start with offset [6.36trans]".
Thanks!
Yours,
Christian
David Maus wrote:
* org-timer.el (org-timer-start): Use correct variable when
calculating `org-timer-start-time'.
---
lis
Sébastien Vauban
writes:
Hi Sébastien,
> When stepping with SPC, the "arrow mark" (in the left fringe) stayed 5
> mins on line 487:
>
> --8<---cut here---start->8---
> ;; Use `head' function.
> ((fboundp head)
> (setq res (funcall head article
30 matches
Mail list logo