Re: [O] fast navigation

2011-12-19 Thread Eric Abrahamsen
On Tue, Dec 20 2011, sergio wrote: > On 12/19/2011 05:49 AM, Eric Abrahamsen wrote: > >> The behavior I see is that I always need to start with a top-level >> heading. > Yes, but I'm talking another problem. > >> If you really can't go to b (a top level node), then something is messed >> up. > I c

Re: [O] Org website for Japanese

2011-12-19 Thread Torsten Wagner
どうもありがとうございました。 Torsten On 12/15/2011 11:29 AM, Yagnesh wrote: Takaaki ISHIKAWA writes: Dear all, I'm pleased to announce that Japanese translated Org website has been opened. http://orgmode.org/ja/ This looks cool. Thank you Ishikawa-san. Now I can recommend "org" to my friends. Tha

Re: [O] descriptions about org-cycle is separated

2011-12-19 Thread Bernt Hansen
Takaaki ISHIKAWA writes: > Descriptions about org-cycle is separated in the > Org manual, section 2.7. > > http://orgmode.org/manual/Plain-lists.html#Plain-lists > > Is there any reason for this? Not that I know of. They should probably be merged into a single entry. Regards, Bernt

Re: [O] [DEV] Package org-find-timestamps on worg

2011-12-19 Thread Bernt Hansen
Marc-Oliver Ihm writes: > There is probably some overlap here, but I do not see a way to find the > timstamps of CLOSED entries > with the agenda. So the agenda does not show what you have accomplished, only > what is still open. > > Another point are maybe inactive timestamps, which I use a lo

Re: [O] fast navigation

2011-12-19 Thread sergio
On 12/19/2011 05:49 AM, Eric Abrahamsen wrote: > The behavior I see is that I always need to start with a top-level > heading. Yes, but I'm talking another problem. > If you really can't go to b (a top level node), then something is messed > up. I can't goto b or it's children when cursor is on b

Re: [O] lisp error: "unbalanced begin/end_src blocks with #(\"#+BEGIN_SRC C"

2011-12-19 Thread Nick Dokos
Robert Lupton the Good wrote: > Running org-export-as-latex on: > > #+STARTUP: beamer > > #+LaTeX_CLASS: beamer > >=20 > > #+BEGIN_SRC C > > double tmp0 =3D yp[0]; > > #+END_SRC > > generates the following traceback. Adding a "* foo" line above the = > BEGIN_SRC avoids the problem. > Yup - Ro

[O] lisp error: "unbalanced begin/end_src blocks with #(\"#+BEGIN_SRC C"

2011-12-19 Thread Robert Lupton the Good
Running org-export-as-latex on: > #+STARTUP: beamer > #+LaTeX_CLASS: beamer > > #+BEGIN_SRC C > double tmp0 = yp[0]; > #+END_SRC generates the following traceback. Adding a "* foo" line above the BEGIN_SRC avoids the problem. Using org-mode from git; SHA1 0c09a9e7683c79c8525f87ccd1b7ba0255a94

Re: [O] [DEV] Package org-find-timestamps on worg

2011-12-19 Thread Marc-Oliver Ihm
Hi Marcelo, Am 19.12.2011 04:39, schrieb Marcelo de Moraes Serpa: Hey, sounds useful! Thank you ! I couldn't really use it though, I don't get this prompt: "Start date (or end):" Should I input the start or end date there? It shows twice, with the same prompt. > I think the prompt is

Re: [O] Org-babel / Clojure

2011-12-19 Thread Eric Schulte
Nathan Neff writes: > Hi, > > I'm trying to be able to run clojure from org-mode/babel, and I can't find > "swank-clojure" listed in the pacakges in my ELPA, as detailed in > these instructions: > > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html > > Can anyone help me alo

[O] Org-babel / Clojure

2011-12-19 Thread Nathan Neff
Hi, I'm trying to be able to run clojure from org-mode/babel, and I can't find "swank-clojure" listed in the pacakges in my ELPA, as detailed in these instructions: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html Can anyone help me along? Thanks, --Nate

Re: [O] [babel] noweb and results for ob-screen?

2011-12-19 Thread Torsten Wagner
Hmmm... I looked a bit into it and it seems screen can log the session into a file. org-mode could read the total number of lines of that file before executing a new block of the same session and add the number of line feeds for the executed source code block. Hence, we would know at which po