Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-10 Thread Eric Schulte
>> >> Yes, the order of precedence is >> >> system-level < buffer/subtree-level < language-level < >> code-block-level > > Then I'd say buffer level does NOT override system-level for some > reason. I believe you mean the buffer-level does not override the language-level. > I just re-built Emacs

[O] [OT] ELNODE is soon to be released as version 1.0

2012-08-10 Thread brian powell
* Some people have expressed interest in Elnode in the past: ELNODE is soon to be released as version 1.0 ** Video mentions Emacs OrgMode (and includes an example) and Node.js: http://www.youtube.com/embed/TR7DPvEi7Jg ** Elnode - the EmacsLisp Async Webserver @ version 0.9.9 Elnode is a webserve

Re: [O] :dir argument does not seem to be working

2012-08-10 Thread John Hendy
On Fri, Aug 10, 2012 at 3:13 PM, John Hendy wrote: > On Fri, Aug 10, 2012 at 3:05 PM, John Hendy wrote: >> Here's a hopefully reproducible example: >> >> -- >> >> * Test >> >> #+header: :dir C:/Users/username/Desktop :file test.png >> #+begin_src R :session R :results output graphics :exp

Re: [O] Org agenda and recent files list....

2012-08-10 Thread Robert Goldman
On 8/10/12 Aug 10 -2:21 AM, Bastien wrote: > Robert Goldman writes: > >> ;;;--- >> ;;; Agenda files shouldn't get entries in the recentf-list >> ;;;--- >

Re: [O] :dir argument does not seem to be working

2012-08-10 Thread John Hendy
On Fri, Aug 10, 2012 at 3:05 PM, John Hendy wrote: > Here's a hopefully reproducible example: > > -- > > * Test > > #+header: :dir C:/Users/username/Desktop :file test.png > #+begin_src R :session R :results output graphics :exports results > setwd("C:/Users/username/Documents") > x <- 1:1

[O] :dir argument does not seem to be working

2012-08-10 Thread John Hendy
Here's a hopefully reproducible example: -- * Test #+header: :dir C:/Users/username/Desktop :file test.png #+begin_src R :session R :results output graphics :exports results setwd("C:/Users/username/Documents") x <- 1:10 y <- x^2 plot(x,y) #+end_src -- I prefer to use R on Linu

Re: [O] [OT] Current website not very attractive

2012-08-10 Thread brian powell
* The site looks great as it is. ** Its supposed to be simple and simple-looking: *** Go to: http://orgmode.org => Read the top line: "Org: Your Life in Plain Text" *** Go to: http://doc.norang.ca/org-mode.html => Read the top line: "Org Mode - Organize Your Life In Plain Text!" * Simplicity

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-10 Thread Mikhail Titov
Eric Schulte writes: >> There is a wonderful post[1] on how to make S-RET to do handy things in >> ESS mode. However I often find myself working on several Org documents >> from different folders. >> >> It is quite inconvenient to change a directory in =*R*= buffer each >> time I work on differen

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-10 Thread Suvayu Ali
On Fri, Aug 10, 2012 at 06:43:18AM -1000, Thomas S. Dye wrote: > > Me too. Could the "losers" end up on Worg, too? I've often felt the > need for a good CSS tailored to Org mode and it would be sweet to have > more choices. > Well said Tom. The "losers" would a great addition for Worg. -- S

Re: [O] [OT] Current website not very attractive

2012-08-10 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hey guys, > > Didn't mean to start any kind of flame. > You did not. I didn't mean to either but my comment could be taken as inflammatory, hence my apology. > @Nick: I'm not a designer, more of a hybrid coder with some design > foundations, but I'm definitely

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-10 Thread Thomas S. Dye
John Hendy writes: > On Fri, Aug 10, 2012 at 2:05 AM, Bastien wrote: >> Hi all, >> >> Yes, we can improve the website. >> >> I suggest we organize a contest and vote for the design we want. > > I love this. No bike shedding. Build your own, paint it, and let the > votes speak for themselves :) >

Re: [O] [OT] Current website not very attractive

2012-08-10 Thread Marcelo de Moraes Serpa
Hey guys, Didn't mean to start any kind of flame. @Nick: I'm not a designer, more of a hybrid coder with some design foundations, but I'm definitely willing to help. I don't like the current layout because of it's overuse of shadows and its "web1"-style layout. Also, typography could use some imp

Re: [O] [Contest] Redesign orgmode.org by the end of august

2012-08-10 Thread Rémi Letot
Bastien writes: > Hi all, > > Yes, we can improve the website. > > I suggest we organize a contest and vote for the design we want. good idea, but maybe postpone the dates by one month so that people can get back from hollidays ? HTH, -- Rémi

Re: [O] [Orgmode] Re: contact management in org-mode?

2012-08-10 Thread Nick Dokos
Sriram Karra wrote: > On Fri, Aug 10, 2012 at 12:11 PM, Nick Dokos wrote: >   > > been a rather good experience. But my needs are simple, and depending on > the kind of phone integration you are looking for, bbdb might not be > enough. What exactly are you looking for? > > Nick, Wh

Re: [O] Using org-mode as day planner

2012-08-10 Thread Jonathan Leech-Pepin
Hi, On Fri, Aug 10, 2012 at 8:46 AM, John Hendy wrote: > On Fri, Aug 10, 2012 at 3:09 AM, Bastien wrote: >> Hi Jack, >> >> Jack Erwin writes: >> >>> So, a couple of questions: >>> >>> 1) Is this a sane approach? My elisp is average at best, and the >>> org-mode devs could probably think of a m

Re: [O] Using org-mode as day planner

2012-08-10 Thread John Hendy
On Fri, Aug 10, 2012 at 3:09 AM, Bastien wrote: > Hi Jack, > > Jack Erwin writes: > >> So, a couple of questions: >> >> 1) Is this a sane approach? My elisp is average at best, and the >> org-mode devs could probably think of a more graceful way to do this. > > I don't know. > > If I were you, I

Re: [O] [babel, ess] How can I make S-RET to be multi-session friendly?

2012-08-10 Thread Eric Schulte
Mikhail Titov writes: > Hello! > > There is a wonderful post[1] on how to make S-RET to do handy things in > ESS mode. However I often find myself working on several Org documents > from different folders. > > It is quite inconvenient to change a directory in =*R*= buffer each > time I work on di

Re: [O] [Contest] Redesign orgmode.org by the end of august (was: [OT] Current website not very attractive)

2012-08-10 Thread John Hendy
On Fri, Aug 10, 2012 at 2:05 AM, Bastien wrote: > Hi all, > > Yes, we can improve the website. > > I suggest we organize a contest and vote for the design we want. I love this. No bike shedding. Build your own, paint it, and let the votes speak for themselves :) John

Re: [O] Using org-mode as day planner

2012-08-10 Thread Charles Philip Chan
Charles Philip Chan writes: > The key here is really to take some time to set up your Agenda Views > and Capture Templates. Oops, forgot to mention tags. You should think about and setup your tags too. They are great for searching. Charles pgpnvVOisgRUL.pgp Description: PGP signature

Re: [O] Using org-mode as day planner

2012-08-10 Thread Charles Philip Chan
Jack Erwin writes: Hello Jack: > I am in the process of trying out org-mode after a long stint with > planner.el. The most obvious difference here is that planner.el uses > "day pages" that keep a running list of tasks versus the more dynamic > nature of org which collects them from a set of ar

Re: [O] [Orgmode] Re: contact management in org-mode?

2012-08-10 Thread Sriram Karra
On Fri, Aug 10, 2012 at 12:11 PM, Nick Dokos wrote: > been a rather good experience. But my needs are simple, and depending on > the kind of phone integration you are looking for, bbdb might not be > enough. What exactly are you looking for? > Nick, What is the kind of phone integration for whi

Re: [O] [PATCH] Translate refs to rc also in remote references

2012-08-10 Thread Jose E. Marchesi
> i.e. the old version was not converting the A0 coordinates to rc > coordinates. thanks a lot for the detailed explanations. I've just pushed a minimal fix for this: Great, thanks :) -- Jose E. Marchesi http://www.jemarch.net GNU Project http:/

Re: [O] possible org bug

2012-08-10 Thread Bastien
Hi Nick, Nick Dokos writes: > Re: the relative vs. absolute pathnames - David Maus had fixed a problem > with symlinks but was trying to avoid carrying the default directory > context. See this thread: > > http://thread.gmane.org/gmane.emacs.orgmode/40645 > > I just wanted to make sure that

Re: [O] Birthdays, org-contacts and agenda filters - a bug?

2012-08-10 Thread Bastien
Hi Simon, Simon Thum writes: > let me just try again. This should be fixed now, thanks for the detailed explanations. -- Bastien

Re: [O] my capture template generates a literal "%?"

2012-08-10 Thread Bastien
Hi, Nick Dokos writes: > D'oh^2: everything else is interpreted, so why not %? ? > > The problem seems to be in org-capture-place-plain-text: the insertion > of the text happens like this > > , > | ... > | (setq beg (point)) > | (insert txt) > | (org-capture-empty-lines-after

Re: [O] [PATCH] Translate refs to rc also in remote references

2012-08-10 Thread Bastien
Hi Jose, jema...@gnu.org (Jose E. Marchesi) writes: > i.e. the old version was not converting the A0 coordinates to rc > coordinates. thanks a lot for the detailed explanations. I've just pushed a minimal fix for this: diff --git a/lisp/org-table.el b/lisp/org-table.el index d8aba8b..b6bc54a 1

Re: [O] Latest version of Org-mode 7.8.3?

2012-08-10 Thread 'Mash (Thomas Herbert)
I asked a similar question earlier. I did though have to point to the lisp dir of org-mode git clone specifically and add the "org-install" line as mentioned. If you look at my question a few days ago there is no 7.8.3. 'Mash -- Sent from my Android phone with K-9 Mail. Please excuse my bre

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-10 Thread Bastien
Hi Michael, Michael Brand writes: > Maybe there are still some simplifications? Please try the attached patch and let me know if it works. If you're okay, I'll then apply it under your name. >From 757d415af6247ea85f260daaeeb9f143f41e6103 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fr

Re: [O] Using org-mode as day planner

2012-08-10 Thread Bastien
Hi Jack, Jack Erwin writes: > So, a couple of questions: > > 1) Is this a sane approach? My elisp is average at best, and the > org-mode devs could probably think of a more graceful way to do this. I don't know. If I were you, I would give Org a little more time before trying to make it behav

Re: [O] [PATCH] Fixes org-rmail-follow-link

2012-08-10 Thread Bastien
tftor...@tftorrey.com (T.F. Torrey) writes: > With creating links working in Rmail, now I see that following links > fails with the error "Message not found". > > The error comes from the use of the function widen in > org-rmail-follow-link. In an RMAIL buffer, the widen function only > widens to

Re: [O] The Quantified Shower

2012-08-10 Thread Bastien
Jambunathan K writes: > http://blog.stephenwolfram.com/2012/03/the-personal-analytics-of-my-life/ This one is quite outstanding -- thanks for the link! -- Bastien

Re: [O] [OT] LWN article on Easybook

2012-08-10 Thread Bastien
Aurélien Aptel writes: > Markdown is very similar to Org for basic outlining. I don't > understand how either one can require mental effort. I think the author consider "memory" to result from a "mental effort". Which is debatable -- but that you have to memorise Markdown markup more than Org'

Re: [O] Add the capture feature "%(sexp)" to org-feed

2012-08-10 Thread Bastien
Michael Brand writes: > Yes. This is useful in general for me, thank you for the hint. I > propose the attached patch for the already existing .dir-locals.el and > .dir-settings.el. Applied, thanks to you and Ivan. -- Bastien

Re: [O] Org agenda and recent files list....

2012-08-10 Thread Bastien
Robert Goldman writes: > ;;;--- > ;;; Agenda files shouldn't get entries in the recentf-list > ;;;--- Knowing about `recentf-exclude' will certainly hel

Re: [O] Org Build System (aka Makefile)

2012-08-10 Thread Bastien
Hi Achim, Achim Gratz writes: > I've just pushed a change to the Makefile to more easily allow > customization of compilation methods. See > > http://orgmode.org/worg/dev/org-build-system.html#sec-3-2-1 > > for what is available. Thanks for taking care of this page. Please make the default "m

[O] [Contest] Redesign orgmode.org by the end of august (was: [OT] Current website not very attractive)

2012-08-10 Thread Bastien
Hi all, Yes, we can improve the website. I suggest we organize a contest and vote for the design we want. Here are the rules: - The "new design" refers both to http://orgmode.org/ and to http://orgmode.org/worg/. - The new design will be applicable as a set of patches against the current g