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