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

2010-08-15 Thread Dan Davison
Carsten Dominik 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 Org buffer, >> but

[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: [ANN] List improvement v.2

2010-08-15 Thread Glauber Alex Dias Prado
Carsten Dominik writes: > On Aug 15, 2010, at 10:45 AM, Glauber Alex Dias Prado wrote: > >> Carsten Dominik 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

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

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 writes: Gregor Zattler writes

[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 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 no

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

2010-08-15 Thread David Maus
C64 Whiz wrote: >[1 ] >[1.1 ] >[1.2 ] >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 `org-file-apps'? , | org-file-apps is a variable defined in `org.el'. | Its value is | ((aut

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

2010-08-15 Thread David Maus
Aidan Gauland wrote: >[1 ] >[1.1 ] >If I enter or edit a link with org-insert-link, I only get >tab-completion for the URL prefix (e.g. fi puts "file"), but not for >the path name for "file:" links. So, if I type C-c C-l file:~/.ema >, I expect to get file:~/.emacs (the possibilities are .emacs

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 th

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] 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 jb/static-mathjax-

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

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

2010-08-15 Thread Nicolas Goaziou
Hello, > Glauber Alex Dias Prado writes: >> Carsten Dominik 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 is now

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

2010-08-15 Thread Glauber Alex Dias Prado
Carsten Dominik 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 pressing M-RET in sec

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 writes: Gregor Zattler writes: Hi Andreas, org-mode developers, * Andreas

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 bu

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 writes: Gregor Zattler writes: Hi Andreas, org-mode developers, * Andreas Burtzlaff [09. Aug. 2010]: Carsten Dominik writes:

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. http://article.gmane.org/gma

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? http://www.mail-arch

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] 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,

[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 The link also contains a workaround