[Orgmode] Org Babel, Ruby and Outlook

2009-10-15 Thread Miguel Fernando Cabrera
utlook.GetNameSpace('MAPI') calendar = mapi.GetDefaultFolder(9) puts "* OUTLOOK APPOINTMENTS" calendar.Items.each do |appt| puts "** #{appt.Subject}\n #{to_org_interval(appt.Start,appt.End)} " end #+end_src -----

[Orgmode] (Possible Feature Request) Hiding Tags in Agenda View/Implementing Contexts in Org

2009-10-06 Thread Miguel Fernando Cabrera
)) (tags-todo "REFILE") ) ) Too hacky? Now, to really do what I want would be cool to have a way of saying to org that don't show the "@work" tag. I think at the end this is a question of how implement context in a good way in Or

Re: [Orgmode] Is there a good way to use org as blog system?

2009-10-01 Thread Miguel Fernando Cabrera
right now, but I plan to. One of the good things is that you can use the color-theme when exporting to html and put the code sampel just like you see it in your Emacs. I hope it helps. -- Miguel Fernando Cabrera Granados http://mfcabrera.com "A los hombres fuertes les pasa lo que a los barri

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Miguel Fernando Cabrera
?. For example to create a pie-chart of the clock-table data using R? -- Miguel Fernando Cabrera <http://mfcabrera.com/>"A los hombres fuertes les pasa lo que a los barriletes; se elevan cuando es mayor el viento que se opone a su ascenso." - José Ingenieros On Mon, Sep 14,

Re: [Orgmode] Mobile org

2009-09-07 Thread Miguel Fernando Cabrera
ats and does in fact fit in my trouser pockets but the > latter is not necessarily ideal... > > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode &

Re: [Orgmode] Clock Table filter by tag or property

2009-09-06 Thread Miguel Fernando Cabrera
On Sun, Sep 6, 2009 at 6:41 AM, Carsten Dominik wrote: > > On Sep 3, 2009, at 5:11 PM, Miguel Fernando Cabrera wrote: > > Hi Everyone, >> >> First I want to thank all the people that make Org-Mode possible. I have >> been using it almost 8 months and it is a

[Orgmode] Clock Table filter by tag or property

2009-09-03 Thread Miguel Fernando Cabrera
r your help :-) [1] http://github.com/mfcabrera/dotemacs/ -> (file orgy.el) -- Miguel Fernando Cabrera http://mfcabrera.com "A los hombres fuertes les pasa lo que a los barriletes; se elevan cuando es mayor el viento que se opone a su ascenso." - José Ingenieros