Re: [Orgmode] org-R still in contrib?

2010-02-24 Thread Daniel Clemente
> I somehow missed the important disclaimer at the top of > http://orgmode.org/worg/org-tutorials/org-R/org-R.php and spent some > time learning how to use an obsolete Org add-on. > On the other hand, I was glad now that I managed to get org-R running for my needs, and now it is removed! It is wort

[Orgmode] Re: mailto links

2010-02-24 Thread Richard Riley
r...@rosslaird.info (Ross A. Laird) writes: > Richard Riley writes: > >> r...@rosslaird.info (Ross A. Laird) writes: >> >>> >>> (setq 'mail-user-agent' 'gnus-user-agent') >>> >>> Which, of course, causes emacs to choke (or, at least to grumble.) >>> >>> Ross >> >> Hi Ross : its a gnus setting not

[Orgmode] Re: mailto links

2010-02-24 Thread Ross A. Laird
r...@rosslaird.info (Ross A. Laird) writes: > Richard Riley writes: > >> r...@rosslaird.info (Ross A. Laird) writes: >> >>> >>> (setq 'mail-user-agent' 'gnus-user-agent') >>> >>> Which, of course, causes emacs to choke (or, at least to grumble.) >>> >>> Ross >> >> Hi Ross : its a gnus setting not

[Orgmode] Re: mailto links

2010-02-24 Thread Ross A. Laird
Richard Riley writes: > r...@rosslaird.info (Ross A. Laird) writes: > >> >> (setq 'mail-user-agent' 'gnus-user-agent') >> >> Which, of course, causes emacs to choke (or, at least to grumble.) >> >> Ross > > Hi Ross : its a gnus setting not a browse setting. > > Inside emacs put your cursor over t

[Orgmode] Re: mailto links

2010-02-24 Thread Richard Riley
r...@rosslaird.info (Ross A. Laird) writes: > > (setq 'mail-user-agent' 'gnus-user-agent') > > Which, of course, causes emacs to choke (or, at least to grumble.) > > Ross Hi Ross : its a gnus setting not a browse setting. Inside emacs put your cursor over the variable name "mail-user-agent". Pr

[Orgmode] Re: mailto links

2010-02-24 Thread Ross A. Laird
Carsten Dominik writes: > On Feb 24, 2010, at 5:59 AM, Ross A. Laird wrote: > >> >> Hm. I did not find anything particularly specific to kmail: >> >> "mailto:%a?subject=%s"; > > Hi Ross, > > the default setting for `org-link-mailto-program' is currently > > (browse-url "mailto:%a?subject=%s";

Re: [Orgmode] default browser

2010-02-24 Thread Ryan Thompson
I think you may have to look around in M-x customize-group browse-url. On Wed, Feb 24, 2010 at 9:45 AM, Henri-Paul Indiogine wrote: > OS: Ubuntu Karmic > Emacs: 23.1.1 > org-mode: 6.34trans > > I recently changed my default browser from Firefox to Chromium and have > made my change in System -> P

[Orgmode] Restriction Lock - Visible notifier?

2010-02-24 Thread Nathan Neff
I like the org-agenda-set-restriction-lock feature, but I recently wasted quite a bit of time troubleshooting my agenda views, only to find out that I'd set the restriction lock to a single file. Is there an option to toggle that would show me that I have the agenda restricted to a single file? T

Re: [Orgmode] org-R still in contrib?

2010-02-24 Thread Dan Davison
Jason Dunsmore writes: > Was org-R.el supposted to have been removed from the contrib directory > since it has been replaced by org-babel (see the message from Dan > Davison to this list on Sat, 24 Oct 2009)? > > I somehow missed the important disclaimer at the top of > http://orgmode.org/worg/or

[Orgmode] default browser

2010-02-24 Thread Henri-Paul Indiogine
OS: Ubuntu Karmic Emacs: 23.1.1 org-mode: 6.34trans I recently changed my default browser from Firefox to Chromium and have made my change in System -> Preferences -> Preferred Applications -> /usr/lib/chromium-browser However, when I follow a URL link in org-mode Firefox is started. Any suggest

[Orgmode] org-R still in contrib?

2010-02-24 Thread Jason Dunsmore
Was org-R.el supposted to have been removed from the contrib directory since it has been replaced by org-babel (see the message from Dan Davison to this list on Sat, 24 Oct 2009)? I somehow missed the important disclaimer at the top of http://orgmode.org/worg/org-tutorials/org-R/org-R.php and spen

[Orgmode] Orgmode as a helper for organizing an institute

2010-02-24 Thread Sven Bretfeld
Hi Org users As Orgmode is such a fantastic tool, I'm sure that there are some of you who have experience in using Orgmode to organize more than your individual lives. As far as I'm aware of the powers of Orgmode, it mainly aims at individuals, less to groups of people or to the "management-type o

Re: [Orgmode] Problem with table sums

2010-02-24 Thread Dan Davison
Carsten Dominik writes: > On Feb 23, 2010, at 11:08 PM, Sébastien Vauban wrote: [...] >> Though, I need to re-use some of the intermediate computations for >> another >> "summary table". Therefore, I add names to some cells: >> >> #+TBLNAME: etape1 >> | | Étape 1 | p.j | EUR HTVA

Re: [Orgmode] [Patch] org-clock-current-task

2010-02-24 Thread Bastien
Carsten Dominik writes: > No, I think this is good to have - other functionality may want to use > it. > Please check it in. Okay, done! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gn

Re: [Orgmode] [Patch] org-clock-current-task

2010-02-24 Thread Carsten Dominik
No, I think this is good to have - other functionality may want to use it. Please check it in. - Carsten On Feb 24, 2010, at 3:59 PM, Bastien wrote: Carsten Dominik writes: Yes, please go ahead. Thanks. Attached is more complete version: now clocking out will set the content of `org-cl

Re: [Orgmode] [Patch] org-clock-current-task

2010-02-24 Thread Bastien
Carsten Dominik writes: > Yes, please go ahead. Thanks. Attached is more complete version: now clocking out will set the content of `org-clock-current-task' to nil. It occurs to me that such a simple functionnality could also use hooks. What do you think ? Is it better to include it in the c

Re: [Orgmode] [Patch] org-clock-current-task

2010-02-24 Thread Carsten Dominik
Yes, please go ahead. Thanks. - Carsten On Feb 24, 2010, at 3:39 PM, Bastien wrote: This patch creates `org-clock-current-task', a new variable to access the name of the task currently clocked in. I use it together with erc-bot.el to let people ask me what I'm doing right now (either from Bi

[Orgmode] [Patch] org-clock-current-task

2010-02-24 Thread Bastien
This patch creates `org-clock-current-task', a new variable to access the name of the task currently clocked in. I use it together with erc-bot.el to let people ask me what I'm doing right now (either from BitlBee/IRC). Shall I push it? diff --git a/lisp/org-clock.el b/lisp/org-clock.el index e3

[Orgmode] Emacs bindings for remember the milk (work in progress)

2010-02-24 Thread Friedrich Delgado Friedrichs
Hi! Since someone just asked about remember the milk sync, I thought I could post my remember the milk bindings for emacs. This is still pretty much raw and it's far from usable for org-mode. The next step would be to devise a way to map org-mode todos onto remember the milk and come up with an al

[Orgmode] org-feed with Remember the Milk (RTM)

2010-02-24 Thread Keith Mantell
Hi, My first excursion into the wonderful world of org-feed is to get my to-dos from RTM. Has anyone tried this before? It is not finding any new items for me. The file and header are created just fine. The userid/passwd challenge was fine. No drawers appear though. Here are the messages: C

[Orgmode] org-export-as-ascii error

2010-02-24 Thread Rohan Nicholls
Hello all, Love org-mode, and use it all the time. Thanks for all the work. I actually had a bug report, but thanks to the active work on the project, a git pull and make solved the problem. So I thought I would turn this bug report, into a thanks. THANKS for the great work. :) All the best,

[Orgmode] Re: Github understands us

2010-02-24 Thread Olexandr Sydorchuk
But code not highlight by #+begin_src Scot Becker writes: > Wow. That's nice. Now if only I could fork Github itself > > On Wed, Feb 17, 2010 at 1:32 PM, Sebastian Rose wrote: > >> Andrea Crotti writes: >> > Maybe some of you already noticed, but I found out that actually github >> > und

Re: [Orgmode] Problem with table sums

2010-02-24 Thread Carsten Dominik
On Feb 23, 2010, at 11:08 PM, Sébastien Vauban wrote: Hello, I have such a table whose formatting is forced by someone more powerful than me (my boss): #+TBLNAME: etape1 | | Étape 1 | p.j | EUR HTVA | |---+---+-+--| | | Prestations |

Re: [Orgmode] [PATCH] remember note as a sibling of currently clocked item

2010-02-24 Thread Carsten Dominik
Applied, thanks. - Carsten On Feb 24, 2010, at 12:12 AM, Łukasz Stelmach wrote: Hello. I've used org-mode for some time now. I sometimes even use clocking feature too but I've never urged to remember something as a child of what I had clocked but rather as a sibling. Please take a look at the

Re: [Orgmode] Re: mailto links

2010-02-24 Thread Carsten Dominik
On Feb 24, 2010, at 5:59 AM, Ross A. Laird wrote: Hm. I did not find anything particularly specific to kmail: "mailto:%a?subject=%s"; Hi Ross, the default setting for `org-link-mailto-program' is currently (browse-url "mailto:%a?subject=%s";) which means that Org will leave it to the

Re: [Orgmode] Plotting date on xaxis

2010-02-24 Thread Eric S Fraga
On Tue, 23 Feb 2010 17:05:45 -0700, "Eric Schulte" wrote: > > Eric S Fraga writes: > > [...] > > > > I have narrowed down what causes the problem although I don't > > understand why (I haven't had any time to look at the elisp code). > > Basically, the problem with Johan's initial table was th