[O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-19 Thread Manuel Giraud
--- lisp/org-html.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 5d53478..7a4564d 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -888,7 +888,8 @@ OPT-PLIST is the export options list. (if (string-match

Re: [O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-19 Thread Jambunathan K
Without alt validation fails, right? Jambunathan K. Manuel Giraud manuel.gir...@univ-nantes.fr writes: --- lisp/org-html.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 5d53478..7a4564d 100644 ---

Re: [O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-19 Thread Manuel Giraud
Jambunathan K kjambunat...@gmail.com writes: Without alt validation fails, right? Yes it fails. This is the point of this patch (should have said so). -- Manuel Giraud

[O] [Accepted] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-19 Thread Bastien Guerry
Patch 752 (http://patchwork.newartisans.com/patch/752/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1303202089-27231-1-git-send-email-manuel.giraud%40univ-nantes.fr%3E Here is the original message containing the patch:

Re: [O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-19 Thread Bastien
Applied, thanks. Manuel Giraud manuel.gir...@univ-nantes.fr writes: --- lisp/org-html.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 5d53478..7a4564d 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -888,7

Re: [O] typo in the info file

2011-04-19 Thread Bastien
Hi Xiao-Yong, Xiao-Yong Jin xj2...@columbia.edu writes: Two lines in the file doc/org.texi doc/org.texi:8529:@vindex org-overriding-columns-format doc/org.texi:8533:Org first checks if the variable @code{org-overriding-columns-format} is mention the variable

Re: [O] [OT] Pomodoro for emacs

2011-04-19 Thread Jonathan BISSON
Marcelo de Moraes Serpa celoserpa at gmail.com writes: Hi list, I use Pomodoro to help keeping me focused, and right now I use Focus Booster on OSX. However, I just found http://kanis.fr/hg/lisp/ivan/pomodoro.el, which might be a good addition to the emacs PIM arsenal, haven't tried it

Re: [O] Display missing/overlapping clock ranges

2011-04-19 Thread Rainer Stengele
Am 13.04.2011 17:44, schrieb Rainer Stengele: Hi all! I do clock every task I work on during the whole day. At the end of the day or week I have to go over all clock entries in my agenda and see if there are holes or overlappings in my clock tables. If yes I have to adjust the clocks. I

[O] How can I review a day?

2011-04-19 Thread Robert Inder
I've recently started using Org mode in earnest, and in particular using the time logging stuff. It's brilliant. But I have a problem. I sometimes (well, OK, fairly often, actually!) forget to clock in/out of jobs. That's OK, org is my life in plain text, and I can simply edit the relevant

Re: [O] How can I review a day?

2011-04-19 Thread Puneeth Chaganti
On Tue, Apr 19, 2011 at 7:22 PM, Robert Inder rob...@interactive.co.uk wrote: I've recently started using Org mode in earnest, and in particular using the time logging stuff. It's brilliant. But I have a problem.  I sometimes (well, OK, fairly often, actually!) forget to clock in/out of

Re: [O] How can I review a day?

2011-04-19 Thread Robert Inder
On 19 April 2011 14:59, Puneeth Chaganti puncha...@gmail.com wrote: So I'd like a way to review the time-line for a day: a way to see all the clock-in/clock-out pairs in order, so I can see any gaps or overlaps. Hit l in agenda mode to enable the log mode. Is this what you need? Whoa!

Re: [O] How can I review a day?

2011-04-19 Thread Puneeth Chaganti
On Tue, Apr 19, 2011 at 8:36 PM, Robert Inder rob...@interactive.co.uk wrote: On 19 April 2011 14:59, Puneeth Chaganti puncha...@gmail.com wrote: So I'd like a way to review the time-line for a day: a way to see all the clock-in/clock-out pairs in order, so I can see any gaps or overlaps.

Re: [O] How can I review a day?

2011-04-19 Thread Puneeth Chaganti
On Tue, Apr 19, 2011 at 8:54 PM, Puneeth Chaganti puncha...@gmail.com wrote: On Tue, Apr 19, 2011 at 8:36 PM, Robert Inder rob...@interactive.co.uk wrote: On 19 April 2011 14:59, Puneeth Chaganti puncha...@gmail.com wrote: So I'd like a way to review the time-line for a day: a way to see

Re: [O] How can I review a day?

2011-04-19 Thread MidLifeXis at PerlMonks
#+BEGIN: clocktable :block today :scope agenda :maxlevel 4 :link 2 #+END: clocktable You can also use agenda-with-archives for the scope if needed. - Original Message From: Robert Inder rob...@interactive.co.uk To: Puneeth Chaganti puncha...@gmail.com Cc: emacs-orgmode@gnu.org Sent:

[O] [PATCH] * org-publish.el (org-publish-find-date): optimization

2011-04-19 Thread Manuel Giraud
Hi, elp reports important speed gain with this patch to find an org file date. --- lisp/org-publish.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index e944eea..7470ee2 100644 --- a/lisp/org-publish.el +++

Re: [O] org-babel ocaml List append problems

2011-04-19 Thread Eric Schulte
Hi James, I just pushed up a change which should fix this behavior for both ocaml lists and arrays. Please let me know if you continue to experience problems. Thanks -- Eric James Hurford terra...@gmail.com writes: I have just discovered org-babel supports ocaml and I've just started to

Re: [O] How can I review a day?

2011-04-19 Thread Bernt Hansen
Robert Inder rob...@interactive.co.uk writes: On 19 April 2011 14:59, Puneeth Chaganti puncha...@gmail.com wrote: So I'd like a way to review the time-line for a day: a way to see all the clock-in/clock-out pairs in order, so I can see any gaps or overlaps. Hit l in agenda mode to enable

Re: [O] [PATCH] * org-publish.el (org-publish-find-date): optimization

2011-04-19 Thread Bernt Hansen
Manuel Giraud manuel.gir...@univ-nantes.fr writes: Hi, elp reports important speed gain with this patch to find an org file date. Hi Manual, It would be useful to post the elp results too so we can see the differences before and after your patch. Regards, Bernt

Re: [O] [PATCH] * org-publish.el (org-publish-find-date): optimization

2011-04-19 Thread Manuel Giraud
Bernt Hansen be...@norang.ca writes: Manuel Giraud manuel.gir...@univ-nantes.fr writes: Hi, elp reports important speed gain with this patch to find an org file date. Hi Manual, It would be useful to post the elp results too so we can see the differences before and after your patch.

Re: [O] How can I review a day?

2011-04-19 Thread Russell Adams
On Tue, Apr 19, 2011 at 04:06:12PM +0100, Robert Inder wrote: On 19 April 2011 14:59, Puneeth Chaganti puncha...@gmail.com wrote: So I'd like a way to review the time-line for a day: a way to see all the clock-in/clock-out pairs in order, so I can see any gaps or overlaps. Hit l in

Re: [O] How can I review a day?

2011-04-19 Thread Robert Inder
On 19 April 2011 17:11, Bernt Hansen be...@norang.ca wrote: You want the regular agenda not the timeline view probably. Just try this:  | Key     | Details                         |  |-+-|  | C-c a a | Show today's agenda             |  | l       |

Re: [O] How can I review a day?

2011-04-19 Thread Bernt Hansen
Robert Inder rob...@interactive.co.uk writes: On 19 April 2011 17:11, Bernt Hansen be...@norang.ca wrote: You want the regular agenda not the timeline view probably. Just try this:  | Key     | Details                         |  |-+-|  | C-c a a |

Re: [O] Cannot use C-c c to capture from within some files

2011-04-19 Thread Bernt Hansen
Stefan Strohmeier stefan.strohme...@gmx.de writes: Dear Org-mode users, I am a happy user of org-mode. Thanks for this awesome piece of software. However, I have some problems in running the org-capture command with C-c c in some files. For example, I have a buffer English.org opened and

Re: [O] Cannot use C-c c to capture from within some files

2011-04-19 Thread Stefan Strohmeier
Dear Bernt and everyone else, Please provide a backtrace (setq debug-on-error t) and regenerate the error. Loading org without compiled elisp (C-u M-x org-reload) will give better backtrace details. This is the backtrace I get when I do a org-reload withtout the compiled elisp:

[O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Olivier Schwander
Dear Org users, I am pleased to do the first announce of neo, which stands for No Emacs Org. The goal of this project is to provide a full implementation of Org usable in Python. Current features ~ - Org file parser - Agenda builder - Todo-list builder - Custom todo

Re: [O] Cannot use C-c c to capture from within some files

2011-04-19 Thread Nick Dokos
Stefan Strohmeier stefan.strohme...@gmx.de wrote: Dear Org-mode users, I am a happy user of org-mode. Thanks for this awesome piece of software. However, I have some problems in running the org-capture command with C-c c in some files. For example, I have a buffer English.org opened and

Re: [O] Cannot use C-c c to capture from within some files

2011-04-19 Thread Bernt Hansen
Hi Stefan, It looks like your capture session is trying to create a git link and can't find the 'git' program. I assume you are using contrib/org-git-link.el. I personally have no experience with this package. Can you provide details of the capture template you are using when you get this

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jeff Horn
I think the biggest benefit of a project like this is the doors it opens for web development and mobile applications. Good luck! On Tue, Apr 19, 2011 at 1:59 PM, Olivier Schwander olivier.schwan...@chadok.info wrote: Dear Org users, I am pleased to do the first announce of neo, which stands

Re: [O] Cannot use C-c c to capture from within some files

2011-04-19 Thread Stefan Strohmeier
Hi Bernt, It looks like your capture session is trying to create a git link and can't find the 'git' program. I assume you are using contrib/org-git-link.el. I personally have no experience with this package. You are right. For some unknown reason I enabled org-git-link in the

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Christopher Allan Webber
Oliver, Neat! Only browsed it briefly but looks like it has some cool ideas :)q bikeshed One comment: it seems strange that the package name is neo and yet I'm import org'ing. Maybe the namespace should be neoorg? /bikeshed A nice start! Look forward to seeing more! Olivier Schwander

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Olivier Schwander
Le 19 Apr 2011 15:28, Christopher Allan Webber a écrit: bikeshed One comment: it seems strange that the package name is neo and yet I'm import org'ing. Maybe the namespace should be neoorg? /bikeshed Yes, this disturbs me too. Maybe it should be better to simply do 'import org' on Python

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Xiao-Yong Jin
Keep up the good work! PS. I actually wish there were a html/javascript implementation that can pull org files directly from some online storage places (google docs or dropbox...). It looks to me, by reading the code, that it might be possible to directly port the python code to javascript? On

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Olivier Schwander
Le 19 Apr 2011 16:36, Xiao-Yong Jin a écrit: Keep up the good work! PS. I actually wish there were a html/javascript implementation that can pull org files directly from some online storage places (google docs or dropbox...). It looks to me, by reading the code, that it might be possible

Re: [O] [PATCH] * org-html.el (org-html-handle-links): add an alternate for inline images

2011-04-19 Thread Aankhen
Hi, On Tue, Apr 19, 2011 at 14:52, Bastien b...@altern.org wrote: Applied, thanks. Manuel Giraud manuel.gir...@univ-nantes.fr writes: ---  lisp/org-html.el |    3 ++-  1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index

[O] Minor manual addition

2011-04-19 Thread rpgoldman
I have been having trouble remembering the use of easy templates, because I tende to look it up relative to Literal Examples (which is why I want to use them), and not using the facility name (which for some reason I find very difficult to remember). The patch adds a cross-reference from the

[O] [PATCH] Add a cross-reference from Literal Examples to Easy Templates.

2011-04-19 Thread rpgoldman
From: Robert P. Goldman rpgold...@real-time.com Easy templates are especially useful for entering the begin and end pairs that arise in supplying literal examples. --- doc/org.texi |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jeff Horn
On Tue, Apr 19, 2011 at 4:52 PM, Olivier Schwander olivier.schwan...@chadok.info wrote: What seems more feasible in the current state is a web application which use my python library on the server side and some js/web2.0/buzzword in a fancy web page for the frontend. In this case, you may use

[O] NEW auto dimension tables doesn't work in orgtbl Text mode

2011-04-19 Thread Sebastian Szwarc
Hello, I've noticed on Aquamacs (both current and previous version) that if I enter orgtbl mode for Text file or for scratch width of the columns are not properly set up after hitting Tab key. In org-mode everything is OK and columns are set properly. Any suggestions? regards Sebastian

[O] agenda bug

2011-04-19 Thread Nicholas Putnam
I get a strange error message when trying to view the agenda for the current day/week with C-c a a : org-agenda-highlight-todo: Args out of range: #( diary: 0 14 (org-category diary tags nil org-highest-priority 65 org-lowest-priority 67 time-of-day nil ...)), 26, 30 I can make it go away

Re: [O] NEW auto dimension tables doesn't work in orgtbl Text mode

2011-04-19 Thread Nick Dokos
Sebastian Szwarc seba_szw...@tlen.pl wrote: I've noticed on Aquamacs (both current and previous version) that if I enter orgtbl mode for Text file or for scratch width of the columns are not properly set up after hitting Tab key. In org-mode everything is OK and columns are set properly.

Re: [O] agenda bug

2011-04-19 Thread Nick Dokos
Nicholas Putnam nput...@gmail.com wrote: I get a strange error message when trying to view the agenda for the current day/week with C-c a a : org-agenda-highlight-todo: Args out of range: #(  diary:  0 14 (org-category diary tags nil org-highest-priority 65 org-lowest-priority 67

Re: [O] NEW auto dimension tables doesn't work in orgtbl Text mode

2011-04-19 Thread Samuel Wales
What type of font? What type of characters?

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jude DaShiell
There is an orgmode app for the iphone that can do imports. No idea what was used to write it though.On Tue, 19 Apr 2011, Xiao-Yong Jin wrote: Keep up the good work! PS. I actually wish there were a html/javascript implementation that can pull org files directly from some online storage

[O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-19 Thread Eric Schulte
Hi, In an attempt to organize my reading notes, I've written the following tool which allows both for exporting Org-mode headlines with bibtex meta-data to bibtex entries, and for reading existing bibtex entries into Org-mode headings. One nice feature of these functions is the ability to check

Re: [O] agenda bug

2011-04-19 Thread Memnon Anon
Hi, Nicholas Putnam nput...@gmail.com writes: I get a strange error message when trying to view the agenda for the current day/week with C-c a a : org-agenda-highlight-todo: Args out of range: #(  diary:  0 14 (org-category diary tags nil org-highest-priority 65 org-lowest-priority

[O] Agenda todo filter order

2011-04-19 Thread Bernt Hansen
Hi Carsten, I'm trying to tune my shiny new block agenda so it has a section that displays non-project tasks without a scheduled date or deadline date in the future. I have a non-standard skipping function that skips project trees which I'm using in this agenda so what is left should only be

Re: [O] Agenda todo filter order

2011-04-19 Thread Bernt Hansen
Sorry for the double post - hit C-c C-s in Gnus trying to set the scheduled date and that sends the message... oops Hi Carsten, I'm trying to tune my shiny new block agenda so it has a section that displays non-project tasks without a scheduled date or deadline date in the future. I have a

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-19 Thread Jeff Horn
This looks great! I haven't quite read all the code, but I wonder how this would work on files where bib entries are in their own headline or mixed into the document ad hoc. Is this designed for a document with *only* bibtex headlines? On Tue, Apr 19, 2011 at 7:52 PM, Eric Schulte

Re: [O] [ANN] org-bibtex.el --- convert between Org headings and bibtex entries

2011-04-19 Thread Eric Schulte
Jeff Horn jrhorn...@gmail.com writes: This looks great! I haven't quite read all the code, but I wonder how this would work on files where bib entries are in their own headline or mixed into the document ad hoc. Is this designed for a document with *only* bibtex headlines? If a headline