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

2010-08-14 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 g

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

2010-08-14 Thread Dan Davison
"David O'Toole" 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 David's patch

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

2010-08-14 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 ~~~

Re: [Orgmode] Re: Menu-bar bug

2010-08-14 Thread Sebastian Rose
Rustom Mody writes: > Update -- Now it seems more likely theres some bug somewhere. > Start emacs -Q > The menu-bar line is as expected ie it has > File Edit Options Buffers Tools Lisp-Interaction Help > > Under Lisp-Interaction there are 5 entries: > Complete-Lisp-SymbolEvaluate-Defun > > Now

[Orgmode] Docstrings: Use of `C-u' (was: [OT] Passing universal argument to a function)

2010-08-14 Thread Memnon Anon
Memnon Anon writes: > I am confused. [I prepared a long mail, but I deleted it all. I will try to keep it short] If one wants to bind a key to `C-u C-c C-x C-i', the easiest way is to have a look at the docstring and try to figure out, how to call the function in a lambda, i.e. an unnamed funct

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

2010-08-14 Thread Jan Böcker
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, there is a speed advantage, because

[Orgmode] [Bug] or not?

2010-08-14 Thread Sébastien Vauban
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? Best regards, Seb -- Sébastien Vauban __

[Orgmode] Re: [Patch] Org-fontify

2010-08-14 Thread Sébastien Vauban
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-archive.com/emacs-orgmode@gnu.org/msg28160.html >> >> See a picture of what he's done here: >> >> http://

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

2010-08-14 Thread Carsten Dominik
On Aug 14, 2010, at 9:37 PM, Jan Böcker wrote: On 08/14/2010 08:09 AM, Carsten Dominik wrote: From now on, the default settings will use the incredible MathJax library to display math in exported HTML. If you had never turned on LaTeX snipped math publishing, this will now magically work all

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

2010-08-14 Thread Detlef Steuer
The results look just GREAT. Could you post the org file to give dummies like me a head start? Especially the serializing back to HTML? How is it done? Thank you in advance! Detlef On Sat, 14 Aug 2010 21:37:26 +0200 Jan Böcker wrote: > On 08/14/2010 08:09 AM, Carsten Dominik wrote: > > Fro

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

2010-08-14 Thread Jan Böcker
On 08/14/2010 08:09 AM, Carsten Dominik wrote: > From now on, the default settings will > use the incredible MathJax library to display math in > exported HTML. If you had never turned on LaTeX snipped > math publishing, this will now magically work all by itself. Yes, indeed it does! Since I re

[Orgmode] Re: how to stop delete key putting a region into kill ring

2010-08-14 Thread Thierry Volpiatto
Nick Dokos writes: > [Somewhat off-topic for this list, so it might be better to follow up > on gnu.emacs.help or some such.] > > Ivanov Dmitry wrote: > >> When I am editing a text in Emacs - not only in org-mode - when I >> select a region and press to remove it, it's being placed into >> the

Re: [Orgmode] how to stop delete key putting a region into kill ring

2010-08-14 Thread Nick Dokos
[Somewhat off-topic for this list, so it might be better to follow up on gnu.emacs.help or some such.] Ivanov Dmitry wrote: > When I am editing a text in Emacs - not only in org-mode - when I > select a region and press to remove it, it's being placed into > the clipboard and when I want to pas

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

2010-08-14 Thread Rustom Mody
On Aug 14, 5:40 pm, rustom wrote: > Some time back I found that the menu (drop-down) under python > 'disappeared' ie clicking there did not show anything > > Today I found the same thing happened for the org and tbl menus -- > click there and nothing happens/shows. > > Restarted emacs -Q and it wa

[Orgmode] Re: ErgoEmacs

2010-08-14 Thread Don Womick
Whoops, C-w is close-buffer; save is C-s. Other keys that have moved: C-space to M-space C-n to M-k C-p to M-i C-f to M-l (lowercase L) C-b to M-j C-s to M-; (M-; to M-') C-r to M-S-; These seem reasonable, though radically different from what an Emacs user is used to... but for someone new to E

[Orgmode] ErgoEmacs

2010-08-14 Thread Don Womick
Hi all, I've just found ErgoEmacs (http://ergoemacs.org), another Emacs distribution for Windows that tries to make Emacs easy to use for ordinary users... and it does so: I was able to use it immediately, with all the standard Windows shortcuts--the only things that tripped me up briefly were the

[Orgmode] Archive Tasks

2010-08-14 Thread Karl Maihofer
Dear Org-Users, I have a problem to archive my tasks. What should the row ":ARCHIVE:" look like, so that my "Task One" will be archived under "Tasks - Client 1" (see example below)? Thanks a lot! Karl --- My structure in gtd.org: -

[Orgmode] how to stop delete key putting a region into kill ring

2010-08-14 Thread Ivanov Dmitry
When I am editing a text in Emacs - not only in org-mode - when I select a region and press to remove it, it's being placed into the clipboard and when I want to paste some text instead I have to get rid of it. Does anybody know, how to stop it and make simply kill the region without putting

Re: [Orgmode] macros: escaping "," and comments

2010-08-14 Thread Carsten Dominik
On Aug 13, 2010, at 12:02 AM, Stefan Vollmar wrote: Hello, we are currently changing our institute's web site so that staff members can have a personal page: they can submit Org-mode files which are then automatically converted to (rather nice) HTML pages. One advantage is that this allo

[Orgmode] Re: macros: escaping "," and comments

2010-08-14 Thread Shelagh Manton
On Fri, 13 Aug 2010 00:02:09 +0200, Stefan Vollmar wrote: > Hello, > > we are currently changing our institute's web site so that staff members > can have a personal page: they can submit Org-mode files which are then > automatically converted to (rather nice) HTML pages. One advantage is > that

[Orgmode] Re: Capture and clock options

2010-08-14 Thread julien cubizolles
Le vendredi 13 août 2010 à 07:47 -0400, Bernt Hansen a écrit : > This fixes it for me. Thanks Bastien! > > -Bernt And for me too, thanks a lot for this quick fix. Julien. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the