[Orgmode] Re: [org-timer] mode line request

2010-04-09 Thread Austin Frank
On Thu, Feb 25 2010, Bastien wrote: > Austin Frank writes: > >> Would it be possible for timers set using org-timer-set-timer to >> display their current value in the mode line? > > I'm working on this. Ping? I know you're a busy fella, but have you had a chance to look at this. If not, any ta

[Orgmode] Re: [BUG] org-babel-perl and formats

2010-04-09 Thread Łukasz Stelmach
Dan Davison writes: > Łukasz Stelmach writes: >> I am not sure I will be able to spend some time on this so I'll share my >> observation with you. org-babel-perl can't cope with perl formats, with >> their endings to be precise. A format is defined by: >> >> format FORMAT_NAME = >> body of the

[Orgmode] Tangling

2010-04-09 Thread Andrea Crotti
So for my presentation I'm preparing a minimal emacs configuration which will have - org-mode/babel - python mode - yasnippet/auto complete And it will be everything here http://github.com/AndreaCrotti/Org-mode-notes I'm running Org-mode version 6.34trans on GNU Emacs 23.1.50.1 (i386-apple-darw

[Orgmode] modeline clock string

2010-04-09 Thread Yuri Goncharov
I use xmonad with xmobar at my desktop. I'd like to add clock string from mode line to xmobar. Is there way to save it to file every time when update mode line? -- Yuri Goncharov system administrator Highlink Ltd. St-Peterburg, Russia +7 812 3341212 http://www.hl.ru ___

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-09 Thread Gary .
On Thu, Apr 8, 2010 at 5:44 PM, Carsten Dominik wrote: > Hi Gary, > > maybe we need to settle some terminology first. No, "we're good" as the Americans say :) > The variable org-export-kill-product-buffer-when-displayed has the following > effect: Well, as I said, org-export-kill-product-buffer-

Re: [Orgmode] modeline clock string

2010-04-09 Thread Friedrich Delgado Friedrichs
Yuri Goncharov schrieb: > I use xmonad with xmobar at my desktop. I'd like to add clock > string from mode line to xmobar. Is there way to save it to > file every time when update mode line? > ---Zitatende--- You can find information on various subjects with M-x apropos but it's sometimes hard t

[Orgmode] Re: Org mode and emacs email

2010-04-09 Thread Uday S Reddy
Robert Goldman wrote: Is this really true? In my days of using VM --- I eventually gave it up for Thunderbird --- VM never had true IMAP support that could interact with folders on the server. All it did was use the IMAP protocol to populate its local mail directory. This isn't really full IM

Re: [Orgmode] [PATCH] make `org-export-as-org' respect the to-buffer 'string option

2010-04-09 Thread Carsten Dominik
Again, please go ahead. - Carsten On Apr 9, 2010, at 2:34 AM, Eric Schulte wrote: see below -- Eric diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 6d576dc..5a0b22b 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2490,7 +2490,8 @@ directory." filename)))

Re: [Orgmode] [PATCH] non-numeric arg for body-only latex export

2010-04-09 Thread Carsten Dominik
Hi Eric, no objections, please go ahead. Do you know about `org-replace-region-by-latex'. - Carsten On Apr 9, 2010, at 7:26 AM, Eric Schulte wrote: Hi, This small patch changes the behavior of `org-export-as-latex' so that when a simple (non-numeric) prefix arg is provided the body-only op

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-09 Thread Carsten Dominik
On Apr 9, 2010, at 11:49 AM, Gary . wrote: On Thu, Apr 8, 2010 at 5:44 PM, Carsten Dominik wrote: Hi Gary, maybe we need to settle some terminology first. No, "we're good" as the Americans say :) The variable org-export-kill-product-buffer-when-displayed has the following effect: Well

Re: [Orgmode] Re: Bug: Emacs opens a new instance for each file in agenda list on org-mobile-push

2010-04-09 Thread Carsten Dominik
Hi Mattias, On Apr 8, 2010, at 11:42 PM, Mattias Jämting wrote: Hello, Ran into this strange "condition" myself on Emacs 23/Win 7 and latest org-mode (6.35f). Found the solution (i think) and decided to share although the thread is old: org-mobile tries to calculate checksums but is unabl

[Orgmode] org-feed and http_proxy

2010-04-09 Thread zwz
Now and then I have to set http_proxy for internet access. I do it in emacs, e.g. by (setenv "http_proxy" "http://10.10.10.10:808";) Ok, now org-feed will use this proxy and works great. Later, I find the proxy is down, so I switch to another proxy (setenv "http_proxy" "http://10.10.10.20:808";

Re: [Orgmode] org-feed and http_proxy

2010-04-09 Thread Carsten Dominik
On Apr 9, 2010, at 2:44 PM, zwz wrote: Now and then I have to set http_proxy for internet access. I do it in emacs, e.g. by (setenv "http_proxy" "http://10.10.10.10:808";) Ok, now org-feed will use this proxy and works great. Later, I find the proxy is down, so I switch to another proxy (set

Re: [Orgmode] Re: [BUG] org-babel-perl and formats

2010-04-09 Thread Dan Davison
Łukasz Stelmach writes: > Dan Davison writes: > >> Łukasz Stelmach writes: >>> I am not sure I will be able to spend some time on this so I'll share my >>> observation with you. org-babel-perl can't cope with perl formats, with >>> their endings to be precise. A format is defined by: >>> >>> fo

[Orgmode] Re: org-feed and http_proxy

2010-04-09 Thread Magnus Henoch
zwz writes: > By the way, I can not get the feeds from codeproject. > My setting: > ("codeproject" > "http://www.codeproject.com/webservices/articlerss.aspx?cat=2"; > "~/.org/feeds.org" "C++ on CodeProject" > :parse-feed org-feed-parse-atom-feed :parse-entry > org-feed

Re: [Orgmode] Tangling

2010-04-09 Thread Dan Davison
Hi Andrea, Andrea Crotti writes: > So for my presentation I'm preparing a minimal emacs configuration which > will have > - org-mode/babel > - python mode > - yasnippet/auto complete > > And it will be everything here > http://github.com/AndreaCrotti/Org-mode-notes > > I'm running > Org-mode ve

[Orgmode] Implementing Kanban in Org-mode

2010-04-09 Thread Rick Moynihan
Hi all, I've recently taken an interest in Kanban, as a means of organising tasks in a team. I was wondering if anyone here has tried doing this with org-mode, and if they have any tips. I can imagine org's TODO_SEQ's map nicely onto the columns in a Kanban task board. It might even be possible

[Orgmode] Re: org-feed and http_proxy

2010-04-09 Thread zwz
Magnus Henoch writes: > zwz writes: > >> By the way, I can not get the feeds from codeproject. >> My setting: >> ("codeproject" >> "http://www.codeproject.com/webservices/articlerss.aspx?cat=2"; >> "~/.org/feeds.org" "C++ on CodeProject" >> :parse-feed org-feed-parse-atom-feed

[Orgmode] Re: org-feed and http_proxy

2010-04-09 Thread zwz
Carsten Dominik writes: > On Apr 9, 2010, at 2:44 PM, zwz wrote: > >> Now and then I have to set http_proxy for internet access. >> >> I do it in emacs, e.g. by >> (setenv "http_proxy" "http://10.10.10.10:808";) >> >> Ok, now org-feed will use this proxy and works great. >> >> Later, I find the p

Re: [Orgmode] Re: org-feed and http_proxy

2010-04-09 Thread Carsten Dominik
On Apr 9, 2010, at 4:43 PM, zwz wrote: Carsten Dominik writes: On Apr 9, 2010, at 2:44 PM, zwz wrote: Now and then I have to set http_proxy for internet access. I do it in emacs, e.g. by (setenv "http_proxy" "http://10.10.10.10:808";) Ok, now org-feed will use this proxy and works great.

Re: [Orgmode] Re: Using Org for browsing and managing buffers

2010-04-09 Thread Dan Davison
Austin Frank writes: > Dan-- > > Very nice. I will say, though, that the very first thing I did was > > (define-key org-buffers-mode-map "q" 'bury-buffer) Thanks Austin, I've added that. > I would request that something like this be included in the default > keybindings. A smarter version m

Re: [Orgmode] Re: org-feed and http_proxy

2010-04-09 Thread Nick Dokos
zwz wrote: > Carsten Dominik writes: > ... > > ... > > Org-mode is using url-retrieve-synchonously, so this must be a cacheing > > issue in the url package. > > > > One thing you might try is to use curl or wget instead - see the variable > > `org-feed-retrieve-method'. > > > > I do not know th

Re: [Orgmode] [PATCH] non-numeric arg for body-only latex export

2010-04-09 Thread Eric Schulte
Carsten Dominik writes: > Hi Eric, no objections, please go ahead. > Applied. > > Do you know about `org-replace-region-by-latex'. > I was not aware of that function. That sounds very convenient, I'm looking forward to working it into my latex editing. Thanks -- Eric > > - Carsten > > On Ap

Re: [Orgmode] Re: org-feed and http_proxy

2010-04-09 Thread Carsten Dominik
On Apr 9, 2010, at 4:55 PM, Nick Dokos wrote: zwz wrote: Carsten Dominik writes: ... ... Org-mode is using url-retrieve-synchonously, so this must be a cacheing issue in the url package. One thing you might try is to use curl or wget instead - see the variable `org-feed-retrieve-met

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-09 Thread Eric Schulte
Announcing the addition of org-mime to the contrib directory of Org-mode this allows sending HTML email using org-mode including... #+TITLE: NONE #+OPTIONS: latex:t - *tables* | colname one | colname two | |-+-| | 1 | 1 | | 2 |

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-09 Thread Matt Price
eric, this looks great -- On Fri, Apr 9, 2010 at 12:41 PM, Eric Schulte wrote: > > Setup > > org-mime exposes two functions > `org-mime-htmlize' can be called from within a mail composition buffer to > export either the entire buffer or just the active region to html, and embed > the results in

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-09 Thread Eric Schulte
Matt Price writes: > eric, this looks great -- Thanks > Just quickly -- so if I'm using wanderlust, will the resultant message still > be properly formatted? I remember there was some discussion about the > separation syntax in different mailers but don'tremember how it turned out. > thanks fo

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-09 Thread David Maus
Matt Price wrote: >Just quickly -- so if I'm using wanderlust, will the resultant >message still be properly formatted? This depends *entirely on recipients environment*. May be, may be not. Maybe the parts are displayed, maybe they are not: http://s1.directupload.net/images/user/100402/plz64u

[Orgmode] floating, non scheduled agenda items

2010-04-09 Thread Richard Riley
What would be the best way to include in my daily agenda a section of non schedule items which are there every day until I decide to remove them. e.g Say I have a link to "Guitar practise" which is a regularly updated url to the page I am at? No specific date, Just something I want to see on my da

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-09 Thread Eric Schulte
David Maus writes: > Matt Price wrote: > >>Just quickly -- so if I'm using wanderlust, will the resultant >>message still be properly formatted? > I think the question was if wanderlust mime encoding works correctly. I believe the answer here is yes, but I do not have a wanderlust install and c

[Orgmode] Re: [BUG] org-babel-perl and formats

2010-04-09 Thread Łukasz Stelmach
Dan Davison writes: > Łukasz Stelmach writes: > [...] >> Format not terminated at - line 11, at end of line >> syntax error at - line 11, at EOF >> Execution of - aborted due to compilation errors. > > Oops. Sorry Łukasz, my mistake. > > You are of course right, we were adding indentation to per

Re: [Orgmode] floating, non scheduled agenda items

2010-04-09 Thread Jan Böcker
On 09.04.2010 22:02, Richard Riley wrote: > > What would be the best way to include in my daily agenda a section of > non schedule items which are there every day until I decide to > remove them. e.g Say I have a link to "Guitar practise" which is a regularly > updated url to the page I am at? No

[Orgmode] filter agenda by priority?

2010-04-09 Thread Michael Gilbert
Hi all — Been through the manual. Might be missing something obvious. But, is there a straightforward way to filter the Agenda by Priority? I find that I would actually USE priorities more if I could figure out how to do this. TIA! — Michael ___ Ema

Re: [Orgmode] Basic orgmode tutorial

2010-04-09 Thread Thomas S. Dye
On Mar 24, 2010, at 7:18 AM, Russell Adams wrote: Carsten, I discussed this with a few users off an on. In the manual there are items required to setup org, keybindings, etc. The idea would be to include: - An Agenda file, which loads by default - Init file which - Preconfigured keybindin

[Orgmode] Don't show repeating item more than once in agenda

2010-04-09 Thread Nathan Neff
I'd like to schedule something to do every 2 days, but don't want more than one reminder in my agenda. For example: * TODO Call Bob SCHEDULED: <2010-04-12 Mon +2d> In the agenda, I see this entry repeated every other day (as expected) like this: Monday 12 April 2010 W15 nate: Schedule

Re: [Orgmode] My reference data management approach with org and emacs

2010-04-09 Thread Jan Böcker
[The following text has gotten quite long. Sit comfortably and get a cup of your preferred drink if you want to proceed.] That is an interesting setup you describe there. I had considered something similar myself, but found it a hassle to come up with a file name for every new piece of information

[Orgmode] [babel] RFC: column and row names in babel tables

2010-04-09 Thread Dan Davison
If others would like to comment on this proposal that would be really helpful (warning: probably not fun reading): The question is: how do we map between org tables with hline separators and tabular data structures in babel languages (some of which have internal concepts of "column names" and "row