[Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-15 Thread Eric S Fraga
Carsten, I wonder whether I could request a small feature addition in org-mode (or have a pointer to already implemented functionality, of course ;-)? Using the agenda view with follow mode is fantastic for complex agenda views. What I find, however, is that I miss having a scroll other window

Re: [Orgmode] Re: ECB and org-mode

2009-10-15 Thread Eric S Fraga
At Wed, 14 Oct 2009 19:57:42 +0200, Tassilo Horn wrote: Eric S Fraga ucec...@ucl.ac.uk writes: (if (string= major-mode org-mode) Here, you want (eq major-mode 'org-mode). Your version also works, but Makes sense! D'uh. Of course there is a way of comparing modes. This is *emacs*, after

[Orgmode] Holidays command

2009-10-15 Thread Robin Green
I tried using the H key in the agenda to see what it did, and got this error message: org-agenda-execute-calendar-command: Wrong type argument: commandp, list-calendar-holidays I'm using org-mode 6.31. -- Robin ___ Emacs-orgmode mailing list

Re: [Orgmode] Holidays command

2009-10-15 Thread Giovanni Ridolfi
--- Gio 15/10/09, Robin Green gree...@greenrd.org ha scritto: Hi, Robin I tried using the H key in the agenda to see what it did, and got this error message: org-agenda-execute-calendar-command: Wrong type argument: commandp, list-calendar-holidays I'm using org-mode 6.31. I think you

Re: [Orgmode] Holidays command

2009-10-15 Thread Robin Green
At Thu, 15 Oct 2009 05:26:01 -0700 (PDT), Giovanni Ridolfi wrote: I think you did not activate the calendar-diary integration as suggested in the manual: 10.3.1 The weekly/daily agenda (setq org-agenda-include-diary t) did you? Fair enough, I didn't. But I think a more user-friendly

Re: Re: [Orgmode] Holidays command

2009-10-15 Thread Giovanni Ridolfi
--- Gio 15/10/09, Robin Green gree...@greenrd.org ha scritto: At Thu, 15 Oct 2009 05:26:01 -0700 (PDT), Giovanni Ridolfi wrote: I think you did not activate the calendar-diary integration Fair enough, I didn't. But I think a more user-friendly error message should be shown. I think

[Orgmode] [org-babel] Idea: Rendering output of code blocks inline (like org links)

2009-10-15 Thread Marcelo de Moraes Serpa
Hello list! I haven't still managed to get org-babel to work, but I do have a doubt that might turn into a feature request :) Would it be possible to have chunks of code around the buffer get evaluated when you close them with some kind of token, and them only show the output, *just like links

[Orgmode] org-babel installation failing using the latest version from git repo and emacs 23.1.50.1

2009-10-15 Thread Marcelo de Moraes Serpa
Hello, Well, I'm very, very excited to start using org-babel and making cool stuff with it. However, I could not yet get it to work here. The first thing that is not working, and I hope some more emacs-savvy users could put me in the right direction is that, I have this code in my .emacs: ;ORG

[Orgmode] Re: Holidays command

2009-10-15 Thread Bernt Hansen
Robin Green gree...@greenrd.org writes: At Thu, 15 Oct 2009 05:26:01 -0700 (PDT), Giovanni Ridolfi wrote: I think you did not activate the calendar-diary integration as suggested in the manual: 10.3.1 The weekly/daily agenda (setq org-agenda-include-diary t) did you? Fair enough, I

[babel] Re: [Orgmode] org-babel installation failing using the latest version from git repo and emacs 23.1.50.1

2009-10-15 Thread Dan Davison
Hi Marcelo, (Please note that we've agreed to tag org-babel messages with [babel]) Marcelo de Moraes Serpa celose...@gmail.com writes: Hello, Well, I'm very, very excited to start using org-babel and making cool stuff with it. However, I could not yet get it to work here. OK, we must fix

[Orgmode] Quicklook

2009-10-15 Thread Jonathan
Has anyone found a nice solution for rendering Org files in OSX Quicklook in some prettified format (eg, org-mode highlights)? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Help: exporting an agenda view not working in v6.31a

2009-10-15 Thread Qi Qi
Hi all, Greetings! I found that when I try to export current agenda view to a txt or html, emacs gets hanging there. But It did work in the previous version. Does anyone else find this issue recently? Thanks. Qi ** Life is half spent

RE: [Orgmode] Help: exporting an agenda view not working in v6.31a

2009-10-15 Thread Qi Qi
Thanks, Nick. I will see if backtrace could give it any clues. C-g doesn't work after my emacs hangs. When I type C-x C-w in the agenda view, and selet an option to export then it hangs there. I can see the cpu jumps high for long. It's strange. Because I did exactly same thing in

Re: [Orgmode] Help: exporting an agenda view not working in v6.31a

2009-10-15 Thread Nick Dokos
Qi Qi willie...@hotmail.com wrote: Thanks, Nick. I will see if backtrace could give it any clues. C-g doesn't work after my emacs hangs. When I type C-x C-w in the agenda view, and selet an option to export then it hangs there. I can see the cpu jumps high for long. It's strange.

Re: [Orgmode] [org-babel] Idea: Rendering output of code blocks inline (like org links)

2009-10-15 Thread Eric Schulte
Marcelo de Moraes Serpa celose...@gmail.com writes: Hello list! I haven't still managed to get org-babel to work, but I do have a doubt that might turn into a feature request :) Would it be possible to have chunks of code around the buffer get evaluated when you close them with some

[Orgmode] Org Babel, Ruby and Outlook

2009-10-15 Thread Miguel Fernando Cabrera
Hi All, In a similar way to [1], I want to import my Outlook appointments into Org. I thought of a less sophisticated way to archive this using Org Babel. I coded a Ruby script to print out the Appointments in Org Format so I can see them in the agenda view. I execute the code using the

Re: [Orgmode] Org Babel, Ruby and Outlook

2009-10-15 Thread Eric Schulte
Hi Miguel, That is a very cool application. To insert your script's results directly into the Org-mode buffer try changing your header line from #+begin_src ruby :results output to #+begin_src ruby :results output raw as this seems like the sort of thing which would be generally useful,

RE: [Orgmode] Help: exporting an agenda view not working in v6.31a

2009-10-15 Thread Qi Qi
14516.1255644...@gamaville.dokosmarshall.org Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 My fault with C-g not working in previous email. C-g works to stop the hang= ing process.=20 I just test mine that Cx Cw works in any buffers

[Orgmode] Re: [org-babel] Idea: Rendering output of code blocks inline (like org links)

2009-10-15 Thread Maurizio Vitale
Eric == Eric Schulte schulte.e...@gmail.com writes: Eric Marcelo de Moraes Serpa celose...@gmail.com writes: Hello list! I haven't still managed to get org-babel to work, but I do have a doubt that might turn into a feature request :) Would it be possible to

[Orgmode] Re: Example of a project for you?

2009-10-15 Thread Xavier Maillard
Bernt Hansen bernt at norang.ca writes: Could you explain to me what you really call a project ? (and give an example of what it looks like in org-mode) Everything is a project. A project is just a task. All of my TODO tasks start at level 2 Does that help? That's perfect. Thank you