Re: [Orgmode] [babel] options to the example directive

2009-11-04 Thread Eric S Fraga
At Tue, 03 Nov 2009 13:57:22 -0700, Eric Schulte wrote: > > Dan Davison writes: > > > > > This is a consequence of the same issue: org-exp-blocks preprocesses > > your src block in a pre-export buffer (a copy of the original), hands it > > to org-babel, which creates the results block (overwriti

[Orgmode] minor documentation change suggestion

2009-11-04 Thread Eric S Fraga
Carsten et al., As always with org-mode, it does more than I could expect! I was writing some code to create org mode files which would have links to an external file. I wanted to link to a specific line number in that file so added "::NNN" (where NNN would be the line number) and thought I woul

Re: [Orgmode] [babel] demonstration mode-switching between code blocks

2009-11-04 Thread Adam Spiers
Torsten Wagner (torsten.wag...@gmail.com) wrote: > Hi everybody, > > Abstract: This is a very quick (and I assume very dirty) hack, how to switch > between org-mode and any other mode which you like to use in the source code > blocks. It is far from being addable to org-babel yet but might be a

[Orgmode] Bug in org-icalendar.el

2009-11-04 Thread Andrew Lawson
Hi all Just noticed an issue with a recent commit d51a8307 which defines org-icalendar-verify-function as nil but tests it using 'boundp. I'm using revision a7543733... The fix is: @@ -280,7 +280,7 @@ When COMBINE is non nil, add the category to each line." (while (re-search-forward re1

Re: [Orgmode] RSI

2009-11-04 Thread Adam Spiers
On Tue, Sep 01, 2009 at 01:22:13PM -0500, Keith Lancaster wrote: > Emacs can definitely lead to RSI - Richard Stallman, the creator, > developed it. > > I am quite prone to RSI, which led me to VIM due to its modal > operation (very few modifier key combos). I used VIM for quite a > while and did

Re: [Orgmode] Re: Subversion for backups?

2009-11-04 Thread Adam Spiers
On Thu, Aug 27, 2009 at 05:27:40PM +, Robert Goldman wrote: > FWIW, my feelings are the exact opposite of Matt's --- I find the added > complexity of having multiple repositories to manage and the general added > complexity of git quite unwelcome. > > If you are trying to keep multiple machine

Re: [Orgmode] suggestion: automatically recording entry creation date

2009-11-04 Thread Adam Spiers
On Tue, Nov 03, 2009 at 12:01:42AM +, Adam Spiers wrote: > This would be useful to me too. It would be valuable not just for > finding recently created ones, but for sorting any generated list of > entries by creation date. This would for example make it easier to > ensure that entries don't

Re: [Orgmode] Re: Subversion for backups?

2009-11-04 Thread Rick Moynihan
2009/11/4 Adam Spiers : > >> I would say that if (1) you generally are connected to the internet, with >> only >> minor intervals offline and (2) have access to a hosted svn repository (so >> you >> don't manage it yourself, and so that you can use the simple https protocol >> instead of fussing

[Orgmode] agenda: storing searches _really_

2009-11-04 Thread Christoph Groth
I'm using org 6.29c. To view all items tagged with :work: in my agenda I can type C-c a a (to view the current agenda) / TAB work RET (to restrict the display) Now I would like to get the same with typing C-c a w but I cannot figure out how to do that. I've RTFM and tried setting

[Orgmode] Automatic change of TODO

2009-11-04 Thread Alessandro Pacaccio
Hi! I've an outline like this: * Project A ** TODO Task A-1 [0/3] *** TODO Subtask A-1-a *** TODO Subtask A-1-b *** TODO Subtask A-1-c where level 1 heading is the name of a project, level 2 heading is a generic task broken into three level 3 headings. As suggested in section 5.5 of the manual,

[Orgmode] Re: RSI

2009-11-04 Thread Bill Powell
+++ Adam Spiers [04/11/09 11:22 +]: > On Tue, Sep 01, 2009 at 01:22:13PM -0500, Keith Lancaster wrote: > > Emacs can definitely lead to RSI - Richard Stallman, the creator, > > developed it. > > > > I am quite prone to RSI, which led me to VIM due to its modal > > operation (very few modifier

Re: [Orgmode] [babel] demonstration mode-switching between code blocks

2009-11-04 Thread Torsten Wagner
Hi Adam, Thanks for sharing. Just for reference, there are few major modes out > there implementing this kind of approach: > > http://www.emacswiki.org/emacs/MultipleModes > > For example I have used mmm-mode to good effect in the past, to > auto-switch between HTML and Perl: > > http://mmm-mod

Re: [Orgmode] Logging rescheduled tasks

2009-11-04 Thread Rick Moynihan
2009/11/4 Adam Spiers : > Rick Moynihan (rick.moyni...@gmail.com) wrote: >> Hi all, >> >> I'm wondering if anyone logs rescheduled tasks with org-mode...  As I >> find myself sometimes scheduling tasks for a future date, but then on >> the day not having the capacity to do them.  In these situation

[Orgmode] [babel] trimming tangled code

2009-11-04 Thread Martin G. Skjæveland
Hi all, I'm using org-babel to tangle XML documents. That works fine (thanks to help from Eric S. on this list yesterday), except it adds(?) space in the beginning (and end) of the output document and front of the xml declaration thus making an invalid XML document. Is it possible to trim thi

[Orgmode] Re: agenda: storing searches _really_

2009-11-04 Thread Bernt Hansen
Christoph Groth writes: > I'm using org 6.29c. To view all items tagged with :work: in my agenda > I can type > > C-c a a (to view the current agenda) > / TAB work RET (to restrict the display) > > > Now I would like to get the same with typing > > C-c a w > > but I cannot figure out

[Orgmode] Re: MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-04 Thread Bob Erb
Congratulations, Richard! You've done an excellent job. The app is beautiful, and the website is, too. - Bob ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/lis

[Orgmode] org-refile refiles items to active clock

2009-11-04 Thread Matt Lundin
Hi all, I updated to the most current git version of org this morning and am finding that org-refile simply moves items to currently clocked-in item (at least when that item is in the current file) without offering a prompt for targets. I have not changed anything in my org setup since yesterday,

Re: [Orgmode] MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-04 Thread Xin Shi
Hi Richard, Thanks for this app! Actually I get to know it's on AppStore by looking at your webpage, I've been checking that page after 10/18 :) I've installed on my iPod Touch and it works great! The only comment I have is about the documentation page. http://mobileorg.ncogni.to/doc/getting-s

Re: [Orgmode] Patch to fix bug where remember template dies w/ non-filename buffer name

2009-11-04 Thread Carsten Dominik
Applied, thanks. - Carsten On Nov 4, 2009, at 2:28 AM, Christopher Allan Webber wrote: Hi, So I ran into an annoying bug where if you have an orgmode remember template like: ("Test" ?e "* foo \n %^{Bar}p" "~/org/test.org" "Test") Currently, if either test.org is not open, or test.org

Re: [Orgmode] Re: org-show-effort ideas

2009-11-04 Thread Carsten Dominik
Hi Adam, On Nov 4, 2009, at 1:26 AM, Adam Spiers wrote: Benjamin Andresen (be...@in-ulm.de) wrote: Adam Spiers writes: I definitely did try it, and I just did another 'git pull' and tried again, and I still don't see it, so I guess we're talking about different things ;-) To clarify, I'm r

[Orgmode] Re: org-refile refiles items to active clock

2009-11-04 Thread Bernt Hansen
Matt Lundin writes: > I updated to the most current git version of org this morning and am > finding that org-refile simply moves items to currently clocked-in item > (at least when that item is in the current file) without offering a > prompt for targets. I have not changed anything in my org se

[Orgmode] texttt inside verbatim

2009-11-04 Thread Martin G. Skjæveland
Hi all, when I import the file --8<---cut here---start->8--- - | grandmother | = | sim:Jackeline | | sim:Mona | - --8<---cut here---end->8--- using the command #+INCLU

Re: [Orgmode] [babel] options to the example directive

2009-11-04 Thread Dan Davison
Eric S Fraga writes: > At Tue, 03 Nov 2009 13:57:22 -0700, > Eric Schulte wrote: >> >> Dan Davison writes: >> >> > >> > This is a consequence of the same issue: org-exp-blocks preprocesses >> > your src block in a pre-export buffer (a copy of the original), hands it >> > to org-babel, which cr

[Orgmode] [babel] Uses for :session buffers

2009-11-04 Thread Thomas S. Dye
Aloha all, I'm trying to comprehend the possibilities created by org-babel, and would like to draw on the experience of others if I could. I recently discovered the buffer created by :session. In my case, this is an R session that I am building to track the data collection phase of a res

Re: [Orgmode] [babel] Uses for :session buffers

2009-11-04 Thread Stephan Schmitt
Thomas S. Dye wrote: Aloha all, I'm trying to comprehend the possibilities created by org-babel, and would like to draw on the experience of others if I could. I recently discovered the buffer created by :session. In my case, this is an R session that I am building to track the data collec

Re: [Orgmode] [babel] Uses for :session buffers

2009-11-04 Thread Thomas S. Dye
On Nov 4, 2009, at 10:44 AM, Stephan Schmitt wrote: Thomas S. Dye wrote: Aloha all, I'm trying to comprehend the possibilities created by org-babel, and would like to draw on the experience of others if I could. I recently discovered the buffer created by :session. In my case, this is an

Re: [Orgmode] [babel] options to the example directive

2009-11-04 Thread Eric Schulte
Dan Davison writes: > Eric S Fraga writes: > >> At Tue, 03 Nov 2009 13:57:22 -0700, >> Eric Schulte wrote: >>> >>> Dan Davison writes: >>> >>> > >>> > This is a consequence of the same issue: org-exp-blocks preprocesses >>> > your src block in a pre-export buffer (a copy of the original), han

Re: [Orgmode] [babel] Uses for :session buffers

2009-11-04 Thread Dan Davison
Stephan Schmitt writes: > Thomas S. Dye wrote: >> Aloha all, >> >> I'm trying to comprehend the possibilities created by org-babel, and >> would like to draw on the experience of others if I could. >> >> I recently discovered the buffer created by :session. In my case, >> this is an R session th

Re: [Orgmode] [babel] demonstration mode-switching between code blocks

2009-11-04 Thread Eric Schulte
Torsten Wagner writes: > Hi Adam, > > Thanks for sharing.  Just for reference, there are few major modes out > there implementing this kind of approach: > >  http://www.emacswiki.org/emacs/MultipleModes > > For example I have used mmm-mode to good effect in the past, to >

[Orgmode] Org-mode version 6.32b; remember templates don't allow space

2009-11-04 Thread Brian Whitehead
Using v6.32b I can no longer use a space when typing the description in a remember template. I type `C-c r t` and am prompted for the description. If I attempt to type a space I get the messate '[No match]'. This worked fine with v6.21b that is included with my emacs installation. Regards, Bria

Re: [Orgmode] [babel] trimming tangled code

2009-11-04 Thread Eric Schulte
Hi Martin, I just pushed up some changes to the org-babel-tangle functionality which should fix this problem. Best -- Eric "Martin G. Skjæveland" writes: > Hi all, > > I'm using org-babel to tangle XML documents. That works fine (thanks to > help from Eric S. on this list yesterday), except i

Re: [Orgmode] MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-04 Thread Marcelo de Moraes Serpa
Woot! If org-mode alone is a reason to start using emacs, mobile-org is a good reason to buy an ipod-touch or iphone :) Awesome work! PS: I really like the webpage's design. Marcelo. On Wed, Nov 4, 2009 at 11:01 AM, Xin Shi wrote: > Hi Richard, > > Thanks for this app! > > Actually I get to k

Re: [Orgmode] MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-04 Thread Raffi R
Is anyone interested in putting together a Maemo port? I'd be willing to take a look at writing some of the backend (but not the UI...). - Raffi. On Wed, Nov 4, 2009 at 5:34 PM, Marcelo de Moraes Serpa wrote: > Woot! > > If org-mode alone is a reason to start using emacs, mobile-org is a good >

Re: [Orgmode] [babel] Uses for :session buffers

2009-11-04 Thread Thomas S. Dye
On Nov 4, 2009, at 12:02 PM, Dan Davison wrote: Stephan Schmitt writes: Thomas S. Dye wrote: Aloha all, I'm trying to comprehend the possibilities created by org-babel, and would like to draw on the experience of others if I could. I recently discovered the buffer created by :session. In

Re: [Orgmode] MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-04 Thread Marcelo de Moraes Serpa
A symbian OS port would be nice too :) On Wed, Nov 4, 2009 at 4:54 PM, Raffi R wrote: > Is anyone interested in putting together a Maemo port? I'd be willing > to take a look at writing some of the backend (but not the UI...). > > - Raffi. > > On Wed, Nov 4, 2009 at 5:34 PM, Marcelo de Moraes Se