> Great! Could you please submit a patch which fixes this in the manual
> and also replaces
> texinfo.tex?
Here we go. Added texinfo options to org.texi and orgguide.texi +
update texinfo.tex to 4.13, shipped on Debian testing.
HTH,
-- David
David Maus (1):
Use proper quote and backtick
Hi Sun and Carsten,
Carsten Dominik wrote:
>> 2010/7/18 Carsten Dominik
>>
>> Can you help me removed the space that generated by auto-fill?
>
> I don't know what is happening here, and I would think this has nothing to
> do with Org-mode.
Isn't it a non-breaking space character? Type `C-u C-
Carsten Dominik wrote:
>Great! Could you please submit a patch which fixes this in the manual
>and also replaces
>texinfo.tex?
Looks like the message with the patch is to large for the mailing list
(returns to sender). So there is
git://github.com/dmj/dmj-org-mode.git fix/doc-texinfo-template
Hi David,
look like you forgot to attach the patch?
Thanks!
- Carsten
On Jul 18, 2010, at 9:45 AM, David Maus wrote:
Great! Could you please submit a patch which fixes this in the
manual
and also replaces
texinfo.tex?
Here we go. Added texinfo options to org.texi and orgguide.texi +
up
On Jul 18, 2010, at 11:05 AM, David Maus wrote:
Carsten Dominik wrote:
Great! Could you please submit a patch which fixes this in the
manual
and also replaces
texinfo.tex?
Looks like the message with the patch is to large for the mailing list
(returns to sender). So there is
git://githu
Applied, thanks.
- Carsten
On Jul 16, 2010, at 5:25 PM, David Maus wrote:
Carsten Dominik wrote:
Hi Thierry,
I cannot easily see why org-decrypt-entry is being called, and if it
is being called in
the remember buffer or where?
Anyway, most of us are moving to org-capture, so I would be
Hi all,
At work we have the typical MS-Exchange setup for mail and agenda. Only
Outlook as a client is a first-class citizen in this setup, but since there
are many non-Outlook users, mail can also be accessed using IMAP, and
appointments are turned into emails with hyperlinks to access them in
Ou
This is the sixth 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 given
"Eric Schulte" writes:
> Hi Erik,
Hi, Eric!
> I've just pushed up a commit with teaches Babel how to feed tables to
> ocaml, so your example above re-written as below should now work.
I already had half-a-patch (as you saw elsewhere on the list) that took
a slightly different approach than you
Subject: [PATCH] Fix some trivial typos
People like Douglas Crockford (a member of the JavaScript 2.0 committee
at ECMA and author of JavaScript: The Good Parts) capitalize the J and
the S in JavaScript. This patch fixes some references to follow this
standard.
---
doc/org.texi | 10 +-
Hi Philip,
I had some problems with this patch, but I am not sure why.
git am did not work, but git apply did Beats me why...
Anyway, it has been applied, thanks!
Tomorrow is release date... :)
- Carsten
On Jul 18, 2010, at 3:14 PM, Philip Rooke wrote:
This is the sixth patch in a seri
This is the eighth 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
This is the ninth 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
Fix single typo
---
doc/org.texi |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/doc/org.texi b/doc/org.texi
index 3002772..ab5f10f 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -1,4 +1,5 @@
+
\input texinfo
@c %**start of header
@setfilename info/org
@@ -472,7 +
dyb...@lnouv.com (Erik L. Arneson) writes:
> "Eric Schulte" writes:
>> Hi Erik,
>
> Hi, Eric!
>
>> I've just pushed up a commit with teaches Babel how to feed tables to
>> ocaml, so your example above re-written as below should now work.
>
> I already had half-a-patch (as you saw elsewhere on the
Done -- Eric
Carsten Dominik writes:
> 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 -
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 time (< 1 second) and
I run the latest git version of org-mode in the Ubuntu 10.04 snapshot
version of Emacs.
I have footnotes in my org document. When I export my org file to LaTeX
they are placed, correctly, inline as "\footnote{blah blah}". However,
they are still present at the bottom of the tex file as "[fn:xx]
Henri-Paul Indiogine wrote:
>I run the latest git version of org-mode in the Ubuntu 10.04 snapshot
>version of Emacs.
>I have footnotes in my org document. When I export my org file to LaTeX
>they are placed, correctly, inline as "\footnote{blah blah}". However,
>they are still present at the bo
Hi Phil,
I cannot get this patch to apply cleanly. Could you update it, please?
Thanks!
- Carsten
On Jul 18, 2010, at 6:28 PM, Phil Rooke wrote:
This is the ninth patch in a series that makes some straightforward
corrections to a number of docstrings. Each change is normally to:
- correc
BUG: Agenda view invokes custom sort routine even if not configured to
do so.
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
old mode 100644
new mode 100755
index 1314eb2..f34f45d
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -5312,8 +5312,9 @@ HH:MM."
(alpha-up(and
Hi Carsten + crowd,
Below is a patch for org-capture when the template is given by a LISP
function.
Problem was that the function is inside a string (not a LISP form), so
the string has to be evaluated explicitly.
Now it's working for me. I use it to get a template formed by
URL/title and select
On Jul 18, 2010, at 10:30 PM, Carsten Dominik wrote:
Hi Phil,
I cannot get this patch to apply cleanly. Could you update it,
please?
Never mind, I went through it and applied it by hand.
Thanks!
- Carsten
On Jul 18, 2010, at 6:28 PM, Phil Rooke wrote:
This is the ninth patch in a
Hi everyone,
I have just released version 7.01 of Org mode.
This is a major release, and we have worked months on getting
it together. Most important is of cause the complete integration
of Org Babel into Org mode. Many thanks to Eric Schulte and
Dan Davison who have worked tirelessly to make
24 matches
Mail list logo