Re: [Orgmode] table, moving cells

2010-09-27 Thread Martin G. Skjæveland
On 26/09/10 00:24, Nick Dokos wrote: Charles C. Berry wrote: is there a quick way for moving a cell about in a table? I enjoy swapping the order of rows and columns in a table using Meta + [arrow], but I have not found a ways of doing the same for a single cell. Is it possible? Example, with

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

[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 writes: "Eric Schulte" wrote: >> Would you mind creating an LaTeX environment around the =results= >> block, so that we could have the code colorized (via listin

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

2010-09-27 Thread Dan Davison
Carsten Dominik 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 suspect that this is a

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

[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 writes: > On Sep 27, 2010, at 11:00 AM, Dan Davison wrote: > >> Carsten Dominik 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. [...] I suggest w

[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 writes: > Jeff Horn 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 org-mode :-) > 2. find out what would be the

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

2010-09-27 Thread Sebastian Rose
David Maus 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 if a

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

2010-09-27 Thread Sebastian Rose
Carsten Dominik 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 do everyth

[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 there)?

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 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 have it selected (

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 r

[Orgmode] Re: Requests about the code demarcation

2010-09-27 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban 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 temporarily "c

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

2010-09-27 Thread Dan Davison
Sebastian Rose writes: > Carsten Dominik 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 >

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

2010-09-27 Thread Sebastian Rose
Dan Davison writes: > Sebastian Rose writes: > >> Carsten Dominik 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 t

[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 >> 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 them. > > Tested. Simply fan-tas-tic! J

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 writes: > Hi Eric, > > Sébastien Vauban wrote: >> "Eric Schulte" wrote: >>> Sébastien Vauban >>> writes: Is it possible to envision completion of the

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 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 introduction in writing tes

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

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

2010-09-27 Thread Markus Heller
Sebastian Rose writes: > Markus Heller 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 thread "main" >> java.lang.m

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

2010-09-27 Thread Sebastian Rose
Łukasz Stelmach writes: > 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

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 follow

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

2010-09-27 Thread Sebastian Rose
Markus Heller writes: > C:\Documents and Settings\mheller>java -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 find > th > e file specified > at java.util.zip.ZipFile

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

2010-09-27 Thread Markus Heller
Sebastian Rose writes: > Markus Heller writes: >> C:\Documents and Settings\mheller>java -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 >> find th >> e file specified >

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

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 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 the > n

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

[Orgmode] Re: Windows installation with msysGit

2010-09-27 Thread Achim Gratz
Matthew Leifer writes: [...] Thank you, but let me add a few remarks. > 2. Run the program you have just downloaded (you need to be connected > to the internet when you do this).  You'll be prompted for a few > configuration options.  In most cases, the defaults will be fine. If you can't conne

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 pla

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 writes: Jeff Horn 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: [Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Sebastian Rose
Markus Heller writes: > Sebastian Rose writes: > >> Markus Heller writes: >>> C:\Documents and Settings\mheller>java -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] 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: 8<>8 (defconst lch-mac-p (eq window-system 'mac) "Are we on Mac") (if lch-mac-

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

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" 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 for evaluation (th

[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 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 patchwork with the

[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

[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. It'

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

2010-09-27 Thread Jambunathan K
Carsten Dominik 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 a