[Orgmode] Re: [babel] Give a name to the plot

2009-12-04 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Just a quick question (before testing and answering properly, tomorrow, to your post): how do you give a name to an R plot? Just taking your example file: #+srcname: directory-pie-chart(dirs = directories)

[Orgmode] Re: [babel] Tables to DB

2009-12-04 Thread andrea
Eric Schulte schulte.e...@gmail.com writes: Org-babel has support for SQL, so I presume that you could use that as a somewhat manual way to dump org-mode tables into sql tables. Also, if you have a python tool which you are using for interaction with sql tables, it may be easiest to use

[Orgmode] Re: Differences html/pdf

2009-12-04 Thread andrea
Carsten Dominik carsten.domi...@gmail.com writes: On Nov 1, 2009, at 8:01 PM, andrea Crotti wrote: Yes, take a big complicated Org file, maybe something in WOrg, and export it with this option. Then check if everything looks good. In particular tables, list, verbatim examples, etc -

[Orgmode] [babel] Org-babel vs NoWeb (and the like)

2009-12-04 Thread Sébastien Vauban
Hi Dan and Eric, Please find here a document written with both NoWeb and Org-babel, to be able to compare and explain the differences between both approaches. What's *nice with Org-babel* is: - code is easy to edit in the source buffer with =C-c '= (highlighted correctly in the indirect

Re: [Orgmode] [MobileOrg] Plans for an android app ?

2009-12-04 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: And the Android app will be easier in a way, because the workflow hast been designed and all the support code is in place. So: WHO??? :-) I just stumbled upon this Android application: http://niftyware.com/alex/ Maybe there are nice

Re: [Orgmode] Org-mode version 6.32trans and 6.21b; Strange interaction between whitespace-mode and cust. org-ellipsis

2009-12-04 Thread Carsten Dominik
On Dec 3, 2009, at 10:34 PM, Martin Pohlack wrote: Carsten Dominik wrote: Hi Martin, this looks to me like a bug in whitespace.el, why does it override the display table org-mode is using? Hmm, my understanding is that each buffer can have its own display table, buffer-display-table.

Re: [Orgmode] [Android] [MobileOrg] Plans for an android app ?

2009-12-04 Thread Friedrich Delgado Friedrichs
Hi. Bastien schrieb: Carsten Dominik carsten.domi...@gmail.com writes: I just stumbled upon this Android application: http://niftyware.com/alex/ Maybe there are nice ways to make this interact with the futur Org application for Android... Did you try out Locale? It looks like it does

[Orgmode] Re: [babel] Executing sh-code

2009-12-04 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: #+begin_src sh :session ecm ls *.org #+end_src Nothing to do with the problem, but better to write `:session ecm' than `:session ecm', no? I C-c C-c the first snippet. Nothing special, except it doesn't hang

[Orgmode] Re: [babel] Executing sh-code

2009-12-04 Thread Sébastien Vauban
Hi Eric, Sébastien Vauban wrote: Eric Schulte wrote: [...] The following works for me without any hang. The only difference I can see between our setups is a matching prompt regexp. That was it. Fixing my PS1 prompt to be like yours (temporarily keeping your regexp from the comint-prompt)

[Orgmode] Re: [babel] Is this supported?

2009-12-04 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Is there a way to tangle it with some string replacements being made, such as: | pTable| dossier | | pColumn | pfiNew | | pDatatype | string | | pAcceptnullvalues | NULL|

Re: [Orgmode] Agenda not working or am I misunderstanding how it works?

2009-12-04 Thread U Avalos
Someone suggested I use the variable org-agenda-skip-deadline-if-done. It works on standard org files using the default todo keywords -- if I give a TODO item a deadline and then set it to DONE, it doesn't show up in agenda. Yay! HOWEVER, if I use custom todo keywords per file, it stops working

[Orgmode] Re: Agenda not working or am I misunderstanding how it works?

2009-12-04 Thread Matt Lundin
U Avalos amscopub-m...@yahoo.com writes: Someone suggested I use the variable org-agenda-skip-deadline-if-done. It works on standard org files using the default todo keywords -- if I give a TODO item a deadline and then set it to DONE, it doesn't show up in agenda. Yay! HOWEVER, if I use

Re: [Orgmode] Org-mode version 6.32trans and 6.21b; Strange interaction between whitespace-mode and cust. org-ellipsis

2009-12-04 Thread Martin Pohlack
Carsten Dominik wrote: On Dec 3, 2009, at 10:34 PM, Martin Pohlack wrote: Carsten Dominik wrote: Hi Martin, this looks to me like a bug in whitespace.el, why does it override the display table org-mode is using? Hmm, my understanding is that each buffer can have its own display table,

[Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
Hello, I'm not a lisp programmer -- I would like to tell org-mode to use two lists of files (org-agenda-files and notesmine-files) when I refile my remember notes. Currently, I'm getting an error when I try to refile my notes and I think it's something very basic. Here's the relevant code: ;;

[Orgmode] [PATCH] respect org-link-file-path-type when inserting docview: links

2009-12-04 Thread Jan Böcker
This patch is also in the docview branch at: http://github.com/jboecker/org-docview The function org-insert-link checks if it is inserting a file: link. If this is the case, the path is manipulated according to the current buffer file name and the variable 'org-link-file-path-type'. I changed

Re: [Orgmode] [MobileOrg] Plans for an android app ?

2009-12-04 Thread Xavier Maillard
Carsten Dominik carsten.domi...@gmail.com writes: And the Android app will be easier in a way, because the workflow hast been designed and all the support code is in place. So: WHO??? :-) I just stumbled upon this Android application:

[Orgmode] Multiple agenda buffers

2009-12-04 Thread Desmond Rivet
Hi all, A brief search through the mailing list did not reveal anything obvious... Is it possible to have multiple Org Agenda buffers open say, if you want different search results side by side? I know you can put different search results in the *same* agenda buffer, but that wasn't quite what

Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nick Dokos
Nathan Neff nathan.n...@gmail.com wrote: Currently, I'm getting an error when I try to refile my notes and I think it's something very basic. Here's the relevant code: ;; Use environment variable $ORGDIR to get dir for org-directory (setq org-directory (getenv ORGDIR)) (setq

Re: [Orgmode] Agenda not working or am I misunderstanding how it works?

2009-12-04 Thread Carsten Dominik
Hi U, my guess is that you did type these keyword but that you did not update the internal keyword lists by restarting Emacs, or by pressing `C-c C-c' on the line. - Carsten On Dec 4, 2009, at 4:01 PM, U Avalos wrote: Someone suggested I use the variable org-agenda-skip-deadline-if-done. It

Re: [Orgmode] Org-mode tricks for team management

2009-12-04 Thread Juan Reyero
On Fri, Dec 4, 2009 at 3:31 AM, Torsten Wagner torsten.wag...@gmail.com wrote: http://juanreyero.com/article/emacs/org-teams.html This solution is very nice. I would encourage you to pack it into an own contrib for org-mode. Maybe even trying to merge it into org-mode itself. Thanks a lot.

Re: [Orgmode] Re: [babel] Give a name to the plot

2009-12-04 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Currently, I have to go in every block and C-c C-c them all, right? Hi Seb, try `org-babel-execute-buffer', I haven't used it recently so it may have succumb to bitt-rot, but it is supposed to do exactly that. Best -- Eric Best regards,

Re: [Orgmode] Re: [babel] Executing sh-code

2009-12-04 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: #+begin_src sh :session ecm ls *.org #+end_src Nothing to do with the problem, but better to write `:session ecm' than `:session ecm', no? Correct, it

Re: [Orgmode] Re: [babel] Executing sh-code

2009-12-04 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Sébastien Vauban wrote: Eric Schulte wrote: [...] The following works for me without any hang. The only difference I can see between our setups is a matching prompt regexp. That was it. Fixing my PS1 prompt to be like yours

Re: [Orgmode] Tables to DB

2009-12-04 Thread Dan Davison
andrea andrea.crott...@gmail.com writes: Org tables are great but for visualization and querying maybe databases are better, for example sqlite for small amounts of data is very nice and powerful. I found this http://orgmode.org/worg/org-tutorials/multitarget-tables.php which I When I read

Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
I still get the Wrong type argument: numberp, (0.5) error. Here's the stacktrace for the error that I get when I set org-refile-targets with the following code: ;; Use environment variable $ORGDIR to get dir for org-directory (setq org-directory (getenv ORGDIR)) (setq notesmine-dir

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Eric S Fraga
At Thu, 3 Dec 2009 17:10:44 +0100, Carsten Dominik wrote: after carefully listening to all your comments and thinking things through more thoroughly, here is now my second attempt to define beamer support in Org-mode. Carsten, Thanks for this! After learning a bit about git branches (more

Nick Dokos: Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nick Dokos
Noch ein mal: I forgot to cc: the list. Apologies. --- Forwarded Message Date:Fri, 04 Dec 2009 14:03:39 -0500 From:Nick Dokos nicholas.do...@hp.com To: Nathan Neff nathan.n...@gmail.com cc: nicholas.do...@hp.com Subject: Re: [Orgmode] Lists for org-refile-targets Nathan

[Orgmode] [Feature request] CSS tag classes for headlines

2009-12-04 Thread Peter Westlake
Would it be possible to give exported headlines a class based on their tag or TODO? For instance, instead of just labelling the tag, like this: h2 id=sec-10Windows builds fail with Error 66span class=tagspan class=CLOSEDCLOSED/span/span/h2 I would like to change the appearance of the whole

Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
On Fri, Dec 4, 2009 at 1:03 PM, Nick Dokos nicholas.do...@hp.com wrote: Nathan Neff nathan.n...@gmail.com wrote: On Fri, Dec 4, 2009 at 10:45 AM, Nick Dokos nicholas.do...@hp.com wrote: Nathan Neff nathan.n...@gmail.com wrote: Currently, I'm getting an error when I try to

Re: [Orgmode] Tables to DB

2009-12-04 Thread Sebastian Rose
andrea andrea.crott...@gmail.com writes: Org tables are great but for visualization and querying maybe databases are better, for example sqlite for small amounts of data is very nice and powerful. I found this http://orgmode.org/worg/org-tutorials/multitarget-tables.php which I haven't

[Orgmode] [babel] R questions

2009-12-04 Thread Sébastien Vauban
Hello, One of this questions is a bit border-line, but I'm still trying ;-) I have this table generated by a script: --8---cut here---start-8--- #+results: abc2008 | 2008/1 | -78.59 | 1627.24 | | 2008/2 | -80.17 |700.33 | | 2008/3 | -80.17 |

Re: [Orgmode] Error when push fils in MobileOrg

2009-12-04 Thread Xin Shi
Hi Nick, Thanks for your info. I did what that page suggested and here is the debug info: (Emacs 23.1 and Orgmode 6.33b) Debugger entered--Lisp error: (wrong-type-argument listp TODO) cdr(TODO) (mapcar (lambda (x) (if ... ... x)) (cdr entry)) (setq kwds (mapcar (lambda ... ...) (cdr

Re: [Orgmode] Error when push fils in MobileOrg

2009-12-04 Thread Nick Dokos
Xin Shi shixin...@gmail.com wrote: Debugger entered--Lisp error: (wrong-type-argument listp TODO) cdr(TODO) (mapcar (lambda (x) (if ... ... x)) (cdr entry)) (setq kwds (mapcar (lambda ... ...) (cdr entry))) (while (setq entry (pop def-todo)) (insert #+READONLY\n) (setq kwds (mapcar

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Daniel Martins
Stupid question 9but I could not answer it) I have to set up (add-to-list 'org-export-latex-classes '(beamer \\documentclass[11pt]{beamer} ...) ??? Or I have to imput another .el which sets org-export-latex-classes correctly? I sue the latest git version of

Re: [Orgmode] Org-mode tricks for team management

2009-12-04 Thread Daniel Martins
Amazing work Keep us up-to-date I have intention to use a similar approach in my University Daniel 2009/12/3 Juan Reyero joa...@gmail.com: Greetings, I have been using org-mode as a key support for my work as a manager for quite a while now.  I thought some of the tricks and processes for

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Nick Dokos
Daniel Martins daniel...@gmail.com wrote: Stupid question 9but I could not answer it) I have to set up (add-to-list 'org-export-latex-classes '(beamer \\documentclass[11pt]{beamer} ...) ??? No. Or I have to imput another .el which sets

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Daniel Martins
Thank you very much I did everything you suggested and everything worked nicely But even using load-libray org-latex and org-beamer I received Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el (source)...done Loading /home/daniel/emacs-lisp/org-mode/lisp/org-latex.el

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Nick Dokos
Daniel Martins daniel...@gmail.com wrote: Loading /home/daniel/emacs-lisp/org-mode/lisp/org-beamer.el (source)...done Loading /home/daniel/emacs-lisp/org-mode/lisp/org-latex.el (source)...done Select command: Exporting to LaTeX... or: No definition for class `beamer' in

Re: [Orgmode] [babel] R questions

2009-12-04 Thread Dan Davison
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hello, One of this questions is a bit border-line, but I'm still trying ;-) I have this table generated by a script: #+results: abc2008 | 2008/1 | -78.59 | 1627.24 | | 2008/2 | -80.17 |700.33 | | 2008/3 | -80.17 | 879.8 |

Re: [Orgmode] Blorgit SVN integration

2009-12-04 Thread Eric Schulte
Hi Francesco, Thanks for the patch. I got it working and pushed up the change to the blorgit git repository. Now all we need is an interface for reviewing/reverting previous commits, and individual username/passwords and blorgit will be a full fledged wiki! :) Thanks -- Eric Francesco

Re: [Orgmode] Error when push fils in MobileOrg

2009-12-04 Thread Xin Shi
Hi Nick, Thanks for your detailed explanation! After deleting the set todo in my .emacs file, it's working now! Now, the remaining question for me is that the generated agenda.org file is empty even when there is agenda there. And I don't know if there is a way to display the agenda in the

Re: [Orgmode] [babel] Tiny problems

2009-12-04 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] Here the problems (details, though) I've observed: - srcname must be in column 0 for the highlighting to be correct. The syntax highlighting is really just org-mode comment highlighting, and I don't know that it would

Re: [Orgmode] [babel] features request for Emacs Initialization

2009-12-04 Thread Eric Schulte
bluedian blued...@gmail.com writes: Hi, Thanks for org-babel, my configuration file are now in org form and it's pretty easy to manage and document them. I was looking for that kind of things since a long time ! I will find interesting to have two more things (perhaps it's already