[O] Bug: hl-line obscures org-habit tracking in agenda [7.8.11]

2012-11-29 Thread Boyan Penkov
Hello, I'm using org-habit to track habits in the agenda view, displaying the consistency graph. I'm also using hl-line to highlight the line the cursor is on. When the habit line is highlighted, the line highlight obscures the consistency graph. It seems behavior should be opposite -- i.e:

[O] Exchange calendar to orgmode

2012-11-29 Thread Chris Raschl
Hi all, I recently wrote a python script to fetch my calendar from the corporate exchange server into an orgmode file to view it in my agenda. It uses the exchange webservices (ews). There are lots of things that could be added, but I thought I'd share it as-is. Maybe somebody can use it...

[O] remote execution in heterogeneous environment

2012-11-29 Thread Neil Best
I run Macport's Emacs and ELPA's Org on my Mac but my data lives in a Red Hat environment. I thought I could edit locally and compute remotely but there seems to be a problem with temp files for executing source blocks. #+BEGIN_SRC sh :dir /midway:~ echo Executed by `whoami` on `hostname` in

Re: [O] Exchange calendar to orgmode

2012-11-29 Thread Doug Lewan
I've been slowly starting to learn about org-mode. So far it's mostly been a flexible document format for me. (Very good for tracking software issues, design, strategy, etc.) Getting access to my calendar off of our exchange server, however, might be the push I need to dive in deep! Thanks.

Re: [O] remote execution in heterogeneous environment

2012-11-29 Thread Nick Dokos
Neil Best nb...@ci.uchicago.edu wrote: I run Macport's Emacs and ELPA's Org on my Mac but my data lives in a Red Hat environment. I thought I could edit locally and compute remotely but there seems to be a problem with temp files for executing source blocks. #+BEGIN_SRC sh :dir /midway:~

Re: [O] remote execution in heterogeneous environment

2012-11-29 Thread Nick Dokos
Neil Best nb...@ci.uchicago.edu wrote: I run Macport's Emacs and ELPA's Org on my Mac but my data lives in a Red Hat environment. I thought I could edit locally and compute remotely but there seems to be a problem with temp files for executing source blocks. #+BEGIN_SRC sh :dir /midway:~

Re: [O] Exchange calendar to orgmode (Chris Raschl)

2012-11-29 Thread Russell Carden
Hi Russell, On 11/29/2012 06:35 PM, Russell Carden wrote: Can you tell me more about your script or about how a calendar in an exchange server works. All it does is fetch your calendar and use the subject as headline and formats the date scheduled in the event so orgmode can pick it up.

Re: [O] remote execution in heterogeneous environment

2012-11-29 Thread Neil Best
On Thu, Nov 29, 2012 at 11:16 AM, Nick Dokos nicholas.do...@hp.com wrote: It looks as if you are creating temp files under /var/folders/2y on the remote: are you sure that a) the structure exists and b) permissions are set correctly? Do you have the /var/folders/2y structure on the local

Re: [O] remote execution in heterogeneous environment

2012-11-29 Thread Neil Best
On Thu, Nov 29, 2012 at 1:25 PM, Nick Dokos nicholas.do...@hp.com wrote: But your earlier mail says that it is trying to create the temp file on the remote , | Tramp: Decoding region into remote file | /ssh:midway:/var/folders/2y/qrw3hhkx0dlb9sbl51mjy5wmgn/T/sh-510999vN...done

[O] writing research articles with org-mode

2012-11-29 Thread David Arroyo Menéndez
Hello, I need an example of research article written with org-mode by personal purposes. Who can I help me? Thanks in advance. -- David Arroyo Menéndez http://www.davidam.com gpg --keyserver pgp.rediris.es --recv-keys B395B90A

[O] org-columns slowness with fairly large files (~700 lines)

2012-11-29 Thread Leonidas Tsampros
Hello, I'm facing a slowness while using org-columns mode on a fairly large file of mine with around 700 lines split between 3 outlines. My column definition is the following: :PROPERTIES: :COLUMNS: %50ITEM %Director %Year %WATCHED{X/} :WATCHED_ALL: [ ] [X] :END: The slowness is observed when

Re: [O] remote execution in heterogeneous environment

2012-11-29 Thread Michael Albinus
Neil Best nb...@ci.uchicago.edu writes: Hi, I run Macport's Emacs and ELPA's Org on my Mac but my data lives in a Red Hat environment. I thought I could edit locally and compute remotely but there seems to be a problem with temp files for executing source blocks. #+BEGIN_SRC sh :dir