On 12/21/10 3:04 AM, Eric Abrahamsen wrote:
#+BIND: org-export-html-xml-declaration ()
That did the trick! Thank you.
One small follow-up question: this produces iso-8859-1 encoded text by
default; how do I go about asking for utf-8?
With the same setup I still get utf-8. Though the XML
On Tue, Dec 21 2010, Christian Moe wrote:
On 12/21/10 3:04 AM, Eric Abrahamsen wrote:
#+BIND: org-export-html-xml-declaration ()
That did the trick! Thank you.
One small follow-up question: this produces iso-8859-1 encoded text by
default; how do I go about asking for utf-8?
With the same
Carsten Dominik carsten.domi...@gmail.com writes:
Hi XEmacs users
I am about to apply this patch, but I am still wondering
if :eval in the mode line is working on XEmacs?
Sorry, missed that one: XEmacs does not currently have :eval. This
might be a good reason to add it to XEmacs, but it
Hello,
Sébastien Vauban wrote:
In the same arena, I've noticed -- since I am on a Windows computer with
French locales, that I now have Frenchized abbreviations for the dates, in
the timestamps and in the agenda.
For example:
CLOCK: [2010-10-26 mar. 09:14]--[2010-10-26 mar. 10:15] =
On 12/21/10 9:21 AM, Eric Abrahamsen wrote:
On Tue, Dec 21 2010, Christian Moe wrote:
On 12/21/10 3:04 AM, Eric Abrahamsen wrote:
#+BIND: org-export-html-xml-declaration ()
That did the trick! Thank you.
One small follow-up question: this produces iso-8859-1 encoded text by
default; how do
On Dec 17, 2010, at 2:16 PM, Brian Gough wrote:
Hello,
For people who like printed documentation, the Org 7 mode manual has
now been published as a paperback book. The details are
The Org Mode 7 Reference Manual - Organize your life with GNU Emacs
by Carsten Dominik and others
Hi
Any chance we get this applied ?
Ciao
Volker
Volker Zell writes:
Hi
Can anyone please apply the following patch to ob-eval to make xemacs
happy.
This was be the last reference to small-temporary-file-directory by the
way.
--- ob-eval.el.orig 2010-11-01
On Tue, Dec 21 2010, Christian Moe wrote:
On 12/21/10 9:21 AM, Eric Abrahamsen wrote:
On Tue, Dec 21 2010, Christian Moe wrote:
On 12/21/10 3:04 AM, Eric Abrahamsen wrote:
#+BIND: org-export-html-xml-declaration ()
That did the trick! Thank you.
One small follow-up question: this produces
I noticed that when I evaluate a function whose definition is embedded in a
list, the function does not evaluate if it is embedded in a list with no blank
line preceding /and/ the function is indented. The function can be evaluated as
expected with either a blank line preceding the definition
I use org-mode and babel under Windows with osql, and the line
separating the header from the rest of the rows in the output was
bothering me.
I don't know that this is a really good fix, but maybe it's a start
for one? I've filled out paperwork with FSF for copyright assignment.
It looks for
Hi Charles,
Charles Sebold wrote:
I use org-mode and babel under Windows with osql, and the line separating
the header from the rest of the rows in the output was bothering me.
Excellent initiative!
I don't know that this is a really good fix, but maybe it's a start for one?
It looks for
Hi all!
how to filter CATEGORY entries in org-agenda-custom command (agenda)?
Sorry I cannot find it. I know how to filter such entries in tags-todo blocks:
tags-todo -CATEGORY=\PADUA\-CATEGORY=\PADUA-LH\-CATEGORY=\PADUA-PH\
but I cannot find an equivalent for the (agenda) part of my custom
* lisp/org.el (org-scan-tags): remove useless todo variable.
Signed-off-by: Julien Danjou jul...@danjou.info
---
lisp/org.el |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 3cecca7..85898ab 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@
Please note the following changes to the way that org-babel handles
file output. These may break existing org-babel files which use
the :file header argument.
:file filename should be understood as saying write the result
to filename and return a link to filename.
This works for all languages.
Hi Vladimir,
Thanks very much for this patch, it is great to receive patches that
update the documentation as well as the code. I've just applied a
slightly modified version of your patch.
Thanks -- Eric
Vladimir Alexiev vladi...@sirma.bg writes:
I tried following
I use the function other-frame for that, which is bound to `C-x 5 o' as
Suvayu mentioned. To make this easier (since I use it frequently) I just
bind other-frame to C-c o with
(global-set-key \C-co'other-frame)
This works very well for me.
--
Darlan
At Sun, 19 Dec 2010 21:49:53 -0800,
I feel silly. I was just testing with one output column.
Change the $ in the regexp to [^-] or just reapply patch as follows:
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 5bb123d..32b7bf0 100644
--- a/lisp/ob-sql.el
+++ b/lisp/ob-sql.el
@@ -65,6 +65,7 @@ This function is called by
Dan Davison dandavis...@gmail.com writes:
Please note the following changes to the way that org-babel handles
file output. These may break existing org-babel files which use
the :file header argument.
:file filename should be understood as saying write the result
to filename and return a
OK, another change: added a fix for the blank line at the end.
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 5bb123d..2ff85d9 100644
--- a/lisp/ob-sql.el
+++ b/lisp/ob-sql.el
@@ -65,6 +65,7 @@ This function is called by `org-babel-execute-src-block'.
(in-file (org-babel-temp-file
Hi Charles,
This looks great, I've just applied this most recent patch.
Thanks -- Eric
Charles Sebold cseb...@gmail.com writes:
OK, another change: added a fix for the blank line at the end.
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 5bb123d..2ff85d9 100644
--- a/lisp/ob-sql.el
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.
Sébastien:
What do you think would be a good solution for the blank between the output
of a table and the row count if someone didn't run SET NOCOUNT ON?
I mean, should that be another hline, or no blank line, or what?
If somebody's trying to programatically use this table, it will mess up
In org-agenda.el, the function org-agenda-holidays is coded as:
(defun org-agenda-holidays ()
Display the holidays for the 3 months around the cursor date.
(interactive)
(org-agenda-execute-calendar-command 'list-calendar-holidays))
'list-calendar-holidays' does not exist. It should be
Paul Sexton psex...@xnet.co.nz writes:
In org-agenda.el, the function org-agenda-holidays is coded as:
(defun org-agenda-holidays ()
Display the holidays for the 3 months around the cursor date.
(interactive)
(org-agenda-execute-calendar-command 'list-calendar-holidays))
Is it possible to tweak page numbering in the manual, with each chapter
having it's separate sequence?
The manual is fairly extensive. If a chapter has changed even in a minor
way, the numbering of subsequent chapters is also affected. With
chapter-by-chapter page numbering, once could keep the
Eric Schulte schulte.e...@gmail.com writes:
Niels Giesen niels.gie...@gmail.com writes:
Eric Schulte schulte.e...@gmail.com writes:
Thanks, I've just pushed up a new version of org-mime which makes use of
this function.
Hi Eric, thanks for implementing this.
However, I see a problem in
Sorry, if this is soo obvious to all you regular emacs and org-mode users. But
I am a newbie when it comes to emacs and especially org-mode, I just don't see
the tree for the forrest.
I have installed the org-mac-protocol as per it's webpage at
Merry Christmas to all MobileOrg Android users... I am pleased to announce
the 0.5.0 release of MobileOrg for Android.
This release includes support for Dropbox which is the single most requested
feature. I actually finished writing the code for this a few weeks ago, but
it has taken a little
On 12/21/2010 06:25 PM, Matthew Jones wrote:
Merry Christmas to all MobileOrg Android users... I am pleased to announce the
0.5.0 release of MobileOrg for Android.
Great, looking forward to trying it out!
This release includes support for Dropbox which is the single most requested
feature.
The approval process is to ensure that the app meets their usage guidelines:
https://www.dropbox.com/developers/announcements/6
See the section Approval Process...
I think the most important thing is that they want to know that I will only
store the auth tokens instead of your actual username
* lisp/org.el: Document missing value for org-link-frame-setup
---
This patch is available at git://git.norang.ca/org-mode.git fix-doc
-Bernt
lisp/org.el |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lisp/org.el b/lisp/org.el
index 3cecca7..c94cb5f 100644
---
Hi,
I have a patch for this problem which works for me but I'm not sure it's
the correct fix. Will post the patch following this report.
When I attempt to publish the source for
http://doc.norang.ca/org-mode.html (a copy of which is at
http://doc.norang.ca/org-mode.org) with
* lisp/org.el: Skip source block fontification during export when language
is not defined
---
This may not be the correct fix for this issue but it works for me.
This patch is available at git://git.norang.ca/org-mode.git fix-export
-Bernt
lisp/org.el |2 +-
1 files changed, 1
Hi,
If you are viewing the agenda with a time span of a week (or anything
larger than a day) and then use 'J' to jump to a new date the span
changes back to day.
I think the span should remain unchanged when moving to a new date.
Regards,
Bernt
Emacs : GNU Emacs 23.2.1 (i486-pc-linux-gnu,
Hi,
If you export the following org file to HTML the list is not terminated
properly. There is a ORG-LIST-END tag in the source instead of the
/li /ul tags which results in invalid HTML.
,[ test.org ]
| * List ending on export
|
| - Item 2 - last
`
Here is part of the HTML from the
Bernt Hansen be...@norang.ca writes:
Hi,
If you are viewing the agenda with a time span of a week (or anything
larger than a day) and then use 'J' to jump to a new date the span
changes back to day.
For me, I have 'J' bound to (org-agenda-clock-goto) by default. I think
you are talking
Paul Sexton psex...@xnet.co.nz writes:
In org-agenda.el, the function org-agenda-holidays is coded as:
(defun org-agenda-holidays ()
Display the holidays for the 3 months around the cursor date.
(interactive)
(org-agenda-execute-calendar-command 'list-calendar-holidays))
37 matches
Mail list logo