[O] [ANN] orgbox: Mailbox-like task scheduling in org-agenda.

2014-03-20 Thread Yasuhito Takamiya
Hello all, For your information, to anyone interested in GTD and org-mode, I am developing a tiny tool for org-mode to schedule your agenda tasks easily like Mailbox iPhone app (http://www.mailboxapp.com/). https://github.com/yasuhito/orgbox (This is already available on MELPA.) Usage: - Open

Re: [O] Out of Order Evaluation

2014-03-20 Thread Charles Berry
Andreas Leha med.uni-goettingen.de> writes: > > Hi Michael, > > Michael Weylandt gmail.com> writes: > > > Hi, > > > > I want to put a summary of my analysis at the beginning of a document > > using results calculated at the end of the document. Is this possible? [snip] > > > > Is this poss

Re: [O] orgtble and flyspell interaction causing mem exhaustion error?

2014-03-20 Thread Charles Millar
Hi Bastien, Bastien wrote: Hi Charles, Charles Millar writes: I have had the same problem on Vista. On my system it started about six to eight weeks ago. As I recall, a couple of times I attempted to create an org-table from a tab separated Excel spreadsheet using C-c |. The first bar appear

[O] Relative Remote Reference (column->row)

2014-03-20 Thread Volker Strobel
Hi there, I'm trying to refer to the row number of a remote table, using the current column number shifted by one. Remote Table: #+NAME: my-table | Header1 | Header2 | |-+-| | a |23 | | b |7| | c |13 | | d |66 | | e |5|

Re: [O] Out of Order Evaluation

2014-03-20 Thread Andreas Leha
Hi Michael, Michael Weylandt writes: > Hi, > > I want to put a summary of my analysis at the beginning of a document > using results calculated at the end of the document. Is this possible? > > #= > #+TITLE: Test > #+AUTHOR: Michael Weylandt > #+PROPERTY: header-args:R :session *__R__*

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-20 Thread Bastien
Hi Samuel, Samuel Wales writes: > my strong intuition says that it calls for a global solution rather > than patching each one as it comes up. There is this bug report I made recently: http://comments.gmane.org/gmane.emacs.bugs/83721 I would love to have this fixed for Emacs 24.4, not sure I'l

[O] Out of Order Evaluation

2014-03-20 Thread Michael Weylandt
Hi, I want to put a summary of my analysis at the beginning of a document using results calculated at the end of the document. Is this possible? #= #+TITLE: Test #+AUTHOR: Michael Weylandt #+PROPERTY: header-args:R :session *__R__* :exports both * Summary The mean result was src_R[:ex

Re: [O] orgtble and flyspell interaction causing mem exhaustion error?

2014-03-20 Thread Bastien
Hi Charles, Charles Millar writes: > I have had the same problem on Vista. On my system it started about > six to eight weeks ago. As I recall, a couple of times I attempted to > create an org-table from a tab separated Excel spreadsheet using C-c > |. The first bar appeared and emacs froze. is

Re: [O] Radio targets with mixed capitalisation do not work in HTML export

2014-03-20 Thread Bastien
Hi Nicolas, Bastien writes: > Can you make the change (ie. radio-link is a link with a description, > the description being its parsed path)? If so, do you want me to make > the change in the backends or do you want to take care of this too? I see you reverted related commits -- are you on thi

Re: [O] special table from clock

2014-03-20 Thread Bastien
Hi Martin, Martin writes: > Where do I find the contrib/ repository? ~$ git clone git://orgmode.org/org-mode.git ~$ cd org-mode/contrib/ or http://orgmode.org/org-8.2.5h.zip, unzip, and open the* contrib/ directory. > So what I think now is, I'd like to get some elisp functions which can > pa

Re: [O] preview and default class [8.2.5h (release_8.2.5h-677-g55b0a3 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-03-20 Thread Bastien
Nicolas Richard writes: > Indeed there usually is some difference between C (magit) and C-x 4 a. I > will have a look and report it when I get a chance. That'd be great, thanks, -- Bastien

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-20 Thread Samuel Wales
i will try to do so. i have been writing a long bug report on it for years. from memory, going from magit does this type of thing, as do query replace, isearch, and a few other things. they all cause this type of bug. my strong intuition says that it calls for a global solution rather than patc

Re: [O] Verify Org-mode syntax

2014-03-20 Thread Nicolas Goaziou
Hello, Karl Voit writes: > Currently, I do have some issues like [1] which sometimes cause "loss > of data" [2] and multiple times a day(!) my Emacs enters some endless > loop so that I have to kill it [3]. Very annoying and frustrating. > > Therefore, I've got the feeling that at least some iss

[O] bug#17040: 24.3.50; Emacs + Org mode hangs

2014-03-20 Thread Sebastien Vauban
Eli Zaretskii wrote: >> From: Sebastien Vauban >> Cc: 17...@debbugs.gnu.org >> Date: Thu, 20 Mar 2014 11:30:28 +0100 >> >> > What we need is names of some Lisp functions, preferably from Org, >> > that we could then examine in order to look for potential infloops. >> > That's impossible without L

[O] bug#17040: 24.3.50; Emacs + Org mode hangs

2014-03-20 Thread Eli Zaretskii
> From: Sebastien Vauban > Cc: 17...@debbugs.gnu.org > Date: Thu, 20 Mar 2014 11:30:28 +0100 > > > What we need is names of some Lisp functions, preferably from Org, > > that we could then examine in order to look for potential infloops. > > That's impossible without Lisp backtrace. To get that,

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-20 Thread Bastien
Hi Matt and all, thanks a lot for the detailed investigation -- I revisited the related problems and applied a fix. Please let me know if you encoutner some glitches. All best, -- Bastien

Re: [O] Bug: shift-enter in org tables leaves cursor in wrong position [8.2.5h (8.2.5h-6-g8e1386-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20140203/)]

2014-03-20 Thread Michael Brand
Hi Bastien On Thu, Mar 20, 2014 at 3:15 PM, Bastien wrote: > I fixed this again in maint, please let me know if it's now okay for > you. Thanks, Yes, also release_8.2.5h-809-g61d still solves my use case with literal links in a table, thank you. I tested only GNU Emacs and can not tell for

[O] bug#17040: 24.3.50; Emacs + Org mode hangs

2014-03-20 Thread Sebastien Vauban
Juanma Barranquero wrote: > On Wed, Mar 19, 2014 at 3:57 PM, Sebastien Vauban > wrote: > >> I've had 5 infloops of Emacs, not less. > > Where you in the minibuffer? Lately I've had a couple of weird > infloops apparently related to completion. Honestly, I don't remember. But, for sure, I wasn't i

[O] bug#17040: 24.3.50; Emacs + Org mode hangs

2014-03-20 Thread Juanma Barranquero
On Wed, Mar 19, 2014 at 3:57 PM, Sebastien Vauban wrote: > I've had 5 infloops of Emacs, not less. Where you in the minibuffer? Lately I've had a couple of weird infloops apparently related to completion.

Re: [O] Namespace problem org-mode / Clojure

2014-03-20 Thread Volker Strobel
A belated, but very big thanks to both of you! It works perfectly now :) Best, Volker On Thu, Mar 13, 2014 at 4:18 PM, Bastien wrote: > Hi, > > Soapy Smith writes: > > > I installed the update and ran Volker's test code. It works! The > > namespace is preserved from block-to-block. Thank y

Re: [O] special table from clock

2014-03-20 Thread Martin
Bastien writes: > Hi Martin, > > > One quick idea is to use properties and to look at org-collector.el > from the contrib/ repository. Where do I find the contrib/ repository? > What is not clear is whether you are confortable with writing Elisp. > If you are, then starting from org-collector.e

[O] Verify Org-mode syntax

2014-03-20 Thread Karl Voit
Hi! Is there a method to verify Org-mode files? Currently, I do have some issues like [1] which sometimes cause "loss of data" [2] and multiple times a day(!) my Emacs enters some endless loop so that I have to kill it [3]. Very annoying and frustrating. Therefore, I've got the feeling that at l

Re: [O] following org links to gnus messages and window management

2014-03-20 Thread Alan Schmitt
Hi Eric, Eric Abrahamsen writes: > I have a setup that's probably more complicated than what you want, but > maybe you'll find something interesting in it. The problem is, you need > to somehow specify when or under what conditions you do away with the > opened windows and return to your org fil

Re: [O] Bug: shift-enter in org tables leaves cursor in wrong position [8.2.5h (8.2.5h-6-g8e1386-elpa @ /cygdrive/c/Users/jason/.emacs.d/elpa/org-20140203/)]

2014-03-20 Thread Bastien
Hi Michael, I fixed this again in maint, please let me know if it's now okay for you. Thanks, -- Bastien

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-20 Thread Fabrice Niessen
Nicolas Goaziou wrote: > Eli Zaretskii writes: > >> Thanks. So this looks like a problem with Org Mode. In particular, >> org-element-inline-babel-call-successor takes a lot of time in this >> case. That function traverses the buffer from top to bottom: >> >> (while (search-forward "call_

Re: [O] [PATCH] Write org variables into own R environment instead of .GlobalEnv

2014-03-20 Thread Rainer M Krug
Bastien writes: > Rainer M Krug writes: > >> OK - I'll let you know when I hear something. > > We should both hear about it. > > Please ping me if you don't hear anything in a month, > I'll then ask again to the FSF copyright clerk. I'll do - thanks. > > Also, the formatting of the Changel

Re: [O] preview and default class [8.2.5h (release_8.2.5h-677-g55b0a3 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-03-20 Thread Nicolas Richard
Le 20/03/2014 11:55, Bastien a écrit : > Hi Nicolas, > > Nicolas Richard writes: > >> Here's a patch. I can commit it if you like, but I don't want to do so >> without some review (it's not as trivial a change as moving the >> corresponding footnote to the other section). > > I can't apply the

Re: [O] [PATCH] Write org variables into own R environment instead of .GlobalEnv

2014-03-20 Thread Bastien
Rainer M Krug writes: > OK - I'll let you know when I hear something. We should both hear about it. Please ping me if you don't hear anything in a month, I'll then ask again to the FSF copyright clerk. Also, the formatting of the Changelog entry is not correct, please carefully read

Re: [O] [PATCH] Write org variables into own R environment instead of .GlobalEnv

2014-03-20 Thread Rainer M Krug
Bastien writes: > Hi Rainer, > > Rainer M Krug writes: > >> I mailed them on Tuesday, using the form >> [[http://orgmode.org/request-assign-future.txt]] but did not get a >> response. > > This usually take 4-6 weeks, so let's be patient. OK - I'll let you know when I hear something. > >>> Also

[O] [PATCH] Write org variables into own R environment

2014-03-20 Thread Rainer M Krug
* lisp/ob-R.el (org-babel-expand-body:R): Create empty environment called `org' in R before adding variables and afterwards lock it and add it to the R search path. (org-babel-variable-assignments:R): Assign variables into own `org' environment in R instead of .GlobalEnv These patch imple

Re: [O] preview and default class [8.2.5h (release_8.2.5h-677-g55b0a3 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-03-20 Thread Bastien
Hi Nicolas, Nicolas Richard writes: > Here's a patch. I can commit it if you like, but I don't want to do so > without some review (it's not as trivial a change as moving the > corresponding footnote to the other section). I can't apply the patch, either on maint or on master, but by reading it

[O] bug#17040: 24.3.50; Emacs + Org mode hangs

2014-03-20 Thread Sebastien Vauban
Eli Zaretskii wrote: >> From: Sebastien Vauban >> Date: Wed, 19 Mar 2014 15:57:36 +0100 >> >> Anyway, here's the backtrace I got: > > Thanks for the effort, but as I said several times, such backtraces > are not useful without the Lisp backtrace part. All I can say from > this backtrace is that

Re: [O] [PATCH] Write org variables into own R environment instead of .GlobalEnv

2014-03-20 Thread Bastien
Hi Rainer, Rainer M Krug writes: > I mailed them on Tuesday, using the form > [[http://orgmode.org/request-assign-future.txt]] but did not get a > response. This usually take 4-6 weeks, so let's be patient. >> Also, the formatting of the Changelog entry is not correct, >> please carefully read

Re: [O] [PATCH] Write org variables into own R environment instead of .GlobalEnv

2014-03-20 Thread Rainer M Krug
Bastien writes: > Hi Rainer, > > did you sign the FSF papers? We need this before considering applying > the patch. I mailed them on Tuesday, using the form [[http://orgmode.org/request-assign-future.txt]] but did not get a response. > Also, the formatting of the Changelog entry is not corre

Re: [O] [BABEL] BUG Re: Omitting try/catch blocks from tangled R code?

2014-03-20 Thread Rainer M Krug
Eric Schulte writes: > Charles Berry writes: > >> John Hendy gmail.com> writes: >> >> [deleted] >>> > >>> > I think the default behavior should be reverted, as tangling and >>> > exporting are two different things. When I tangle, I want to see the >>> > code blocks as they are in the org docume

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-20 Thread Bastien
Hi Alexey, Alexey Lebedeff writes: > Links [[without description]] will be missing from output, "\\3" > should be more like (lambda (match) (or (match-string 3 match) > (match-string 1 match))) Indeed, sorry I've overlooked this and thanks for the solution! Fixed now, -- Bastien

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-20 Thread Alexey Lebedeff
Hi Bastien, 2014-03-19 13:50 GMT+04:00 Bastien : >> But I don't want do disable linking agenda clocktable row to the >> original heading, it's very convenient. I just want it to look pretty, >> but the thing from the screenshot looks really ugly. Patch affects >> execution only when :link is true.

Re: [O] Navigating from agenda causes incorrect expansion of children

2014-03-20 Thread Bastien
Hi Samuel, Samuel Wales writes: > unfortunately, that is not a global solution as there are various > other places where the same behavior occurs. Please report them when you have time and when you're sure this is not the intended behavior. Thanks, -- Bastien