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

2009-12-04 Thread Eric Schulte
bluedian 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 there) : > > 1

Re: [Orgmode] [babel] Tiny "problems"

2009-12-04 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban 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 be desirable to star

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 Mobi

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 Pizzolan

Re: [Orgmode] [babel] R questions

2009-12-04 Thread Dan Davison
Sébastien Vauban 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 | > | "2008/4

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Nick Dokos
Daniel Martins 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 `org-export-latex-classes' > Di

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 (source)...d

Re: [Orgmode] Beamer support - 2nd round

2009-12-04 Thread Nick Dokos
Daniel Martins 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 org-export-lat

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 : > 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 > keeping up

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 org

Re: [Orgmode] Error when push fils in MobileOrg

2009-12-04 Thread Nick Dokos
Xin Shi 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] 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 e

[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] Tables to DB

2009-12-04 Thread Sebastian Rose
andrea 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 tried yet but looks nic

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

2009-12-04 Thread Nathan Neff
On Fri, Dec 4, 2009 at 1:03 PM, Nick Dokos wrote: > Nathan Neff wrote: > > > On Fri, Dec 4, 2009 at 10:45 AM, Nick Dokos > wrote: > > > > Nathan Neff wrote: > > > > > Currently, I'm getting an error when I try to refile my notes > > > and I think it's something very basic. > >

[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: Windows builds fail with "Error 66"CLOSED I would like to change the appearance of the whole headline: Windows builds fail with "Error 66"CLOSED The u

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 To: Nathan Neff cc: nicholas.do...@hp.com Subject: Re: [Orgmode] Lists for org-refile-targets Nathan Neff wrote: > On Fri, Dec 4, 2009 at 10:45

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

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] Tables to DB

2009-12-04 Thread Dan Davison
andrea 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 interesting and imp

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

2009-12-04 Thread Dan Davison
<...> > A side question (now that I have more graphics appearing in my example > document): is there/would there/will there be a way to regenerate all the > graphics included in my document? Hi Seb, Currently we have org-babel-execute-buffer and org-babel-execute-subtree. By the way, if you're g

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

2009-12-04 Thread Eric Schulte
Sébastien Vauban 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 (tempo

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

2009-12-04 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric, > > "Eric Schulte" wrote: >> Sébastien Vauban 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 will be interprete

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

2009-12-04 Thread Eric Schulte
Sébastien Vauban 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, > Seb _

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 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. I'd be happy to p

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 w

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

2009-12-04 Thread Nick Dokos
Nathan Neff 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 notesmine-dir "~/Docume

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

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

2009-12-04 Thread Xavier Maillard
Carsten Dominik 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

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

[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: ;; U

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 >

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

2009-12-04 Thread Matt Lundin
U Avalos 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 custom todo keyw

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 workin

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

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

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

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

2009-12-04 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban 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

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

2009-12-04 Thread Friedrich Delgado Friedrichs
Hi. Bastien schrieb: > Carsten Dominik 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 much of what alex i

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. whites

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

2009-12-04 Thread Bastien
Carsten Dominik 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 ways to make this inte

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

[Orgmode] Re: Differences html/pdf

2009-12-04 Thread andrea
Carsten Dominik 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 > > - Carsten After a wh

[Orgmode] Re: [babel] Tables to DB

2009-12-04 Thread andrea
"Eric Schulte" 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 org-babel to convert

Re: [Orgmode] Re: Beamer support in Org-mode

2009-12-04 Thread Carsten Dominik
On Nov 27, 2009, at 9:15 AM, Eric S Fraga wrote: At Thu, 26 Nov 2009 15:47:53 -0600, Russell Adams wrote: On Thu, Nov 26, 2009 at 10:38:20PM +0100, S??bastien Vauban wrote: I just know ('ve seen it) that Russell Adams (hep!??;-)) uses Prosper, one of the old alternatives, before Beamer came

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

2009-12-04 Thread Sébastien Vauban
Hi Dan, Dan Davison wrote: > Sébastien Vauban 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) >>#+begin_sr