Re: [Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-27 Thread Thomas S. Dye
On Oct 26, 2009, at 2:24 PM, Dan Davison wrote: Torsten Wagner writes: <...> < ... > The inline code blocks will not be processed inside source blocks. I'm not sure how to achieve what you want with the current machinery, but have you read the recent posts by Thomas Dye describing how he

[Orgmode] Re: Bugs when converting to LaTeX

2009-10-27 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > On Oct 26, 2009, at 4:46 PM, Sébastien Vauban wrote: > >> Hello, >> >> Here an ECM (Example Complete and Minimal) showing two bugs occurring when >> converting to LaTeX. >> >> >> --8<---cut here---start->8--- >> * Bugs >> >>

[Orgmode] Org-mode version 6.32; org-replace-disputed-keys t - breaks time shifts with S-up/down/left/right

2009-10-27 Thread Kai Tetzlaff
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] Unable to clock in on task

2009-10-27 Thread Phil Rooke
Keith Lancaster writes: > I updated to 6.32 this morning and am now unable to clock in on > tasks. At first, there was an issue with an org file having a dangling > clock- > in. When I attempted to log in to a task, it alerted me to the > dangling task. No matter how I answered (cancel, etc), Em

[Orgmode] Using org-learn and babel to learn foreign words

2009-10-27 Thread Richard Riley
This little set up uses org-learn in conjunction with babel in emacs to automatically store all translations looked up from within emacs when preceded with the prefix key. I'm not much of an elisp programmer but here is the stuff for anyone interested:- 1) The key bindings:- Invoke a translation

[Orgmode] Re: Using org-learn and babel to learn foreign words

2009-10-27 Thread Richard Riley
A small follow up which includes the auto schedule of the new org item:- , | (defvar rgr/learn-first-lesson 1) ; when to schedule first reminder | | (defun rgr/context-babel( &optional usedef ) | (interactive) | (let* ((default (region-or-word-at-point))) | (setq default (read-string

Re: [Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-27 Thread Torsten Wagner
Ups, sorry that happens if you are working normally with emacs and compose a message in a online editor (gmail). My fingers hit some emacs shortcuts without my brain was telling them ;) ... and fired up the unfinished mail. Anyhow I hope it is somehow clear what I like to do Thus, just the greet

[Orgmode] FAQ incorrect

2009-10-27 Thread W.Bentley MacLeod
FAQ on how to include all org files in a directory is incorrect (view 85). Correct code is: (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org")) best bm Professor W. Bentley MacLeod Columbia University in the City of New York, NY 10027 http://www.col

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Nick Dokos
Phil Rooke wrote: > Keith Lancaster writes: > > > I updated to 6.32 this morning and am now unable to clock in on > > tasks. ... > > I too upgraded this morning and am also having problems clocking in > (using "I" on a task in the daily agenda). My symptoms are different, > Emacs doesn't cras

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Keith Lancaster
That did it! The patch fixes the problem - it now handles all the dangling clocks and then clocks in correctly. Thanks! Keith On Oct 27, 2009, at 9:36 AM, Nick Dokos wrote: Phil Rooke wrote: Keith Lancaster writes: I updated to 6.32 this morning and am now unable to clock in on tasks.

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Benjamin Andresen
Hey W., "W.Bentley MacLeod" writes: > FAQ on how to include all org files in a directory is incorrect (view 85). > Correct code is: > (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org")) You are right. This isn't valid: (setq org-agenda-files "~/my/special/path/org/") M-x org-a

Re: [Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-27 Thread Torsten Wagner
> > > Perhaps this will do what you want? When I run org-babel-tangle on the > following org file, and then LaTeX the output, the resulting pdf file > says: A bit of LATEX code, with the result: 6 > > * Test org > #+begin_src python > x = 6 > f = open('python_results.tex', 'w') > f.write(str

Re: [Orgmode] FAQ incorrect

2009-10-27 Thread Nick Dokos
W.Bentley MacLeod wrote: > FAQ on how to include all org files in a directory is incorrect (view 85). > Correct code is: > (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org")) > If you are talking about this entry: How can include all org files in a directory in my agenda?

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Matt Lundin
"W.Bentley MacLeod" writes: > FAQ on how to include all org files in a directory is incorrect (view 85). > Correct code is: > (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org")) Thanks. Yes, that is one way to add all files in directory. But the method suggested by the FAQ is als

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Phil Rooke
Nick Dokos writes: > This does look like a bug: org-resolve-clock calls org-files-list which > does not know about the "agenda files list in a file" convention. It > should probably call the function org-agenda-files instead of > org-files-list. org-files-list is only used in this one place and

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Nick Dokos
Keith Lancaster wrote: > That did it! The patch fixes the problem - it now handles all the > dangling clocks and then clocks in correctly. Thanks! > > Keith > > On Oct 27, 2009, at 9:36 AM, Nick Dokos wrote: > > > Phil Rooke wrote: > > > >> Keith Lancaster writes: > >> > >>> I updated to 6.3

Re: [Orgmode] FAQ incorrect

2009-10-27 Thread Carsten Dominik
On Oct 27, 2009, at 3:56 PM, Nick Dokos wrote: W.Bentley MacLeod wrote: FAQ on how to include all org files in a directory is incorrect (view 85). Correct code is: (setq org-agenda-files (file-expand-wildcards "~/org-files/*.org")) If you are talking about this entry: How can includ

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Carsten Dominik
Hi everyone, I believe this is not the right fix. John uses (and wrote) org-files-list to get both the agenda files and any currently open files which happen to be org files but might not be in the org-agenda-files list. The bug is in Johns code, where the function org-agenda-files should be us

RE: [Orgmode] Re: New module: org-learn, incremental reading

2009-10-27 Thread Jonathan Arkell
I like where org-learn is going. Good job. I am experiencing some issues however (which could easily be me). If I schedule an item for today, and then do an org-smart-reschedule, it seems that it will always get scheduled for 4 days from now, regardless of either the org-learn-fraction, or my

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Phil Rooke
Nick Dokos writes: > Even better, using org-submit-bug-report would have shown us that the > "agenda file list in a file" convention was being used - as you can > imagine, that's not the setting I use, so when I tried clocking in > yesterday, things worked without a problem for me. Back in the d

[Orgmode] Org-mode version 6.32trans; Cannot complete on #+SETUPFILE

2009-10-27 Thread Phil Rooke
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] FAQ incorrect

2009-10-27 Thread Nick Dokos
Carsten Dominik wrote: > > > >(setq org-agenda-files "~/my/special/path/org/") > > Does that really work? I believe it should be > >(setq org-agenda-files '("~/my/special/path/org/")) > > i.e. each member of this list can be a file or a > directory. If it is a directory, the org file

Re: [Orgmode] Agenda and Reloading Changed Files

2009-10-27 Thread Jean-Marie Gaillourdet
Hi Peter, there is auto-revert-mode in Emacs 23. I don't know about earlier versions. I have (global-auto-revert-mode t) in my .emacs, which makes Emacs revert all buffers without unsaved data when idle. This should reduce the amount of questions to cases where you would loose data when reverting

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Matt Lundin
Nick Dokos writes: > Carsten Dominik wrote: > >> > >> >(setq org-agenda-files "~/my/special/path/org/") >> >> Does that really work? I believe it should be >> >>(setq org-agenda-files '("~/my/special/path/org/")) >> >> i.e. each member of this list can be a file or a >> directory. I

[Orgmode] [Announce:] org-git-link

2009-10-27 Thread Reimar Finken
Dear fellow org-ers, it's time to pay back to the community. I'm coming back to a feature request by Torsten Wagner, who needed an org link to a specific version of a file for his lab book (see http://permalink.gmane.org/gmane.emacs.orgmode/15774). Recently I needed the same thing to organize a c

Re: [Orgmode] Org-mode version 6.32trans; Cannot complete on #+SETUPFILE

2009-10-27 Thread Carsten Dominik
On Oct 27, 2009, at 5:17 PM, Phil Rooke wrote: 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-mod

Re: [Orgmode] [Announce:] org-git-link

2009-10-27 Thread Dan Davison
Hi Reimar, This sounds like it will be excellent, thanks very much! I haven't started using it yet, but I noticed this which I think is a typo: (defun org-git-blob-sha (gidir object) Dan ___ Emacs-orgmode mailing list Remember: use `Reply All' to se

[Orgmode] Search in the archive file by date

2009-10-27 Thread Marcelo de Moraes Serpa
Hello, When someone asks you: "Hey, do you remember what you have done last day x?", it would be useful to query org to return in the archive for the items that have been closed that day. Is there a way to do that? Thanks! Marcelo. ___ Emacs-orgmode ma

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread W.Bentley MacLeod
perfect. b. Professor W. Bentley MacLeod Columbia University in the City of New York, NY 10027 http://www.columbia.edu/~wbm2103/ On Tue, 27 Oct 2009, Benjamin Andresen wrote: Hey W., "W.Bentley MacLeod" writes: FAQ on how to includ

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread W.Bentley MacLeod
Yes, that is the error I got. I like your solution. Professor W. Bentley MacLeod Columbia University in the City of New York, NY 10027 http://www.columbia.edu/~wbm2103/ On Tue, 27 Oct 2009, Benjamin Andresen wrote: Hey W., "W.Bentley M

Re: [Orgmode] Unable to clock in on task

2009-10-27 Thread Keith Lancaster
Oops. Meant to copy list. On Oct 27, 2009, at 10:27 AM, Keith Lancaster wrote: Would have if I could have! (I used to run a QA dept, so I knew how bad my "Its blowing up" message was :-). The symptom on my machine was the Mac equivalent of a GPF - Emacs disappeared and the "I'm sending thi

[Orgmode] Re: Search in the archive file by date

2009-10-27 Thread Benjamin Andresen
Hey Marcelo, Marcelo de Moraes Serpa writes: > Hello, > > When someone asks you: "Hey, do you remember what you have done last day > x?", it would be useful to query org to return in the archive for the items > that have been closed that day. Is there a way to do that? Sure. Let me tell you how

Re: [Orgmode] Re: Search in the archive file by date

2009-10-27 Thread Samuel Wales
The feature of including inactive timestamps is interesting. For some reason, it is bound to org-agenda-manipulate-query-subtract, in a recent org. On 2009-10-27, Benjamin Andresen wrote: > Hey Marcelo, > > Marcelo de Moraes Serpa writes: > >> Hello, >> >> When someone asks you: "Hey, do you re

[Orgmode] Re: Search in the archive file by date

2009-10-27 Thread Bernt Hansen
That's the correct function IIRC. [ and ] map to -add and -subtract respectively. It works fine here to display inactive timestamps on the agenda. -Bernt Samuel Wales writes: > The feature of including inactive timestamps is interesting. > > For some reason, it is bound to org-agenda-manipula

[Orgmode] Re: Search in the archive file by date

2009-10-27 Thread Samuel Wales
On 2009-10-27, Bernt Hansen wrote: > That's the correct function IIRC. [ and ] map to -add and -subtract > respectively. It works fine here to display inactive timestamps on the > agenda. The docstring in release_6.32.4.ge47b refers to the function described by its name. -- Q: How many CDC "s

Re: [Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-27 Thread Eric Schulte
Torsten Wagner writes: > Perhaps this will do what you want?  When I run org-babel-tangle on the > following org file, and then > LaTeX the output, the resulting pdf file says: A bit of LATEX code, with > the result: 6 > I just wonder if there is a more comfortable method rather then >

Re: [Orgmode] org-babel: Meta-LaTeX-Python-Environment

2009-10-27 Thread Thomas S. Dye
On Oct 27, 2009, at 12:55 PM, Eric Schulte wrote: Torsten Wagner writes: Perhaps this will do what you want? When I run org-babel-tangle on the following org file, and then LaTeX the output, the resulting pdf file says: A bit of LATEX code, with the result: 6 I just wonder if th