Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-02 Thread Sven Bretfeld
Mark Elston m_els...@comcast.net writes: I don't know about the current state of MobileOrg and its implementation details but I would look at the two sl4a methods: startActivity, and startActivityForResult. Yea, I've tried that already.

Re: [Orgmode] Help: Updating my org-mode repository which lies in

2010-12-02 Thread Sunny Srivastava
thank you Surayu! On Wed, Dec 1, 2010 at 6:15 PM, suvayu ali fatkasuvayu+li...@gmail.comfatkasuvayu%2bli...@gmail.com wrote: On Wed, Dec 1, 2010 at 10:42 PM, Sunny Srivastava research.b...@gmail.com wrote: $ git pull make clean make make doc make install Yes, that should be all

[Orgmode] Can't close Emacs+org-mode if /tmp and /home on different partitions

2010-12-02 Thread Antti Kaihola
I have /tmp on my root partition and a separate partition for /home. When trying to close an Emacs session which is using org-mode, I get this error: move-file-to-trash: Non-regular file: Is a directory, /tmp/babel-XXX (where XXX are random characters). I tracked down the problem to

Re: [Orgmode] Re: Having (too) many files in org-agenda-files

2010-12-02 Thread Eric S Fraga
Nick Dokos nicholas.do...@hp.com writes: Eric S Fraga e.fr...@ucl.ac.uk wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] Anyway, I now do have found the culprit: the =column-marker= package (which highlights my columns 78, 79 and 80 of text), loaded in my .emacs file

[Orgmode] [org-babel-R] Help: In converting an .org file to pdf, do I need to re-run the R code even if I ran them previously?

2010-12-02 Thread Sunny Srivastava
Hello Org-moders: I am trying to use org-mode, instead of Sweave, to write a report for a statistical analysis. During the process of writing, I prefer to export the org file to pdf to see the output (for sanity check). However, every time I do this, I get a question in minibuffer to choose if I

[Orgmode] Re: [Babel] No output returned if just one command is failing

2010-12-02 Thread Dan Davison
Hi Seb, I definitely have some sympathy with your request. On two occasions I've had to manually make this change just to carry on working. The change I made is straightforward if you need it as a temporary hack: --8---cut here---start-8--- diff --git

[Orgmode] [Accepted] [Orgmode,2/4] org-habit: Use org-today.

2010-12-02 Thread Carsten Dominik
Patch 418 (http://patchwork.newartisans.com/patch/418/) is now Accepted. Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C1291040314-1884-2-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: Content-Type:

[Orgmode] [Accepted] [Orgmode,3/4] org-capture: use org-today

2010-12-02 Thread Carsten Dominik
Patch 419 (http://patchwork.newartisans.com/patch/419/) is now Accepted. Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C1291040314-1884-3-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: Content-Type:

[Orgmode] [Accepted] [Orgmode, 4/4] org: use org-today in habits auto repeat

2010-12-02 Thread Carsten Dominik
Patch 417 (http://patchwork.newartisans.com/patch/417/) is now Accepted. Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C1291040314-1884-4-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: Content-Type:

[Orgmode] Bug: M-return on list items in quote blocks

2010-12-02 Thread Christian Moe
Hi, Within quote blocks, M-return on a list item does not insert a new list item, as expected, but a heading at the same level as the previous heading. Example: - * A heading Pressing M-return in the following list inserts a new list item. - Item A - Item B Pressing M-return in

[Orgmode] [Accepted] [Orgmode, 1/4] Rename org-agenda-today to org-today.

2010-12-02 Thread Carsten Dominik
Patch 416 (http://patchwork.newartisans.com/patch/416/) is now Accepted. Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C1291040314-1884-1-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: Content-Type:

Re: [Orgmode] Re: Babel, Python and UTF-8

2010-12-02 Thread Eric Schulte
Hi, I've just pushed up a new prefix header argument. This header argument only has meaning for python code blocks (since it is tied into evaluation each language would have to handle it separately). This is only used during external evaluation (i.e. not when :session is specified) and the

[Orgmode] Re: [Babel] No output returned if just one command is failing

2010-12-02 Thread Sébastien Vauban
Hi Eric, Sébastien Vauban wrote: Eric Schulte wrote: I don't forsee adding partial results insertion both because - it would add a good deal of complexity to the code to insert results part-way through a run I can't comment on this, of course. - the current behavior of only inserting

[Orgmode] spreadsheet sum a column

2010-12-02 Thread Antony
Hi I have a simple need (from a requirement description point). I have table like | foo | amount | |---+| | |5 | | hello |100 | | again |200 | | once more |300 | | || | || I need to be able sum those

Re: [Orgmode] Bug: M-return on list items in quote blocks

2010-12-02 Thread Thomas S. Dye
Aloha all, On Dec 2, 2010, at 12:08 AM, Christian Moe wrote: Hi, Within quote blocks, M-return on a list item does not insert a new list item, as expected, but a heading at the same level as the previous heading. Example: - * A heading Pressing M-return in the following list

[Orgmode] Re: [Babel] Reporting 2 problems of code execution

2010-12-02 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: You're right that could be it. I often forget about adding that setting, even though it's more or less mandatory for the sh blocks -- at least, in many sh blocks I write... You can specify this as the default

[Orgmode] Re: Babel, Python and UTF-8

2010-12-02 Thread Sébastien Vauban
Hi Vincent and Eric, Vincent Beffara wrote: I would suggest just trying it out first and seeing if you get an error without such a line. Well, I do, that's why I'm asking ;-) Also, you could try adding the line to the beginning of your code block. I tried like this : #+begin_src python

[Orgmode] Re: [Babel] No output returned if just one command is failing

2010-12-02 Thread Eric Schulte
Hi, You both make good points in favor of this behavior, and I had no idea this would be as easy as Dan's patch below, I was thinking that some sort of intermediate results return would be required. I would be open to either of Dan's suggested changes 1. return partial results for :results

[Orgmode] Re: Having (too) many files in org-agenda-files

2010-12-02 Thread Sébastien Vauban
Hi Jeff and Eric, Jeff Horn wrote: Though, such a capability being really nice, do you know some replacement for this? Pardon the noise if this has an obvious answer... but why not just use auto-fill with a column set to 80 instead of the highlighting? Is it because sometimes you want to

[Orgmode] [babel] Enabling language mode for plantuml?

2010-12-02 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would like to be able to edit code blocks of plantuml via C-', but I get the message No such language mode: plantuml-mode Is there an easy way of defining this new language mode, so that I can edit it via C-'? I don't need syntax highlighting

[Orgmode] Re: Babel, Python and UTF-8

2010-12-02 Thread Sébastien Vauban
Hi Vincent and Eric, Vincent Beffara wrote: I would suggest just trying it out first and seeing if you get an error without such a line. Well, I do, that's why I'm asking ;-) Also, you could try adding the line to the beginning of your code block. I tried like this : #+begin_src python

[Orgmode] Re: Having (too) many files in org-agenda-files

2010-12-02 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: Nick Dokos nicholas.do...@hp.com writes: Eric S Fraga e.fr...@ucl.ac.uk wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Anyway, I now do have found the culprit: the =column-marker= package (which highlights my columns 78, 79 and 80 of text), loaded

[Orgmode] Re: [Babel] No output returned if just one command is failing

2010-12-02 Thread Sébastien Vauban
Hi Eric and Dan, Dan Davison wrote: Sébastien Vauban wrote: Eric Schulte wrote: I don't forsee adding partial results insertion both because - it would add a good deal of complexity to the code to insert results part-way through a run I can't comment on this, of course. - the current

Re: [Orgmode] [org-babel-R] Help: In converting an .org file to pdf, do I need to re-run the R code even if I ran them previously?

2010-12-02 Thread Thomas S. Dye
Aloha Sunny, On Dec 1, 2010, at 11:05 PM, Sunny Srivastava wrote: Hello Org-moders: I am trying to use org-mode, instead of Sweave, to write a report for a statistical analysis. During the process of writing, I prefer to export the org file to pdf to see the output (for sanity check).

[Orgmode] Re: Babel, Python and UTF-8

2010-12-02 Thread Vincent Beffara
#+begin_src python # -*- coding: utf-8 -*- s = é #+end_src I'm not sure to understand your problem. In fact, the problem is not about inserting a prefix to the block, it's about the coding system itself, I guess. Your é in your Org buffer, how is it encoded? Is your Org buffer an

[Orgmode] Re: Babel, Python and UTF-8

2010-12-02 Thread Vincent Beffara
Hi, I've just pushed up a new prefix header argument. Fantastic ! It works exactly as needed. Thanks a lot ! This header argument only has meaning for python code blocks (since it is tied into evaluation each language would have to handle it separately). That's fine, most cases can

[Orgmode] Re: spreadsheet sum a column

2010-12-02 Thread Detlef Steuer
On Thu, 02 Dec 2010 02:29:56 -0800 Antony lisp.li...@gmail.com wrote: Hi I have a simple need (from a requirement description point). I have table like | foo | amount | |---+| | |5 | | hello |100 | | again |200 | | once more |

Re: [Orgmode] spreadsheet sum a column

2010-12-02 Thread Michael Brand
On Thu, Dec 2, 2010 at 11:29, Antony lisp.li...@gmail.com wrote: I have table like | foo       | amount | |---+| |           |    5 | | hello     |    100 | | again     |    200 | | once more |    300 | |           |        | |           |        | I need to be able sum

[Orgmode] Re: Babel, Python and UTF-8

2010-12-02 Thread Dan Davison
Eric Schulte schulte.e...@gmail.com writes: Hi, I've just pushed up a new prefix header argument. preamble might be a better name? or header? prefix makes me think of adding a string onto the front of a string[1]; preamble and header are used by e.g. latex to refer to prelimary lines at the

[Orgmode] Visual indication on unscheduled TODOs

2010-12-02 Thread Martin Svenson
Hi (this is my first post), I'm trying to get a visual hint that a certain TODO is unscheduled, so that I can immediately see this when I go through the outline during regular reviews. My first strategy was to try and add a font-lock hook to achieve this multiline font-lock behaviour: See

Re: [Orgmode] org-mac-protocol/org-protocol-capture

2010-12-02 Thread Timothy Brown
On Mon, 29 Nov 2010 09:09 +0100, Konrad Hinsen konrad.hin...@fastmail.net wrote: On 29 Nov 2010, at 06:04, Timothy Brown wrote: Has anyone done any hacking or changes to get a working setup using the capture mechanic in org-mode 7.01 to work with org-mac-protocol[1] by claviclaws?

[Orgmode] Re: [Babel] No output returned if just one command is failing

2010-12-02 Thread Dan Davison
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Eric and Dan, Dan Davison wrote: Sébastien Vauban wrote: Eric Schulte wrote: I don't forsee adding partial results insertion both because - it would add a good deal of complexity to the code to insert

[Orgmode] Re: moving in the agenda view is slow: solved!

2010-12-02 Thread Eric S Fraga
Rainer Stengele rainer.steng...@diplan.de writes: [...] 1. smooth-scolling.el (from http://www.emacswiki.org/emacs/SmoothScrolling) I don't use anything like this, but... [...] 2. (add-hook 'org-agenda-mode-hook 'hl-line-mode) this I do have! If I encounter the slowness again, I'll

[Orgmode] Re: moving in the agenda view is slow: solved!

2010-12-02 Thread Carsten Dominik
On Dec 1, 2010, at 4:11 PM, Rainer Stengele wrote: Am 29.11.2010 17:15, schrieb Sébastien Vauban: Hi Rainer, Rainer Stengele wrote: after disabling the showing of the outline path in agenda views: line-move 430 0.189000

[Orgmode] ID property for top-of-file?

2010-12-02 Thread Nathan Neff
I like the org-id-goto function and use it all the time. I use org-id to jump to my refile.org file, but I always need to create a headline to store the ID property. I tried putting #+ID: foo property at the top of the file, but the org-id-goto function couldn't find foo unless I put it under a

Re: [Orgmode] [org-babel-R] Help: In converting an .org file to pdf, do I need to re-run the R code even if I ran them previously?

2010-12-02 Thread Sunny Srivastava
Thank you Thomas. On Thu, Dec 2, 2010 at 10:33 AM, Thomas S. Dye t...@tsdye.com wrote: Aloha Sunny, On Dec 1, 2010, at 11:05 PM, Sunny Srivastava wrote: Hello Org-moders: I am trying to use org-mode, instead of Sweave, to write a report for a statistical analysis. During the process of

Re: [Orgmode] Org-mode Code Blocks Manuscript: Request For Comments

2010-12-02 Thread Jeff Horn
This made my afternoon. I'm sure I'll be spending the next hour deep in the paper. Thanks for sharing! Jeff On Thu, Dec 2, 2010 at 2:28 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi, Dan Davison, Tom Dye, Carsten Dominik and myself have been working on a paper introducing Org-mode's code

[Orgmode] Re: Babel, Python and UTF-8

2010-12-02 Thread Eric Schulte
Dan Davison dandavis...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: Hi, I've just pushed up a new prefix header argument. preamble might be a better name? or header? prefix makes me think of adding a string onto the front of a string[1]; Absolutely, prefix was just the

Re: [Orgmode] Re: [Babel] Reporting 2 problems of code execution

2010-12-02 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: You're right that could be it. I often forget about adding that setting, even though it's more or less mandatory for the sh blocks -- at least, in many sh

Re: [Orgmode] [babel] Enabling language mode for plantuml?

2010-12-02 Thread Eric Schulte
Hi Rainer, Try something like the following #+begin_src emacs-lisp (add-to-list 'org-src-lang-modes '(plantuml . fundamental)) #+end_src Perhaps the above code should be part of the ob-plantuml.el file. Best -- Eric Rainer M Krug r.m.k...@gmail.com writes: Hi I would like to be able to

[Orgmode] Re: Babel, Python and UTF-8

2010-12-02 Thread Sébastien Vauban
Hi Eric and Dan, Eric Schulte wrote: Dan Davison dandavis...@gmail.com writes: Eric Schulte schulte.e...@gmail.com writes: I've just pushed up a new prefix header argument. preamble might be a better name? or header? prefix makes me think of adding a string onto the front of a string[1];

[Orgmode] Re: org-indent mode not indenting free text?

2010-12-02 Thread Achim Gratz
Antti Kaihola akaih...@gmail.com writes: I did a git bisect with this result: 95bb16661b22ce83326f13304ed4ad690cc03eba is the first bad commit commit 95bb16661b22ce83326f13304ed4ad690cc03eba Author: Achim Gratz strom...@nexgo.de Date: Fri Nov 19 01:37:01 2010 + Fix byte compiler

[Orgmode] Re: [Babel] No output returned if just one command is failing

2010-12-02 Thread Sébastien Vauban
Hi Dan and Eric, Dan Davison wrote: Sébastien Vauban writes: Dan Davison wrote: Sébastien Vauban wrote: Eric Schulte wrote: I don't forsee adding partial results insertion both because - it would add a good deal of complexity to the code to insert results part-way through a run I

Re: [Orgmode] org-indent mode not indenting free text?

2010-12-02 Thread Erik Iverson
I also don't understand the following part of Antti's message: Free text is still not indented and indents are only one space. That seems contradictory to me? --Erik Erik Iverson wrote: Carsten, Not as far as I can tell, it seemed fixed to me after David's message:

[Orgmode] Re: [Babel] No output returned if just one command is failing

2010-12-02 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: You both make good points in favor of this behavior, and I had no idea this would be as easy as Dan's patch below, I was thinking that some sort of intermediate results return would be required. I would be open to either of Dan's suggested changes 1. return

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-02 Thread Matthew Jones
Mark, you are exactly right about this... I made some good progress on it last night, I will reply to this thread once I have something concrete. Would love to get you guys to test and earlier version of it before I release it to the market with that change. http://matburt.net On Thu, Dec 2,

Re: [Orgmode] org-indent mode not indenting free text?

2010-12-02 Thread Carsten Dominik
Hi Erik, On Dec 2, 2010, at 9:29 PM, Erik Iverson wrote: Carsten, Not as far as I can tell, it seemed fixed to me after David's message: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg33781.html Thanks for your reply. It is working here as well, so I also do not know why there are

[Orgmode] latex export: forcing a page break

2010-12-02 Thread sergio_101
i would like to use org-mode as a makeshift cook book. i get asked for recipes all the time. i figure if i keep a cookbook updated all the time, i can just forward people a pdf file that has everything in it and is updated all the time.. my only hitch.. i would like once recipe per page. how

Re: [Orgmode] latex export: forcing a page break

2010-12-02 Thread suvayu ali
On Thu, Dec 2, 2010 at 10:32 PM, sergio_101 sergio@gmail.com wrote: i would like to use org-mode as a makeshift cook book. i get asked for recipes all the time. i figure if i keep a cookbook updated all the time, i can just forward people a pdf file that has everything in it and is

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-02 Thread Mark Elston
Looking forward to it Matthew. Thanks for the hard work. Mark On 12/2/2010 12:41 PM, Matthew Jones wrote: Mark, you are exactly right about this... I made some good progress on it last night, I will reply to this thread once I have something concrete. Would love to get you guys to test and

[Orgmode] Texi2dvi: forcing a recompile?

2010-12-02 Thread Jeff Horn
Just a heads up: it looks like using texi2dvi for org-latex-to-pdf-process will not recompile a tex file in certain cases. I have different output and source directories, and when I publish a changed org file, texi2dvi appears to not process a tex file when the pdf is already in the output

[Orgmode] [bug] [babel] executing code block overwrites subsequent heading

2010-12-02 Thread Eric S Fraga
Hello, suddenly, there seems to be a rather strange bug in the insertion of babel code block results into the org file. Attached are two files: =examplebug.org= which has a simple octave code block *before* the code block is executed and =examplebugafter.org= which is what the file looks like

Re: [Orgmode] Org-mode Code Blocks Manuscript: Request For Comments

2010-12-02 Thread Thomas S. Dye
Hi Eric, On Dec 2, 2010, at 1:13 PM, Eric S Fraga wrote: Eric Schulte schulte.e...@gmail.com writes: Hi, Dan Davison, Tom Dye, Carsten Dominik and myself have been working on a paper introducing Org-mode's code block functionality. We plan to submit this paper to the Journal of

[Orgmode] Re: [PATCH] org-agenda: rework ndays and span handling

2010-12-02 Thread Bernt Hansen
Julien Danjou jul...@danjou.info writes: On Wed, Dec 01 2010, Eric S Fraga wrote: Mostly works fine but there is one problem I have encountered. If you change your view (mine defaults to day so I sometimes switch to week view), you can go forward and backward as expected. However, if you

[Orgmode] Column view and subtask overview interaction

2010-12-02 Thread James Deaton
I'm running a pull from yesterday and have noticed something a bit strange. I haven't been using column view with a subtask overview until today so I do not know if this particular usage had been working. I have a simple list of tasks: ** Application Discovery [0/5] *** STARTED Service

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-12-02 Thread Matthew Jones
Alright guys, I've gotten this to work I've posted an early build of MobileOrg that supports this here: http://matburt.net/files/mobileorg-debug.apk basically, you need to emit the action: com.matburt.mobileorg.CAPTURE it takes an extra intent value called txtValue which will pre-populate

Re: [Orgmode] Org-mode Code Blocks Manuscript: Request For Comments

2010-12-02 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com wrote: Dan Davison, Tom Dye, Carsten Dominik and myself have been working on a paper introducing Org-mode's code block functionality. We plan to submit this paper to the Journal of Statistical Software. As both Org-mode and the code block functionality

[Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-02 Thread Detlef Steuer
Hi! I very much appreciate your article as a nice introduction to org-babel and its uses. As I'm going to introduce my colleagues into the nice world of org-babel giving a talk sometime next term I'll shamelessly steal from your work. (Of course giving attribution!) Some remarks: If you send