[Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Richard Riley
Rémi Vanicat vani...@debian.org writes: Richard Riley rile...@gmail.com writes: You have no idea how pleased I am to hear you say that ... I sometimes wondered if I should go back to notepad ;) When asking the #emacs irc it seemed I was the only one in the world that constantly had issues.

Re: [Orgmode] [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Carsten Dominik
On Sep 26, 2010, at 3:33 PM, Dan Davison wrote: I think that the documentation concerning installation should be made more user-friendly. My impression is that the Org manual makes all this sound much harder than it needs to be, and I suspect that this is an entry-barrier for new Org users.

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-09-27 Thread Nicolas Goaziou
Nathaniel Flath writes: But, there is apparently one major drawback, as I said in a previous post. If the line starts with a word followed by a dot or a parenthesis, Org will see a bullet there. This is bad news because the following line will be indented, or a M-RET will delete the word,

[Orgmode] Re: [bug] Gnus author in capture templates not working

2010-09-27 Thread Sébastien Vauban
Hi David, David Maus wrote: Sébastien Vauban wrote: I now have a full timestamp (date and time) for when the mail has been sent (or received?). Well... It's the date of the Date: header field ;) What it is set to depends on the sender; that's why it is not really a reliable piece of

[Orgmode] Re: [babel] Environment around exported results

2010-09-27 Thread Sébastien Vauban
Hi Rainer, Rainer M Krug wrote: On 24/09/10 11:28, Sébastien Vauban wrote: Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Would you mind creating an LaTeX environment around the =results= block, so that we could have the code colorized (via

[Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 26, 2010, at 3:33 PM, Dan Davison wrote: I think that the documentation concerning installation should be made more user-friendly. My impression is that the Org manual makes all this sound much harder than it needs to be, and I

[Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Carsten Dominik
On Sep 27, 2010, at 11:00 AM, Dan Davison wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Sep 26, 2010, at 3:33 PM, Dan Davison wrote: I think that the documentation concerning installation should be made more user-friendly. My impression is that the Org manual makes all this

[Orgmode] how to set faces?

2010-09-27 Thread Uwe Brauer
Hello The following setting works in lisp mode (let ((lisp-regexp-4 ?\\(*[a-zA-Z]*\\*))) (setq lisp-font-lock-keywords-1 (append lisp-font-lock-keywords-1 (list (list lisp-regexp-4 0 'font-lock-log-warn-face t

Re: [Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Giovanni Ridolfi
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 27, 2010, at 11:00 AM, Dan Davison wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Sep 26, 2010, at 3:33 PM, Dan Davison wrote: I think that the documentation concerning installation should be made more user-friendly.

[Orgmode] geolocated notes

2010-09-27 Thread Łukasz Stelmach
Hello. I've just created a hack to for org-mode (and org-remember) to receive and parse URLs from OpenStreetMap and Google Maps. The function extracts longitude and latitude and sets GEO property of the node to geo: URI. The code is easily extendable. To add support for other maps one has to add

[Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-27 Thread Christian Egli
Bastien bastien.gue...@wikimedia.fr writes: Jeff Horn jrhorn...@gmail.com writes: I wanted to mention how great it would be to have an org-mode conference. If many people support this idea, this is how we could do it: 1. list ideas of things we would do there Meet and talk about

Re: [PATCH] Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-09-27 Thread Sebastian Rose
David Maus dm...@ictsoc.de writes: Also I guess the decoding is secure. Means we could change the comment of this function: (defun org-protocol-unhex-compound (hex) Unhexify unicode hex-chars. E.g. `%C3%B6' is the German Umlaut `ö'. Note: this function falls back on single byte decoding

Re: [Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: org-install would figure out where org.el is, add to .emacs and query for compilation. This wouod make things independent from make and other tools. Yes I wondered about making something like that yesterday (would it make sense to have emacs

[Orgmode] Testing code

2010-09-27 Thread Sebastian Rose
Hi, I'd like to write a few simple tests for the modified hex-decoding functions I wrote for org-protocol.el. These functions and the patch is easier to understand and maintain if there are some simple tests, I guess. Could we have a short introduction in writing tests on Worg (or is it

Re: [Orgmode] Requests about the code demarcation

2010-09-27 Thread Eric Schulte
Hi Seb, Thanks for the suggestions, I've just implemented them. Best -- Eric Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric and Richard, Eric Schulte wrote: Applied, Thanks Two comments about that great function: - Would it be possible to leave the code where it is, and

Re: [Orgmode] File-level execute permissions?

2010-09-27 Thread Eric Schulte
Hi Bill, The `org-confirm-babel-evaluate' variable can be set to a function which can query the user to confirm code block evaluation. The following code does two things. 1) it creates and maintains a list of the files that the user has said are safe for evaluation (this list will need to be

[Orgmode] Re: Requests about the code demarcation

2010-09-27 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Two comments about that great function: - Would it be possible to leave the code where it is, and have it selected (in a region), when the question about the language is asked? Currently, it seems to be

Re: [Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Dan Davison
Sebastian Rose sebastian_r...@gmx.de writes: Carsten Dominik carsten.domi...@gmail.com writes: org-install would figure out where org.el is, add to .emacs and query for compilation. This wouod make things independent from make and other tools. Yes I wondered about making something like

Re: [Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-27 Thread Sebastian Rose
Dan Davison davi...@stats.ox.ac.uk writes: Sebastian Rose sebastian_r...@gmx.de writes: Carsten Dominik carsten.domi...@gmail.com writes: org-install would figure out where org.el is, add to .emacs and query for compilation. This wouod make things independent from make and other tools.

[Orgmode] Re: Requests about the code demarcation

2010-09-27 Thread Sébastien Vauban
Hi Eric, Sébastien Vauban wrote: Eric Schulte wrote: Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Is it possible to envision completion of the language name? Writing =emacs-lisp= could become easier... Thanks for the suggestions, I've just implemented

Re: [Orgmode] Re: Requests about the code demarcation

2010-09-27 Thread Eric Schulte
Hi Seb, I plan to extend the block demarcation function to all block types, but haven't yet found the time. Best -- Eric Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Sébastien Vauban wrote: Eric Schulte wrote: Sébastien Vauban

Re: [Orgmode] Re: From state table to state diagram

2010-09-27 Thread Mark Elston
Gary, One other request for you to entertain. When you get into the Python code (I can help with this, if you need it) think about organizing it such that you can use multiple output mechanisms. For example, default it to use dot as you have been talking about but allow for the use of tikz as

Re: [Orgmode] Testing code

2010-09-27 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: I'd like to write a few simple tests for the modified hex-decoding functions I wrote for org-protocol.el. These functions and the patch is easier to understand and maintain if there are some simple tests, I guess. Could we have a short

[Orgmode] org-footnote in messages, practical question.

2010-09-27 Thread Łukasz Stelmach
Hi. I am thinking about deploying org-footnote in message-mode. I'd like to use it for URLs most and I'd like to ask you a question. Where would you like to see the footnotes sections in my messages ;-) below or above the signature. Please consider that if they get below then they will be ripped

[Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Markus Heller
Sebastian Rose sebastian_r...@gmx.de writes: Markus Heller helle...@gmail.com writes: Hello everyone, this might be a little OT, but I'm having a hard time to get ditaa to run properly. The org-mode part works, it's the Java part that's giving me trouble, I'm getting loads of Exception in

Re: [Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Sebastian Rose
does `org-ditaa-jar-path' have the correct value? You can find out this way: M-: org-ditaa-jar-path RET Yes, it does. Can you execute java -jar c:\path\to\ditaa.jar --help on the command line using the value of that variable? Doing this gives the following error:

[Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Markus Heller
Sebastian Rose sebastian_r...@gmx.de writes: Markus Heller helle...@gmail.com writes: C:\Documents and Settings\mhellerjava -jar C:\Documents and Settings\mheller\.e macs.d\org-mode\contrib\scripts\ditaa.jar --help Exception in thread main java.util.zip.ZipException: The system cannot

[Orgmode] Windows installation with msysGit

2010-09-27 Thread Matthew Leifer
I have seen discussions about the difficulties of installing the latest version org-mode on Windows on this list, so I would like to report a way of doing this that I found that allows you to compile org-mode to bytecode with very little hassle. Apologies if this has been posted before, but I

Re: [Orgmode] orgmode as a reference system: Storing private/sensitive information and syncing across devices.

2010-09-27 Thread Marcelo de Moraes Serpa
Awesome :) On Sat, Sep 25, 2010 at 8:34 AM, Richard Moreland r...@ncogni.to wrote: Hi Greg, Carsten has already added support on his end for encrypting and decrypting the files that go into the MobileOrg staging area. I've just started to pick this back up, so I plan to have it included in

[Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-27 Thread Sébastien Vauban
Hi, Russell Adams wrote: I just watched the video, and I must say that Carsten has given another excellent performance! I think the key point he made through the whole interview was that normally note taking tools are separate from planning / organizational tools, and that Org-mode combines

Re: [Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-27 Thread Carsten Dominik
On Sep 27, 2010, at 8:26 PM, Sébastien Vauban wrote: Hi, Russell Adams wrote: I just watched the video, and I must say that Carsten has given another excellent performance! I think the key point he made through the whole interview was that normally note taking tools are separate from

Re: [Orgmode] Re: FLOSS Weekly show about Org-mode

2010-09-27 Thread Carsten Dominik
On Sep 27, 2010, at 2:18 PM, Christian Egli wrote: Bastien bastien.gue...@wikimedia.fr writes: Jeff Horn jrhorn...@gmail.com writes: I wanted to mention how great it would be to have an org-mode conference. If many people support this idea, this is how we could do it: 1. list ideas of

Re: [Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Sebastian Rose
Markus Heller helle...@gmail.com writes: Sebastian Rose sebastian_r...@gmx.de writes: Markus Heller helle...@gmail.com writes: C:\Documents and Settings\mhellerjava -jar C:\Documents and Settings\mheller\.e macs.d\org-mode\contrib\scripts\ditaa.jar --help Exception in thread main

[Orgmode] Can't find LaTeX under MAC

2010-09-27 Thread Chao LU
Dear all, I'm trying to use org-mode under MAC, and when I export to html, some fragments of LaTeX needs to be converted. So I got the texlive installed and then put these lines into my .emacs: 88 (defconst lch-mac-p (eq window-system 'mac) Are we on Mac) (if lch-mac-p

Re: [Orgmode] Can't find LaTeX under MAC

2010-09-27 Thread Thomas S. Dye
Aloha Chao, I have texlive 2010 installed on my Mac. This path works for me: Emacs set path to LaTeX binaries #+begin_src emacs-lisp :tangle yes (setenv PATH (concat (getenv PATH) :/usr/texbin)) (setq exec-path (append exec-path '(/usr/texbin))) #+end_src HTH, Tom On Sep 27,

Re: [Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread John Hendy
Markus, Can you check your CLASSPATH environment variable? Mine is (not sure if it's correct, but it works...): .;C:\Program Files\Java\jre6\lib\ext\QTJava.zip Do you have one set? Is this any help? http://download.oracle.com/javase/tutorial/essential/environment/paths.html This is quite odd

Re: [Orgmode] File-level execute permissions?

2010-09-27 Thread Bill Harris
Eric Schulte schulte.e...@gmail.com writes: The `org-confirm-babel-evaluate' variable can be set to a function which can query the user to confirm code block evaluation. The following code does two things. 1) it creates and maintains a list of the files that the user has said are safe

[Orgmode] org-capture (lost PATCH?)

2010-09-27 Thread Jambunathan K
Carsten I had proposed a patch to org-capture in this thread. http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01152.html The patch has neither been rejected nor accepted. I am a bit concerned that it might have been lost. Interested in knowing your feedback ... Jambunathan K.

[Orgmode] Re: org-capture (lost PATCH?)

2010-09-27 Thread Matt Lundin
Jambunathan K kjambunat...@gmail.com writes: I had proposed a patch to org-capture in this thread. http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01152.html The patch has neither been rejected nor accepted. I am a bit concerned that it might have been lost. It's currently on

[Orgmode] Re: org-capture (lost PATCH?)

2010-09-27 Thread Jambunathan K
Matt I had proposed a patch to org-capture in this thread. http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg01152.html The patch has neither been rejected nor accepted. I am a bit concerned that it might have been lost. It's currently on patchwork with the status of deferred:

[Orgmode] Re: org-capture (lost PATCH?)

2010-09-27 Thread Carsten Dominik
On Sep 28, 2010, at 6:39 AM, Jambunathan K wrote: Matt I had proposed a patch to org-capture in this thread. http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/ msg01152.html The patch has neither been rejected nor accepted. I am a bit concerned that it might have been lost.

[Orgmode] Re: org-capture (lost PATCH?)

2010-09-27 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 28, 2010, at 6:39 AM, Jambunathan K wrote: Matt I had proposed a patch to org-capture in this thread. http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/ msg01152.html The patch has neither been rejected nor accepted. I am a