Re: [Orgmode] [ANN] List improvement v.2

2010-08-15 Thread Carsten Dominik
Hi Nicolas, I have finally started to look at your changes to the list implementation. Lots of it is very good! I like for example that TAB indentation now works a lot better. Here are a few problems I noted so far: 1 Error when pressing M-RET in second line after list

[Orgmode] Re: [PATCH] Mode-specific fontification of babel source blocks

2010-08-15 Thread Dan Davison
David O'Toole dto1...@gmail.com writes: I've got a preliminary patch that adds optional native fontification for source blocks. It uses the block's declared mode to fontify the block text. So now blocks look the way they should, and this opens the way to further enhancements. I've tested

[Orgmode] [PATCH] Indent code with TAB in Org buffer

2010-08-15 Thread Dan Davison
With this patch TAB in a code block aligns the code according to the major mode. The macro could be used to do the same thing for other commands (i.e. allow other commands to be invoked in the Org buffer, but actually carried out in the code buffer.) Patch attached and in branch src-block-tab at

[Orgmode] Re: Menu-bar bug (was Org menu dropdown disappears -- bug??)

2010-08-15 Thread Bastian Beischer
What version of emacs are you running? This is a known issue (with emacs 23.1 for example) and has been fixed by now: see https://bugs.launchpad.net/ubuntu/+source/emacs-snapshot/+bug/415101 https://bugs.launchpad.net/ubuntu/+source/emacs-snapshot/+bug/415101The link also contains a workaround

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-15 Thread Carsten Dominik
On Aug 15, 2010, at 12:16 AM, Jan Böcker wrote: On 08/14/2010 10:59 PM, Carsten Dominik wrote: Hi Jan, can you expand a bit on why this is interesting to do? What are the advantages? Thanks! - Carsten Advantages are: - The user is not required to have JavaScript enabled - In some cases,

Re: [Orgmode] [Bug] or not?

2010-08-15 Thread Carsten Dominik
On Aug 14, 2010, at 11:34 PM, Sébastien Vauban wrote: Hello, Here a sample of Org code put in a document. #+begin_src org ,SCHEDULED: 2010-08-12 Thu 10:20-10:45 #+end_src The =,= should render the line inactive and should not trigger any line in the agenda. Though, it does. Bug or not?

Re: [Orgmode] Re: [Patch] Org-fontify

2010-08-15 Thread Carsten Dominik
Hi, I have applied this patch. Thanks! - Carsten On Aug 14, 2010, at 11:04 PM, Sébastien Vauban wrote: Hi Erik and all, Erik Iverson wrote: Having not tried this out, are the aims different than David O'Toole's mode-specific fontification of org-mode source blocks?

Re: [Orgmode] [PATCH] org.texi: Document quick insertion of empty structural elements

2010-08-15 Thread Carsten Dominik
Applied, thanks - Carsten On Aug 14, 2010, at 1:55 AM, Jambunathan K wrote: org.texi: Document quick insertion of empty structural elements Sources: 1. http://article.gmane.org/gmane.emacs.orgmode/6670/ See section titled 'Completion of structure elements' 2.

Re: [Orgmode] Re: keys and command name info

2010-08-15 Thread Carsten Dominik
On Aug 13, 2010, at 9:30 PM, Andreas Röhler wrote: Am 11.08.2010 12:05, schrieb Carsten Dominik: On Aug 9, 2010, at 9:28 PM, Dan Davison wrote: Dan Davison davi...@stats.ox.ac.uk writes: Gregor Zattler telegr...@gmx.net writes: Hi Andreas, org-mode developers, * Andreas Burtzlaff

Re: [Orgmode] [PATCH] Indent code with TAB in Org buffer

2010-08-15 Thread Carsten Dominik
On Aug 15, 2010, at 8:43 AM, Dan Davison wrote: With this patch TAB in a code block aligns the code according to the major mode. The macro could be used to do the same thing for other commands (i.e. allow other commands to be invoked in the Org buffer, but actually carried out in the code

Re: [Orgmode] Re: keys and command name info

2010-08-15 Thread Carsten Dominik
On Aug 15, 2010, at 9:37 AM, Carsten Dominik wrote: On Aug 13, 2010, at 9:30 PM, Andreas Röhler wrote: Am 11.08.2010 12:05, schrieb Carsten Dominik: On Aug 9, 2010, at 9:28 PM, Dan Davison wrote: Dan Davison davi...@stats.ox.ac.uk writes: Gregor Zattler telegr...@gmx.net writes: Hi

[Orgmode] Re: [ANN] List improvement v.2

2010-08-15 Thread Glauber Alex Dias Prado
Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, I have finally started to look at your changes to the list implementation. Lots of it is very good! I like for example that TAB indentation now works a lot better. Here are a few problems I noted so far: 1 Error when

[Orgmode] Re: [ANN] List improvement v.2

2010-08-15 Thread Nicolas Goaziou
Hello, Glauber Alex Dias Prado writes: Carsten Dominik carsten.domi...@gmail.com writes: 1 Error when pressing M-RET in second line after list ~~ - Example item1 - Exmaple item2 With cursor position at @, M-RET throws an error This

Re: [Orgmode] [ANN] List improvement v.2

2010-08-15 Thread Nicolas Goaziou
Carsten Dominik writes: Hello, But it will break existing documents when exported to LaTeX It will break existing documents when exporting to anything (except ASCII). You can use the following (quick and dirty) code to make the transition easier: (defun org-switch-to-new-lists () Make

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-15 Thread Jan Böcker
I have now published the code used to create the static version: http://www.jboecker.de/2010/08/15/staticmathjax.html Below is a first stab at HTML export integration fresh out of my *scratch* buffer (which lacks the possibility to configure this for each file). -- Jan (defun

Re: [Orgmode] [ANN] List improvement v.2

2010-08-15 Thread Nicolas Goaziou
Argh, it should be: (defun org-switch-to-new-lists () Make current buffer compatible with new list definition. (goto-char (point-min)) (let ((case-fold-search t)) (while ( (point) (point-max)) (while (and (org-in-item-p) (not (org-at-item-p))

Re: [Orgmode] Capture and checkitem

2010-08-15 Thread David Maus
julien cubizolles wrote: I'm also confused about the checkitem type of template. The following template : (T test checkitem (file+headline ~/org/orgfiles/test.org Test) %?) doesn't work as I expected : the capture buffer is not narrowed and no item is created... I can confirm this for

Re: [Orgmode] Bug: org-insert-link path promt lacks tab-completion [7.01trans]

2010-08-15 Thread David Maus
Aidan Gauland wrote: [1 multipart/signed (7bit)] [1.1 text/plain; UTF-8 (quoted-printable)] If I enter or edit a link with org-insert-link, I only get tab-completion for the URL prefix (e.g. fi TAB puts file), but not for the path name for file: links. So, if I type C-c C-l file:~/.ema TAB, I

Re: [Orgmode] .ods opens file in Emacs, not OpenOffice

2010-08-15 Thread David Maus
C64 Whiz wrote: [1 multipart/alternative (7bit)] [1.1 text/plain; ISO-8859-1 (7bit)] [1.2 text/html; ISO-8859-1 (quoted-printable)] Though I love the command line, I was hoping for a mouse-click solution.  I.e. I click on the link and it properly opens up in OO. What about customizing

[Orgmode] Re: [ANN] List improvement v.2

2010-08-15 Thread Carsten Dominik
On Aug 15, 2010, at 10:45 AM, Glauber Alex Dias Prado wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, I have finally started to look at your changes to the list implementation. Lots of it is very good! I like for example that TAB indentation now works a lot better.

Re: [Orgmode] Re: keys and command name info

2010-08-15 Thread Andreas Röhler
Am 15.08.2010 09:39, schrieb Carsten Dominik: On Aug 15, 2010, at 9:37 AM, Carsten Dominik wrote: On Aug 13, 2010, at 9:30 PM, Andreas Röhler wrote: Am 11.08.2010 12:05, schrieb Carsten Dominik: On Aug 9, 2010, at 9:28 PM, Dan Davison wrote: Dan Davison davi...@stats.ox.ac.uk writes:

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-08-15 Thread David Maus
Sébastien Vauban wrote: Just to say I'm back online -- after a week holiday and an almost nil access to the newsgroups. Thanks a lot for trying to get Gnus better behaving in face of slow servers like Courier... Do you want me to test something special to move things forward? Okay, could you

[Orgmode] Re: [ANN] List improvement v.2

2010-08-15 Thread Glauber Alex Dias Prado
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 15, 2010, at 10:45 AM, Glauber Alex Dias Prado wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Nicolas, I have finally started to look at your changes to the list implementation. Lots of it is very good! I like for

[Orgmode] See total effort in my agenda

2010-08-15 Thread Flavio Souza
Hi everybody! I need a little help with org agenda: I'd like to see in my daily view or weekly view my effort. The idea is to see how much time is already comitted with my tasks and projects. Is there an easy way to do that? Regards, -- Flavio Souza http://www.flaviosouza.org

[Orgmode] Re: [PATCH] Indent code with TAB in Org buffer

2010-08-15 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 15, 2010, at 8:43 AM, Dan Davison wrote: With this patch TAB in a code block aligns the code according to the major mode. The macro could be used to do the same thing for other commands (i.e. allow other commands to be invoked in the