[Orgmode] Feature-Ideas

2010-07-05 Thread Marc
Hey to all and thanks for the great work! Org-mode is impressing and of large value to me. --- I have severel ideas about new features that I want to share. My knowledge with lisp and the coding of the org-structure is bad so far, so I can't try to contribute a patch. * 1. *Alias - Trees*

[Orgmode] moving past state changes into logbook drawer?

2010-07-05 Thread Michael Gilbert
Hi — I am just now transitioning to logging state changes into a logbook drawer. But I have legacy agenda files with hundreds of lines that were not put into that drawer. Does anyone know of a convenient way to move all the past state changes into the suitable drawer? If that in the manual, I'm

[Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Michael Gilbert
Hi — So, I think there must be a way to do this, but I'm stumped. Here's what I am trying to set up: I want to be able to log a series of values (rather than just DONE or note) for my habits. For example: "Did I run today?" can be tracked with regular logging. But "OK, you ran. How many miles?

[Orgmode] [PATCH] default base-extension .org for org-publish

2010-07-05 Thread Daniel Clemente
Org-publish: correctly find files in projects which didn't define a base-extension. Previously, (org-publish-get-project-from-filename "~/org/file.org") would return nil because the constructed regular expression "^/home/dc/org/.+\\.\\(\\)$" required a dot at the end. #+BEGIN_QUOTE diff --git

[Orgmode] patch for org mode

2010-07-05 Thread Stephen Eglen
Here is a patch for the 'capture' section of org.texi . I've added a few lines of @comments: +...@comment SJE: Should be Org file or Org-mode file (see prev two items)? +...@comment SJE: should these sentences terminate in period? (i.e. the following lines in the table) +...@comment SJE: org-fe

[Orgmode] Small doc fixes to org-feed.el and org-capture.el

2010-07-05 Thread Stephen Eglen
diff --git a/lisp/org-feed.el b/lisp/org-feed.el index cda7368..999bfd8 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -45,7 +45,7 @@ ;; With this setup, the command `M-x org-feed-update-all' will ;; collect new entries in the feed at the given URL and create ;; entries as subheadin

[Orgmode] Bulk refile is not working as expected

2010-07-05 Thread Noorul Islam K M
Hello all, I have couple of tasks in one of my org files which I want to re-file to some other org file. Both these files are in my agenda list. This is what I did. 1. Go to agenda-view 2. Navigate to both the tasks and use 'm' to mark them. 3. 'B r' to bulk refile tasks 4. The marked tasks disa

[Orgmode] Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Darlan Cavalcante Moreira
You can create a table in the task and possibly a template (with org capture) to easily add a new line to this table. Whenever you complete the task you add the information to the table and mark the task as DONE. An advantage of this is that you can use the org-babel powers to make whatever you wa

[Orgmode] Re: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Hi, I did some git bisection, and the last working version is commit 3b5351c7da59da3685f8233c252b1506166d35f3, so it seems Eric's commit 5edefbba269db8e717bd2b40778786b08af3f7a1 introduced the bug. Bye, Tassilo ___ Emacs-orgmode mailing list Please us

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Eric S Fraga
On Sat, 3 Jul 2010 18:42:05 +0200, Jordi Inglada wrote: > > Hi all, > > This is my first post to the list, so I would like to thank you all > for this great piece of software that I use all the time since last > september. > > I have a question regarding the recent announcement of the Google >

[Orgmode] Crash of emacs when using SHIFT-TAB

2010-07-05 Thread Rainer M Krug
Hi my emacs is crashing quite regularly when I am using org-babel. Is there a way to get a traceback or something similar which I could submit to get an idea what is causing it? Thanks, Rainer -- NEW GERMAN FAX NUMBER!!! Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biol

[Orgmode] Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [Orgmode] Bug: logging & PROPERTIES [6.36trans]

2010-07-05 Thread Giovanni Ridolfi
Carsten Dominik writes: Hi, Carsten, >> a file according to the manual >> - >>-*- mode: org; -*- >> * TODO Log each state with only a time >> :PROPERTIES: >> :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!) >> :END: >> ---

[Orgmode] capture template: %& and %!

2010-07-05 Thread Memnon Anon
Hi, I was just experimenting with the new capture interface and I *really* like it :). I see some problem with these escape sequences: ,[ (info "(org)Template expansion") ] | %! immediately store note after completing the template | (skipping the `C-c C-c' tha

[Orgmode] problem exporting an image to latex

2010-07-05 Thread Eric S Fraga
Hello, with the most up to date org, I am having a problem exporting to latex, specifically if there is a link to an image. See the attached example with emacs and org version information. The error in *Messages* I get is: , | Exporting to LaTeX... | org-babel-exp processing... | insert: Wr

[Orgmode] Re: problem exporting an image to latex

2010-07-05 Thread Tassilo Horn
Hi Eric, I already reported that bug. See the message <87tyoee2ev@thinkpad.tsdh.de>. Bye, Tassilo ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs

[Orgmode] LaTeX export error with images (was: Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)])

2010-07-05 Thread Tassilo Horn
Tassilo Horn writes: Hi! > I did some git bisection, and the last working version is commit > 3b5351c7da59da3685f8233c252b1506166d35f3, so it seems Eric's commit > 5edefbba269db8e717bd2b40778786b08af3f7a1 introduced the bug. In the meantime, I became aware of the fact that this bug has nothing

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Tassilo Horn writes: > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing list. > ---

Re: [Orgmode] Crash of emacs when using SHIFT-TAB

2010-07-05 Thread Carsten Dominik
On Jul 5, 2010, at 11:23 AM, Rainer M Krug wrote: Hi my emacs is crashing quite regularly when I am using org-babel. Is there a way to get a traceback or something similar which I could submit to get an idea what is causing it? I think this has probably nothing to do with org-babel. Mor

[Orgmode] Re: capture template: %& and %!

2010-07-05 Thread Carsten Dominik
On Jul 5, 2010, at 1:22 PM, Memnon Anon wrote: Hi, I was just experimenting with the new capture interface and I *really* like it :). I see some problem with these escape sequences: ,[ (info "(org)Template expansion") ] | %! immediately store note after completing the tem

Re: [Orgmode] patch for org mode

2010-07-05 Thread Carsten Dominik
Applied, thanks! On Jul 5, 2010, at 10:41 AM, Stephen Eglen wrote: Here is a patch for the 'capture' section of org.texi . I've added a few lines of @comments: +...@comment SJE: Should be Org file or Org-mode file (see prev two items)? I have no idea. I like to be able to say Org file, s

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Jordi Inglada
Hi, Happy to hear that. Since I do not know Elisp, I can not help much, but I am willing to test any code available for this. Best regards, Jordi Eric S Fraga writes: > Thanks for the heads-up on this. This could be quite useful. I've > been playing recently with the org to google calendar

[Orgmode] Re: capture template: %& and %!

2010-07-05 Thread Memnon Anon
Carsten Dominik writes: > Both are no longer supported. They make no sense with org-capture. > As you have seen, :immediate-finish replaces %!, and every capture > process > makes you go to the target place while editing the entry - just > try `M-x widen' in a CAPTURE... buffer to see what I mea

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Bernt Hansen writes: Hi Bernt, > This works for me in both > > GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on > raven, modified by Debian > Org-mode version 6.36trans (release_6.36.509.g9e9b) > > and > > GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41

[Orgmode] Re: capture template: %& and %!

2010-07-05 Thread Carsten Dominik
Yes, this was a bug in the docs, thanks. - Carsten On Jul 5, 2010, at 3:18 PM, Memnon Anon wrote: Carsten Dominik writes: Both are no longer supported. They make no sense with org-capture. As you have seen, :immediate-finish replaces %!, and every capture process makes you go to the target

Re: [Orgmode] Bug: logging & PROPERTIES [6.36trans]

2010-07-05 Thread Carsten Dominik
On Jul 5, 2010, at 12:52 PM, Giovanni Ridolfi wrote: Carsten Dominik writes: Hi, Carsten, a file according to the manual - -*- mode: org; -*- * TODO Log each state with only a time :PROPERTIES: :LOGGING: TODO(!) WAIT(!) DONE(!) CANCELED(!)

Re: [Orgmode] [BUG] #+begin_src wo. language blocks XHTML export

2010-07-05 Thread David Maus
Sebastian Rose wrote: >> >> I suppose a source block without languag should be considered an >> error, shouldn't it? Maybe Org should fail more gracefully when it >> encounters such a block during export? >The current behaviour is new. The file I tried to export worked for >quite a while locall

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Daniel Mahler
Hi, Have you looked at g-client? It is an elisp wrapper for the gdata APIs. It comes with emacspeak, but can be used independently. I have not used either g-client or GoogleCL, but wanted to make sure people are aware of all the options. Having either integrated into org-mode would be nice cheers

Re: [Orgmode] Bulk refile is not working as expected

2010-07-05 Thread David Maus
Noorul Islam K M wrote: >I have couple of tasks in one of my org files which I want to re-file to >some other org file. >Both these files are in my agenda list. This is what I did. >1. Go to agenda-view >2. Navigate to both the tasks and use 'm' to mark them. >3. 'B r' to bulk refile tasks >4. Th

Re: [Orgmode] patch for org mode

2010-07-05 Thread David Maus
Carsten Dominik wrote: >Applied, thanks! >On Jul 5, 2010, at 10:41 AM, Stephen Eglen wrote: >> Here is a patch for the 'capture' section of org.texi . I've added a >> few lines of @comments: >> >> +...@comment SJE: Should be Org file or Org-mode file (see prev two >> items)? >I have no idea. I

Re: [Orgmode] Bug: logging & PROPERTIES [6.36trans]

2010-07-05 Thread Giovanni Ridolfi
Carsten Dominik writes: >> If I change the "todo-keyword" and write "WAIT", 'WAIT' reamins in a >> plain font > > THis is probably because you have neither configured org-todo- > keywords, nor have you put a > > #+TODO: TODO WAIT | DONE CANCEL > > line into the buffer. You need to tell Org mode

Re: [Orgmode] Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Eric Schulte
The attached patch fixes this bug. diff --git a/lisp/org-latex.el b/lisp/org-latex.el index d725fc8..180c498 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -1894,7 +1894,7 @@ The conversion is made depending of STRING-BEFORE and STRING-AFTER." (t (insert "\\texttt{" desc "}")

Re: [Orgmode] Re: problem exporting an image to latex

2010-07-05 Thread Eric Schulte
Hi, I've just pushed up the fix for this issue. Sorry about the inconvenience. Best -- Eric Tassilo Horn writes: > Hi Eric, > > I already reported that bug. See the message > <87tyoee2ev@thinkpad.tsdh.de>. > > Bye, > Tassilo > > > ___ > Emacs-o

Re: [Orgmode] Code block switches buffer-wide?

2010-07-05 Thread Carsten Dominik
On Jul 2, 2010, at 2:47 PM, Rainer M Krug wrote: Hi I would like to include the -n code block switch (number lines) into all my code blocks in a buffer. Is there a way to define a kind of buffer-wide switches, like it is with the #+BABEL keyword for header arguments? No, there currentl

Re: [Orgmode] Small doc fixes to org-feed.el and org-capture.el

2010-07-05 Thread Carsten Dominik
Applied, thanks. - Carsten On Jul 5, 2010, at 10:45 AM, Stephen Eglen wrote: ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [PATCH] fixes typo in doc

2010-07-05 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 2, 2010, at 11:49 AM, Giovanni Ridolfi wrote: This patch fixes a typo in the capture documentation. cheers, Giovanni --- org.texi2010-07-01 23:00:14.0 +0200 +++ org-gio.texi2010-07-02 11:45:44.035569700 +0200 @@ -6135,5 +6135,5 @@ @item :c

Re: [Orgmode] Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Carsten Dominik
Hi Eric, I guess you saw this? Seems that this patch is missing a change in the definition of org-export-latex-format-image? You are calling it with 5 arguments, but the function accepts only 4. Sorry to have to add this to your plate. Is everything going well? Cheers - Carsten On Ju

Re: [Orgmode] Bug: Export error with images with no caption [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Eric Schulte
No problem, this should be fixed now. Carsten Dominik writes: > Hi Eric, > > I guess you saw this? Seems that this patch is missing a change in the > definition of org-export-latex-format-image? > > You are calling it with 5 arguments, but the function accepts only > 4. > Sorry to have to a

[Orgmode] Re: Crash of emacs when using SHIFT-TAB

2010-07-05 Thread Jason Dunsmore
Carsten Dominik writes: >> Hi >> >> my emacs is crashing quite regularly when I am using org-babel. Is >> there a way to get a traceback or something similar which I could >> submit to get an idea what is causing it? > > I think this has probably nothing to do with org-babel. More likely, > you

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Eric S Fraga
On Mon, 5 Jul 2010 15:17:16 +0200, Jordi Inglada wrote: > > Hi, > > Happy to hear that. Since I do not know Elisp, I can not help much, > but I am willing to test any code available for this. > > Best regards, > > Jordi > > > Eric S Fraga writes: > > Thanks for the heads-up on this. This

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Tassilo Horn writes: Hi again, >> This works for me in both >> >> GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on >> raven, modified by Debian >> Org-mode version 6.36trans (release_6.36.509.g9e9b) >> >> and >> >> GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Jordi Inglada
Hi, I don't know if this is a good point of view, but since Google CL is an "official" Google toolkit, I think it may more support and testing. When I tried to use g-client a while ago, I had some problems to get it working and often times the connection with google services was not robust (alth

[Orgmode] [Update Config] Babel changes -- security updates and final integration push

2010-07-05 Thread Eric Schulte
Hi, I've just merged a large set of Babel related security measures and layout/initialization updates into the master branch of the git repository. These changes will require existing babel users to update their configuration, see the following instructions for details -- even if you think you've

Re: [Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Michael Gilbert
On Jul 5,2010, at 2:01 AM, Darlan Cavalcante Moreira wrote: > You can create a table in the task and possibly a template (with org > capture) to easily add a new line to this table. Whenever you complete the > task you add the information to the table and mark the task as DONE. An > advantage of t

[Orgmode] [PATCH] Don't create marker if target is entire file.

2010-07-05 Thread David Maus
* org-agenda.el (org-agenda-bulk-action): Don't create marker for position if target is entire file. If the target of a bulk refile operation is the entire file, `org-refile-get-location' returns nil for the refile position. Creating a marker for the target file's buffer at position nil returns a

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Tassilo Horn writes: > Tassilo Horn writes: > > Hi again, > >>> This works for me in both >>> >>> GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on >>> raven, modified by Debian >>> Org-mode version 6.36trans (release_6.36.509.g9e9b) >>> >>> and >>> >>> GNU Emacs 23.2

[Orgmode] org-capture-templates : should symbols work as a file target ?

2010-07-05 Thread Julien Fantin
Hi folks, I'v been trying to setup an org-capture template using a symbol as the file target, but this raises an error. Someone on IRC mentionned this is probably a bug, but I'm not experienced enough to be sure I'm not simply misusing it... Here is the bit of config in question: * Files #+BEG

Re: [Orgmode] hypermedia programming with babel

2010-07-05 Thread Eric Schulte
Hi David, "David O'Toole" writes: > Since discovering org babel, I've been doing a lot of reading and > brainstorming, and have collected some thoughts/code/plans in several > places: > > 1. http://github.com/dto/org-babel-lisp > > Some very basic compatibility. I'm not experienced enough with

Re: [Orgmode] org-capture-templates : should symbols work as a file target ?

2010-07-05 Thread David Maus
Julien Fantin wrote: >Hi folks, >I'v been trying to setup an org-capture template using a symbol as the file >target, but this raises an error. >Someone on IRC mentionned this is probably a bug, but I'm not experienced >enough to be sure I'm not simply misusing it... >Here is the bit of config i

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
Hi again, Bernt! I did some debugging. The reason that the repeating events are not shown is that `org-agenda-get-timestamps' doesn't return those repeater events, because when it iterates over all timestamps of a file, the test in the following `if' always returns t and so we are skipping. --8<

Re: [Orgmode] Re: Crash of emacs when using SHIFT-TAB

2010-07-05 Thread Rainer M Krug
On Mon, Jul 5, 2010 at 7:40 PM, Jason Dunsmore wrote: > Carsten Dominik writes: > > >> Hi > >> > >> my emacs is crashing quite regularly when I am using org-babel. Is > >> there a way to get a traceback or something similar which I could > >> submit to get an idea what is causing it? > > > > I th

Re: [Orgmode] Code block switches buffer-wide?

2010-07-05 Thread Rainer M Krug
On Mon, Jul 5, 2010 at 6:06 PM, Carsten Dominik wrote: > > On Jul 2, 2010, at 2:47 PM, Rainer M Krug wrote: > > Hi >> >> I would like to include the -n code block switch (number lines) into all >> my code blocks in a buffer. Is there a way to define a kind of buffer-wide >> switches, like it is w

Re: [Orgmode] Code block switches buffer-wide?

2010-07-05 Thread Rainer M Krug
On Mon, Jul 5, 2010 at 10:34 PM, Rainer M Krug wrote: > > > On Mon, Jul 5, 2010 at 6:06 PM, Carsten Dominik > wrote: > >> >> On Jul 2, 2010, at 2:47 PM, Rainer M Krug wrote: >> >> Hi >>> >>> I would like to include the -n code block switch (number lines) into all >>> my code blocks in a buffer.

Re: [Orgmode] hypermedia programming with babel

2010-07-05 Thread David O'Toole
Hi Eric, Thanks for the additional info. I'll keep you informed on my progress---I'll be presenting my "paper" for the Lisp Games Expo (see http://dto.github.com/notebook/2010expo.html About linking from the Uses section on the babel page... Should I make a page for the program, or can you just l

Re: [Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Darlan Cavalcante Moreira
What I though is something like the task below --8<---cut here---start->8--- * TODO Running :PROPERTIES: :STYLE:habit :END: | Date | Place| Distance | |--+--+--| | [2010-07-03 Sáb]

Re: [Orgmode] hypermedia programming with babel

2010-07-05 Thread Erik Iverson
How can I help next? Babel in general is in need of some language-specific introductory tutorials, with the goal of laying out the basic usage plenty of examples covering simple use case e.g. - author a shell script which can be tangled out to an executable - simple processing of data in tab

[Orgmode] diary-float and TODO entries

2010-07-05 Thread Greg Troxel
I have successfully used repeating times on TODO entries, and seen the scheduled time move forward when I do C-c C-t d (d is my DONE shortcut). I have a meeting on the 2nd monday of each month and am responsible for inviting people ahead of time, and I've picked the first monday for that. I think

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Tassilo Horn writes: > Hi again, Bernt! > > I did some debugging. Thanks. Sorry I've been tied up with work today. > The reason that the repeating events are not shown is that > `org-agenda-get-timestamps' doesn't return those repeater events, > because when it iterates over all timestamps of

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Bernt Hansen writes: > Oh! It's not that the future dates are missing it's the entry for > _today_ that is missing. So yes my commit breaks this and I'll get it > reverted. > Hi Carsten, Please revert the following commit. It's my second failed attempt at fixing this issue. I think I'll jus

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Carsten Dominik
Hi Bernt, thanks, I have reverted the commit. Too bad it is not working. - Carsten On Jul 5, 2010, at 11:16 PM, Bernt Hansen wrote: Bernt Hansen writes: Oh! It's not that the future dates are missing it's the entry for _today_ that is missing. So yes my commit breaks this and I'll get

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Eric S Fraga
On Mon, 5 Jul 2010 17:10:55 +0200, Daniel Mahler wrote: > > Hi, > > Have you looked at g-client? Thanks. I did look at g-client a long time ago. It should provide everything we need but it's much more than I want to even start considering... I just don't have the time unfortunately. The goo

meta model for literate programming [pdf] Re: [Orgmode] hypermedia programming with babel

2010-07-05 Thread David O'Toole
An interesting paper! http://www.cosc.canterbury.ac.nz/research/reports/HonsReps/1999/hons_9902.pdf On Mon, Jul 5, 2010 at 4:15 PM, Eric Schulte wrote: > Hi David, > > "David O'Toole" writes: > > > Since discovering org babel, I've been doing a lot of reading and > > brainstorming, and have co

Re: [Orgmode] Google CL and org-mode

2010-07-05 Thread Daniel Mahler
On Mon, Jul 5, 2010 at 11:54 PM, Eric S Fraga wrote: > On Mon, 5 Jul 2010 17:10:55 +0200, Daniel Mahler wrote: >> >> Hi, >> >> Have you looked at g-client? > > Thanks.  I did look at g-client a long time ago.  It should provide > everything we need but it's much more than I want to even start > c

Re: [Orgmode] hypermedia programming with babel

2010-07-05 Thread Eric Schulte
Erik Iverson writes: >> >>> How can I help next? >> >> Babel in general is in need of some language-specific introductory >> tutorials, with the goal of laying out the basic usage plenty of >> examples covering simple use case e.g. >> - author a shell script which can be tangled out to an executa

Re: [Orgmode] [Update Config] Babel changes -- security updates and final integration push

2010-07-05 Thread Thomas S. Dye
Hi Eric, Thanks for all your work integrating Babel into Org-mode. I've pulled the latest Org-mode and changed my initialization according to your message. I also pulled the latest starter-kit, so I think I have all the latest code. When I try to evaluate this code block I get an error th

Re: [Orgmode] [Update Config] Babel changes -- security updates and final integration push

2010-07-05 Thread Eric Schulte
Hi Tom, Thanks for finding this error, the problem is that org-table is not being required before the source-code block is run. As a temporary fix you can put (require 'org-table) somewhere in your configuration. As a long term solution I would want to talk to Carsten about how best to ensur

Re: [Orgmode] tabular logging of values in habits and other repeating tasks

2010-07-05 Thread Michael Gilbert
Darlan — Thank you for the additional hand-holding. This will be very useful to me. Much obliged! — Michael On Jul 5,2010, at 2:06 PM, Darlan Cavalcante Moreira wrote: > What I though is something like the task below > --8<---cut here---start->8--- > * TODO

Re: [Orgmode] [Update Config] Babel changes -- security updates and final integration push

2010-07-05 Thread Thomas S. Dye
Thanks Eric, That works. Tom On Jul 5, 2010, at 3:09 PM, Eric Schulte wrote: Hi Tom, Thanks for finding this error, the problem is that org-table is not being required before the source-code block is run. As a temporary fix you can put (require 'org-table) somewhere in your configurati

[Orgmode] Re: Bulk refile is not working as expected

2010-07-05 Thread Noorul Islam K M
David Maus writes: > Noorul Islam K M wrote: > >>I have couple of tasks in one of my org files which I want to re-file to >>some other org file. > >>Both these files are in my agenda list. This is what I did. > >>1. Go to agenda-view >>2. Navigate to both the tasks and use 'm' to mark them. >>3.

[Orgmode] Re: Don't create marker if target is entire file.

2010-07-05 Thread Noorul Islam K M
David Maus writes: > * org-agenda.el (org-agenda-bulk-action): Don't create marker for > position if target is entire file. > > If the target of a bulk refile operation is the entire file, > `org-refile-get-location' returns nil for the refile position. > Creating a marker for the target file's b

[Orgmode] Re: Don't create marker if target is entire file.

2010-07-05 Thread David Maus
Noorul Islam K M wrote: >David Maus writes: >> * org-agenda.el (org-agenda-bulk-action): Don't create marker for >> position if target is entire file. >> >> If the target of a bulk refile operation is the entire file, >> `org-refile-get-location' returns nil for the refile position. >> Creating a

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Tassilo Horn
On Monday 05 July 2010 23:12:46 Bernt Hansen wrote: Hi Bernt, > > I did some debugging. > > Thanks. Sorry I've been tied up with work today. No problem. I had some time (and fun) with the debugging. That was the first time I dug into the depth of org's internals. ;-) > Oh! It's not that th

Re: [Orgmode] diary-float and TODO entries

2010-07-05 Thread Carsten Dominik
On Jul 5, 2010, at 11:11 PM, Greg Troxel wrote: I have successfully used repeating times on TODO entries, and seen the scheduled time move forward when I do C-c C-t d (d is my DONE shortcut). I have a meeting on the 2nd monday of each month and am responsible for inviting people ahead of

Re: [Orgmode] [Update Config] Babel changes -- security updates and final integration push

2010-07-05 Thread Carsten Dominik
Hi Eric, On Jul 6, 2010, at 3:09 AM, Eric Schulte wrote: Hi Tom, Thanks for finding this error, the problem is that org-table is not being required before the source-code block is run. As a temporary fix you can put (require 'org-table) somewhere in your configuration. As a long term s