[Orgmode] org-agenda-skip-entry-if 'notdeadline?

2009-10-25 Thread Michael Gilbert
Hi -- Still trying to figure out how to show only (current) deadlines in my agenda. I use org-agenda-skip-entry-if 'notdeadline but that still seems to include all the scheduled items who have deadlines (some time in the future, but not currently). I apologize for missing something obviou

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

2009-10-25 Thread Torsten Wagner
Hi, I started working on an little latex-package to allow the execution of python code in LaTeX a while ago. It stopped at some point and now it is on my pending project lists for a while already. When I read about org-babel I saw a lot of similarities. I like to start again on the basis of or

[Orgmode] [PATCH] Add min/max/mean age operators to column view.

2009-10-25 Thread James TD Smith
I posted a patch to the list in July which added two new special properties intended for displaying the age of an entry in column view. After some discussion with Bastien (who was maintainer at the time) we decided I would reimplement this functionality using column summary operators. It took me a

[Orgmode] function to create a new org item in order to auto create learn items.

2009-10-25 Thread Richard Riley
Having looked at John Wiegley's new org-learn module I would like to have some google/babel stuff I use automatically create a new tagged org item scheduled for a days time which I can then re-schedule with the learn functions. Great for reviewing words/phrases I had translated between english and

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

2009-10-25 Thread John Wiegley
On Oct 25, 2009, at 5:46 PM, Richard Riley wrote: Just trying this and got org-smart-reschedule: Symbol's value as variable is void: learning-fraction when I enter 0-3. It worked with 5. Attached is an updated version. John org-learn.el Description: Binary data ___

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

2009-10-25 Thread John Wiegley
On Oct 25, 2009, at 12:04 PM, Huang Tao wrote: but i got something wrong while launch org-smart-reschedule: 1. function org-entry-beginning-position and org-entry-end-position doesn't exist 2. variable learning-fraction doesn't exist. org-learn.el depends on the very latest Org-mode from it

Re: [Orgmode] [patch] window/frame options for code edit buffers

2009-10-25 Thread Samuel Wales
Dan, Please see two threads on the mailing list, both started by me, entitled "id links and org-link-frame-setup" and "pop-up-windows". On 2009-10-25, Dan Davison wrote: > Alternatively, an idea for the future would be to introduce a variable > that specifies frame/window preferences for potenti

[Orgmode] Re: Added support for "habit tracking"

2009-10-25 Thread Paul Mead
Thanks Carsten, I figured it out straight after posting - I must learn to check one last time before posting! Paul ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/

[Orgmode] Re: Added support for "habit tracking"

2009-10-25 Thread Paul Mead
Sorry for the noise, I've just found the reference in my local copy of the manual, which is up to date! Paul ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listin

[Orgmode] [patch] window/frame options for code edit buffers

2009-10-25 Thread Dan Davison
These proposed changes provide control over the frame and window in which the edit buffer appears when using C-c ' on a code block, and fix a couple of minor bugs. The options are the same as for the agenda buffer: current-window, other-window, reorganize-frame, other-frame With other-frame, the

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread James TD Smith
Hi Ryan and Carsten, On 2009-10-25 11:50:05(+0100), Carsten Dominik wrote: > On Oct 25, 2009, at 11:31 AM, Ryan C. Thompson wrote: > > My original idea for a per-template solution was to create a > > function to set buffer-local values of the appropriate variables in > > the rememebr buffer, a

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

2009-10-25 Thread Huang Tao
Well done! It frees me from the fully hand schedule stuff. but i got something wrong while launch org-smart-reschedule: 1. function org-entry-beginning-position and org-entry-end-position doesn't exist 2. variable learning-fraction doesn't exist. I replace the org-entry-[beginning|end]-posit

[Orgmode] Html and unreadable characters

2009-10-25 Thread andrea Crotti
When I export to html and there is source code inside sometimes I get unreadable characters,that's because the color is very light and on a white background it disappears. How could I solve it? Wouldn't be possible to export keeping the emacs theme (like htmlize does) for example? _

Re: [Orgmode] Re: contact management in org-mode?

2009-10-25 Thread Russell Adams
On Sun, Oct 25, 2009 at 10:51:07AM -0300, Darlan Cavalcante Moreira wrote: > > If there was someway to sync (two-way) bbdb with google contacts all problems > would be solved for me, since I can sync my phone with google contacts and > Evolution can read/write from/to google contacts (although now

[Orgmode] Re: contact management in org-mode?

2009-10-25 Thread Richard Riley
Darlan Cavalcante Moreira writes: > If there was someway to sync (two-way) bbdb with google contacts all problems > would be solved for me, since I can sync my phone with google contacts and > Evolution can read/write from/to google contacts (although nowadays I use > wanderlust in Emacs instead

Re: [Orgmode] Re: contact management in org-mode?

2009-10-25 Thread Charles Philip Chan
Darlan Cavalcante Moreira writes: > If there was someway to sync (two-way) bbdb with google contacts all > problems would be solved for me, Agreed. Syncing with google and different devices in desperately needed. We should move this discussion to the bbdb-info list. You can join by emailing bbdb

Re: [Orgmode] Re: contact management in org-mode?

2009-10-25 Thread Darlan Cavalcante Moreira
If there was someway to sync (two-way) bbdb with google contacts all problems would be solved for me, since I can sync my phone with google contacts and Evolution can read/write from/to google contacts (although nowadays I use wanderlust in Emacs instead of evolution, which obviously can use bbdb)

Re: [Orgmode] Re: Added support for "habit tracking"

2009-10-25 Thread Carsten Dominik
On Oct 25, 2009, at 1:26 PM, Paul Mead wrote: John Wiegley writes: To test out this new feature, apply the attached patches and read the new manual section on "Tracking your habits". John I've been searching on the word "habits" in the manual and I can't find it anywhere. Can you g

[Orgmode] Re: Added support for "habit tracking"

2009-10-25 Thread Paul Mead
John Wiegley writes: > > To test out this new feature, apply the attached patches and read the new > manual > section on "Tracking your habits". > John I've been searching on the word "habits" in the manual and I can't find it anywhere. Can you give me a clue about where it might be hiding? I'

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread Carsten Dominik
On Oct 25, 2009, at 11:31 AM, Ryan C. Thompson wrote: My original idea for a per-template solution was to create a function to set buffer-local values of the appropriate variables in the rememebr buffer, and have that function return an empty string, and then put it inside a %(sexp) in the

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread Ryan C. Thompson
My original idea for a per-template solution was to create a function to set buffer-local values of the appropriate variables in the rememebr buffer, and have that function return an empty string, and then put it inside a %(sexp) in the template itself. Should this work? Would buffer-local valu

Re: [Orgmode] Setting org-remember-store-without-prompt specifically for certain templates?

2009-10-25 Thread Carsten Dominik
On Oct 24, 2009, at 11:00 PM, Ryan C. Thompson wrote: Carsten Dominik wrote: All you need to do is *not* to specify file and headline for this template - then you will be prompted. If I don't specify a file and headline, won't the note just be stored under org-default-notes file and org-rem

Re: [Orgmode] [PATCH] Avoid losing persisted clock data when exiting emac without loading org-mode

2009-10-25 Thread Carsten Dominik
Hi Kai, after giving it more thought, what I checked in is actually a combination of the two patches you sent. Thanks you for finding and fixing this issue. - Carsten On Oct 24, 2009, at 8:40 PM, Kai Tetzlaff wrote: Carsten Dominik wrote: Hi Kai, On Oct 23, 2009, at 9:01 AM, Kai Tetzlaff

Re: [Orgmode] directory tree size browsing with column view

2009-10-25 Thread Michael Brand
OK, I have added support for including file attributes as properties to org-fstree. You will need to use the merge_jtd_smiths_patch branch. Once you have loaded org-fstree put the following in an orgfile and fill in the directory name. --8<---cut here---start-

Re: [Orgmode] Recent upgrade to 6.29a.

2009-10-25 Thread Noorul Islam
On Wed, Oct 21, 2009 at 7:31 PM, Carsten Dominik wrote: > > On Oct 21, 2009, at 6:58 AM, Noorul Islam K M wrote: > >> >> Hello all, >> >> I just did org pull to update to latest version. (org-version) says this >> >> Org-mode version 6.29a >> >> But from an org file when I do "C-\" and type in a t