[Orgmode] Bug : http in http link export

2010-09-12 Thread Richard Riley
Exporting to html doesnt cope very well with links that contains another link as a subcomponent e.g e-g Adding this http://browsershots.org/http://www.stevefairwaymusic.com/index to an org entry as an org link and then exporting as html to blogger results in what you see at the following link

[Orgmode] org-googlecl : enhancements - replace existing blog entries.

2010-09-14 Thread Richard Riley
The org-googlecl package has been extended a little. http://splash-of-open-sauce.blogspot.com/2010/09/now-org-googlecl-supports-deleting-of_14.html It now detects if you try to blog an entry with the same title as an existing one and prompts you to view and/or remove one or more entries with the

[Orgmode] Re: org-googlecl : enhancements - replace existing blog entries.

2010-09-15 Thread Richard Riley
Tim Burt writes: > Richard Riley writes: > >> The org-googlecl package has been extended a little. >> >> http://splash-of-open-sauce.blogspot.com/2010/09/now-org-googlecl-supports-deleting-of_14.html >> >> It now detects if you try to blog an entry with the

[Orgmode] Re: org-googlecl : enhancements - replace existing blog entries.

2010-09-16 Thread Richard Riley
http://splash-of-open-sauce.blogspot.com/2010/09/list-all-blogger-blogs-whose-titles_3011.html You can now create an org listing of blogger blogs whose title matched the regexp you specify. Richard Riley writes: > Tim Burt writes: > >> Richard Riley writes: >> >>&g

[Orgmode] Re: org-googlecl : enhancements - replace existing blog entries.

2010-09-16 Thread Richard Riley
Richard Riley writes: > http://splash-of-open-sauce.blogspot.com/2010/09/list-all-blogger-blogs-whose-titles_3011.html Whoops. Wrong link. Here is the correct one :- http://splash-of-open-sauce.blogspot.com/2010/09/list-all-blogger-blogs-whose-titles_4895.html regards r. > > Yo

[Orgmode] org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-18 Thread Richard Riley
I often find myself chopping a large source code block into smaller entities with their own notes, tags and comments etc. This small utility facilitates that by wrapping the current region with org entry markers and src code delimiters. It assumes you are in a currently src block. http://splash-o

[Orgmode] Re: Tags in Agenda View

2010-09-19 Thread Richard Riley
org-agenda-remove-tags is a variable defined in `org-agenda.el'. Scott Randby writes: > Is there any way to set org-mode so that tags don't appear in the agenda > view? I've been looking around to see if this can be done, but I haven't > been able to find anything. If this cannot be done, then

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-19 Thread Richard Riley
Sébastien Vauban writes: > Hi Richard, > > Richard Riley wrote: >> I often find myself chopping a large source code block into smaller >> entities with their own notes, tags and comments etc. This small utility >> facilitates that by wrapping the current region with o

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-19 Thread Richard Riley
"Eric Schulte" writes: > > Let me know what you think. I notice your implementation uses > regions, It puts the begin/src markers around the region if selected or current word. > where as this one does not, so it's possible I left out some > functionality. I'd like to include some version

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-19 Thread Richard Riley
Richard Riley writes: > "Eric Schulte" writes: > >> >> Let me know what you think. I notice your implementation uses >> regions, > > It puts the begin/src markers around the region if selected or current word. > >> where as this one does not,

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-19 Thread Richard Riley
"Eric Schulte" writes: > Hi Richard, > > Richard Riley writes: > >> Richard Riley writes: >> >>> "Eric Schulte" writes: >>> >>>> >>>> Let me know what you think. I notice your implementation uses >&g

[Orgmode] Re: org-babel - utility to ease chopping src chunks into smaller org entries

2010-09-21 Thread Richard Riley
Christian Moe writes: > Hi, > > I'm late to this discussion, but just a lateral thought: > > Would you consider rewriting this as `org-demarcate-block' or similar, > to operate on all #+begin_...end blocks, not just src? > > If generalized this function could be equally useful for non-src > blo

[Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-26 Thread Richard Riley
Dan Davison writes: > I think that the documentation concerning installation should be made > more user-friendly. My impression is that the Org manual makes all this > sound much harder than it needs to be, and I suspect that this is an > entry-barrier for new Org users. For example, the first th

[Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-26 Thread Richard Riley
Dan Davison writes: > Hi Richard, > > Richard Riley writes: > >> Info files are the issue. The addition to the infopath of the new info >> files is frequently an issue too. I say that because emacs info is my >> nemesis : I have never *properly* underst

[Orgmode] Re: [PROPOSAL] Quick and easy installation instructions

2010-09-26 Thread Richard Riley
Rémi Vanicat writes: > Richard Riley writes: > >> You have no idea how pleased I am to hear you say that ... I sometimes >> wondered if I should go back to notepad ;) When asking the #emacs irc it >> seemed I was the only one in the world that constantly had issues.

[Orgmode] Re: Org-mode screencasts

2010-09-28 Thread Richard Riley
Unfortunately neither istanbul nor recordmydesktop work properly on my twinview desktop : both are very very slow and flickery. What is the current concensus for screencasting with Linux : hopefully with some sort of ability to show the keys pressed and an easy way to annotate the video? Scot

[Orgmode] org and auto-complete faces/overlays clash

2010-09-28 Thread Richard Riley
Not so mega important as org files are not somewhere I would normally have completion turned on, but this time I did while editing some elisp in org-mode :- http://www.myupload.org/viewer.php?file=d8ajog6vgu9fl8idhomm.png The auto-complete menu system clashes with the org-mode folding : somethin

[Orgmode] Re: ELPA

2010-09-28 Thread Richard Riley
Achim Gratz writes: > "Eric Schulte" writes: >> I would think that it only makes sense to have one Org-mode package in >> ELPA, namely the bleeding edge git version of Org-mode. > > I disagree and my vote is still on 'maint', i.e. what a user would be > most likely to install if he was visiting

[Orgmode] [PATCH] tag input separators

2010-10-04 Thread Richard Riley
I dont know if it would be generally useful, but a tiny little tweak to tag editing in order to allow "," as a seperator when typing in tags via C-c C-q TAB "free entry" interface. "," is certainly easier for me to use but I dont know about the ramifications of it as a legal character in a tag nam

[Orgmode] Re: org-bbdb: anniversaries with unknown years

2010-10-10 Thread Richard Riley
Carsten Dominik writes: > On Oct 10, 2010, at 12:15 PM, Christoph Groth wrote: > >> Hello, >> >> I'd like to keep birthdays and similar dates in bbdb and have them >> shown >> in my org mode agenda views. Often, however, I do not know the year >> of >> an anniversary, and in the case of my a

Re: [Orgmode] Re: org-bbdb: anniversaries with unknown years

2010-10-10 Thread Richard Riley
Carsten Dominik writes: > On Oct 10, 2010, at 1:16 PM, Richard Riley wrote: > >> >> ++ on that one. I get funny looks when asking friends what year they >> were born in. Not least because I refuse to capitulate to the FaceBook >> masses. org-mode might be referred

[Orgmode] bug? scheduled keyword inside org items.

2010-10-11 Thread Richard Riley
I had stored a post here in my todo life as follows , | | * my org item | | Subject: Re: Recurring scheduled items appearing in schedule | From: Bernt Hansen | To: Dustin Hoffman | Date: Sat, 09 Oct 2010 20:16:52 -0400 | | Dustin Hoffman writes: | | > I have scheduled reminders for thi

Re: [Orgmode] bug? scheduled keyword inside org items.

2010-10-11 Thread Richard Riley
sing #+BEGIN_COMMENT block, timestamps and SCHEDULED are > found by the agenda. That doesn't sound good. Should it? > > A workaround for your problem can be setting those timestamps as > inactive. > > Regards, > .j. > > On Mon, Oct 11, 2010 at 06:18:06PM +0200, Ri

[Orgmode] optimal usage Q : how would you do this?

2010-10-12 Thread Richard Riley
I'd like to see how others manipulate org. Lets say I have a load of contracts to follow up on. heres the raw data , | Contracts to follow up on | | Basics | Vattenfall | Water | HanseGas | Insurances | Zürich | BGN | IHK (not really insurance though) | Suppliers | Unterbi

[Orgmode] Re: Requests about the code demarcation

2010-10-17 Thread Richard Riley
Achim Gratz writes: > "Eric Schulte" writes: >> Thanks for the suggestions, I've just implemented them. > > This likely relates to commit eb0068e9, which raises this warning > > In org-babel-demarcate-block: > ob.el:1141:49:Warning: reference to free variable `org-babel-load-languages' > > duri

[Orgmode] Bug/feature : crypt encrypts empty string.

2010-10-22 Thread Richard Riley
I was just saving a cleaned up org file as a "template" for later projects when and a crypt region I had just removed magically reappeared! e.g , | * Domain | ** Registrar:crypt: | -BEGIN PGP MESSAGE- | Version: GnuPG v1.4.10 (G

[Orgmode] capture initial "level" and refile of capture buffer

2010-10-22 Thread Richard Riley
What determines the level of a new capture element? e.g I just created one and it started at "". feature request : when I added some sub elements to a capture buffer e.g * my new capture ** sub point *** sub sub point 1 *** sub sub point 2 and hit C-c C-w to refile, it only refiled the su

[Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-10-28 Thread Richard Riley
"Eric Schulte" writes: > Hi, > > Phil Hagelberg recently introduced me to epresent.el by Tom Tromey. > It's a very nice little utility for giving presentations using Emacs as > the display engine. Obviously I was aghast to learn that epresent > didn't work with Org-mode documents. I took the li

[Orgmode] org-directory changed?

2010-11-16 Thread Richard Riley
Has something dramatic changed with how org loads files? My org-directory setting is ~/org-files. When I start up my agenda this morning after a git pull I get insert-file-contents-literally: not a regular file: /home/shamrock/org-files cheers r. ___

[Orgmode] Re: org-directory changed?

2010-11-17 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> >> Has something dramatic changed with how org loads files? >> >> My org-directory setting is ~/org-files. >> >> When I start up my agenda this morning after a git pull I get >> >> insert

[Orgmode] Re: My Gnus does not work with newest org

2010-12-17 Thread Richard Riley
Rafael Villarroel writes: > Hello all, > > I have defined the following: > > (setq gnus-home-directory "~/Dropbox/gnus") > (setq gnus-directory "~/Dropbox/gnus/News") > (setq message-directory "~/Dropbox/gnus/Mail") > > and so my init Gnus file is at ~/Dropbox/gnus/.gnus. When loading > org

[Orgmode] error navigating the agenda "org-agenda-earlier"

2011-01-03 Thread Richard Riley
Using org from git today:- C-c a a to bring up my agenda for the week. , | b runs the command org-agenda-earlier, which is an interactive compiled Lisp | function in `org-agenda.el'. ` Debugger entered--Lisp error: (error "Not allowed in nil-type agenda buffers") signal(error ("Not al

[Orgmode] Re: error navigating the agenda "org-agenda-earlier"

2011-01-03 Thread Richard Riley
Bernt Hansen writes: > Richard Riley writes: > >> Using org from git today:- >> >> C-c a a to bring up my agenda for the week. >> >> , >> | b runs the command org-agenda-earlier, which is an interactive compiled >> Lisp >> | functi

[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

[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: [off-topic] emacs23 or emacs-snapshot-gtk (Ubuntu)

2009-10-26 Thread Richard Riley
Ian Barton writes: >> I have been using the emacs-snapshot package for a long time, since the >> era of Ubuntu 7.04, and it worked fine and I got all the latest versions >> of emacs with it. Now, I just installed 9.10 from scratch, and when I >> search for emacs on apt-cache, I get the followi

[Orgmode] sexp in org remember templates

2009-10-26 Thread Richard Riley
Not being much of an elisp programmer and just returning to try and integrate with org-learn a little :- This ("vocab"?v "* Learn TODO %(format '%s' rgr/orig-word) :VOCAB:\n:PROPERTIES:\n:orig:\t%(format '%s' rgr/orig-word)\n:trans:\t%(format '%s'

[Orgmode] Re: sexp in org remember templates

2009-10-26 Thread Richard Riley
Richard Riley writes: > Not being much of an elisp programmer and just returning to try and > integrate with org-learn a little :- > > This > > ("vocab"?v "* Learn TODO %(format '%s' rgr/orig-word) > :VOCAB:\n:PROPERTIES:

[Orgmode] Re: sexp in org remember templates

2009-10-26 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> >> Not being much of an elisp programmer and just returning to try and >> integrate with org-learn a little :- >> >> This >> >>("vocab"?v "* Learn TODO %(format &#

[Orgmode] Auto scheduling an org-remember-template item

2009-10-26 Thread Richard Riley
I have an org-remember-template :- , | ("vocab" ?v "** TODO Learn | %(rgr/orig-word)\t:VOCAB:\n%u\n:PROPERTIES:\n:orig:\t%(rgr/orig-word)\n:trans:\t%(rgr/trans-word)\n:END:\n%!" | "vocab.org") ` How can I auto schedule (no prompts) this auto-save item (%!) to +1d ? ___

[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

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

2009-10-29 Thread Richard Riley
greg...@dynapse.com (Gregory J. Grubbs) writes: > Eric S Fraga writes: > >> At Sat, 24 Oct 2009 21:34:10 -0500, Russell Adams wrote: >> >> [...] >> >>> I reverse my recommendation regarding BBDB. >>> >>> /rant on >>> >> >> [...] >> >>> /rant off >> >> I'm in complete agreement with you on this

[Orgmode] exclude certain types from agenda

2009-10-30 Thread Richard Riley
Is it possible to exclude certain tags from the normal agenda? (org-agenda a). I have vocab org items to learn (tagged VOCAB) but only want to see them from a specially selected agenda tags "v" view : not from the "normal" agenda. regards r. ___

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

2009-10-30 Thread Richard Riley
Richard Riley writes: > 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 intere

[Orgmode] Re: exclude certain types from agenda

2009-10-30 Thread Richard Riley
Matt Lundin writes: > Richard Riley writes: > >> Is it possible to exclude certain tags from the normal agenda? >> (org-agenda a). >> >> I have vocab org items to learn (tagged VOCAB) but only want to see them >> from a >> specially selected a

[Orgmode] template is jumping to org file after auto save + enhancement request

2009-11-02 Thread Richard Riley
I use this remember template to auto store an org item. ("vocab" ?v "** TODO Learn %(rgr/orig-word)\t:VOCAB:\n:PROPERTIES:\n:orig:\t%(rgr/orig-word)\n:trans:\t%(rgr/trans-word)\n:from:\t%(rgr/from-lang)\n:to:\t%(rgr/to-lang)\n:END:\n%!" "vocab.org" botto

[Orgmode] Re: Notmuch: An emacs interface for fast global search and tagging of email

2009-11-19 Thread Richard Riley
Carl Worth writes: > On Wed, 18 Nov 2009 18:39:03 +0100, Carsten Dominik > wrote: >> this sounds interesting, but I'd like to know: >> what is the difference with, for example mh-search, or mairix? > > I'm not familiar with mh-search, so I can't comment there. > > As for mairix, I think a big i

[Orgmode] refiling

2010-01-13 Thread Richard Riley
I'm a bit rusty so please excuse any stupid questions. I decided to clear up my org files which are, frankly, a mess. Two major issues for me to get my head around. 1) Tags v Categories. Its not entirely obvious to me what categories are for. Are they like a more specialised tag? 2) Refiling.

[Orgmode] Re: refiling

2010-01-13 Thread Richard Riley
> If I then select "general" it also prompts for me now to select "learn > org mode". Is this because of some hangover from me using org-mode? In That should read "ido-mode". Sorry. > other words I cant refile to linux.org/debian. > ___ Emacs-orgmo

[Orgmode] Re: refiling

2010-01-13 Thread Richard Riley
Manish writes: > On Wed, Jan 13, 2010 at 10:00 PM, Richard Riley wrote: >> >> I'm a bit rusty so please excuse any stupid questions. >> >> I decided to clear up my org files which are, frankly, a mess. >> >> Two major issues for me to get my head

[Orgmode] Re: refiling

2010-01-13 Thread Richard Riley
Matt Lundin writes: >> if I refile from elsewhere, it picks ALL items at a level to refile to when >> I select >> linux.org. >> >> e.g linux.org/general, linux.org/debian, linux.org/test >> >> If I then select "general" it also prompts for me now to select "learn >> org mode". Is this because o

[Orgmode] Re: refiling

2010-01-13 Thread Richard Riley
John Rakestraw writes: >>>>>> Richard Riley writes: > >> That is fine and as expected. My point is more that I am unable to >> file to linux.org/general since it has elements filed there. It offers >> me to select an actual existing org item as opposed to

[Orgmode] Re: refiling

2010-01-15 Thread Richard Riley
e, but the building back from scratch is good for a clean out of my org-settings ;) r. Carsten Dominik writes: > On Jan 13, 2010, at 8:07 PM, John Rakestraw wrote: > >>>>>>> Richard Riley writes: >> >>> That is fine and as expected. My point is more t

[Orgmode] clock and WAIT

2010-01-15 Thread Richard Riley
When I put a task into certain states it would be nice to stop the clock automatically. It is done for DONE at the moment. Would it make sense to make org-clock-out-when-done a list of state names rather than (or in addition to) a bool? That way I could make it DONE, WAIT so when I cycle the s

[Orgmode] Re: clock and WAIT

2010-01-15 Thread Richard Riley
Manish writes: > On Fri, Jan 15, 2010 at 4:52 PM, Richard Riley wrote: >> >> When I put a task into certain states it would be nice to stop the clock >> automatically. It is done for DONE at the moment. >> >> Would it make sense to make >> >> org-cl

[Orgmode] enhance suggestion - clock mode line

2010-01-17 Thread Richard Riley
Is it possible for org-mode to display the clock mode status element when you start up org-mode (by creating an agenda) and it discovers a hanging "clocked in" clock? Should it even do this? -- Google Talk : rileyrg...@googlemail.com http://www.google.com/talk __

[Orgmode] Re: org-encrypt-entries seems to break perl- and cperl-mode

2010-01-19 Thread Richard Riley
Carsten Dominik writes: > Hi Jeffrey, > > indeed you need to make sure that this hook runs only in Org-mode files. > This is automatically done by calling > > (org-crypt-use-before-save-magic) > > after loading org-crypt.el. > > Internally, this achieves it's goal by installing > a function into

[Orgmode] clock based context settings

2010-01-19 Thread Richard Riley
I would like to be able to execute arbitrary elisp when I clock in or out of a certain org.item This would be very, very useful for defining variables or even keystrokes on a "per project" basis. Ideally it would work using inheritance so if an item does not have something then the project or file

[Orgmode] [PATCH] added a new modeline face for tasks which have overrun their effort estimate

2010-01-19 Thread Richard Riley
This small patch (be gentle, its my first) adds a new face,org-mode-line-clock-overrun, for the modeline task clock when a task has overrun its allotted Estimate. I will try to set up the remote repo thing described here http://orgmode.org/worg/org-contribute.php#sec-3 but I'm not 100% sure of wh

[Orgmode] Re: [PATCH] added a new modeline face for tasks which have overrun their effort estimate

2010-01-19 Thread Richard Riley
regards r. Richard Riley writes: > This small patch (be gentle, its my first) adds a new > face,org-mode-line-clock-overrun, for the modeline task clock when a > task has overrun its allotted Estimate. > > I will try to set up the remote repo thing described here > http://orgmode

[Orgmode] Re: [PATCH] added a new modeline face for tasks which have overrun their effort estimate

2010-01-19 Thread Richard Riley
Jan Böcker writes: > On 20.01.2010 06:22, Richard Riley wrote: >> >> I believe I now have a repo set up that can be pulled from. Not sure if >> its done the correct way since I didnt clone org-mode. Rather I pushed >> my clone master and then the overrun branch. I *

[Orgmode] Re: clock based context settings

2010-01-20 Thread Richard Riley
n_20_09:30:37_2010-1 > Content-Type: text/plain; charset=US-ASCII > > Hi Richard, > > At Tue, 19 Jan 2010 23:16:08 +0100, > Richard Riley wrote: >> >> >> I would like to be able to execute arbitrary elisp when I clock in or >> out of a certain org.item Thi

[Orgmode] org-babel

2010-01-21 Thread Richard Riley
Two questions/requests on this nice module 1) Open src blocks to edit : I found docs which said C-c c-o or C-c ' should open src blocks. The first executes it according to the docs. So how to open? Is there no standard binding I might need to enable? 2) I set up the emacs init as described in th

[Orgmode] Re: [babel] Moving to babel the whole configuration

2010-01-22 Thread Richard Riley
Eric S Fraga writes: > At Thu, 21 Jan 2010 07:43:17 -1000, Thomas S. Dye wrote: > >> Have you seen the emacs starter kits? I've found Eric Schulte's >> starter kit to be very handy. After struggling with emacs >> configuration for decades I now have at least the illusion of >> control. The con

[Orgmode] org-babel and emacs init

2010-01-25 Thread Richard Riley
What approach have you taken to loading multiple files using the org-babel method? The example on the babel page searches out all org files and then untangles the elisp snippets and rewrites files with a .el extensions loading them as it goes. But how to order this or how best to load /decode/e

[Orgmode] Enhancement : crypt and org-ctrl-c

2010-01-25 Thread Richard Riley
Carsten, This adds ctrl-c ctrl-c context sensitive processing to pgp blocks created by org-crypt. I wasnt entirely sure where to put the regexp func so, since its so small with the crypt patch, I submit it "neat" rather than as a diff. I didnt spot another org func which does the same thing. Hop

[Orgmode] Re: Make archived headers unavailable as refile targets?

2010-01-26 Thread Richard Riley
Paul Mead writes: > 2010/1/26 Carsten Dominik : > >> >> Take a look at the variable `org-refile-target-verify-function'. >> >> HTH >> >> - Carsten >> >> > Thanks Carsten, I've had a look at the variable and the customize > option for it and I'm afraid I don't understand how to use it for my > tas

[Orgmode] Re: Make archived headers unavailable as refile targets?

2010-01-26 Thread Richard Riley
Richard Riley writes: > There might be easier ways, but as I'm familiarising myself more with > elisp, here's one solution: > Having seen David's solution, I realised the org-archive-tag in your case is better rather than the more "general" solution I aimed f

[Orgmode] Re: org-babel and emacs init

2010-01-26 Thread Richard Riley
"Eric Schulte" writes: > Hi Richard, > > Richard Riley writes: > >> What approach have you taken to loading multiple files using the >> org-babel method? >> >> The example on the babel page searches out all org files and then >> untang

[Orgmode] refiling : limiting the destination refile targets

2010-01-26 Thread Richard Riley
Here is a slight extension of the previously discussed ability to restrict what are considered valid refile targets. You can simply modify the restricted list org-no-refile-targets (which can be a list as below or simply a string tag such as "norefile". , | (defun org-contains-tags (tags) |

[Orgmode] Re: Hide file names in agenda view

2010-01-28 Thread Richard Riley
Matt Lundin writes: > "David A. Gershman" writes: > >> I've been searching a while and thought it'd be simple to find. How can >> I suppress the file names in the agenda view? >> >> i.e. turn >> >>file2:7:00- 8:00 alwkjekisdjksj >>file1: 10:00-11:00 alsdkfjasdlfkj >> >> into >> >>

[Orgmode] Re: Any idea why the git repo is so huge

2010-02-02 Thread Richard Riley
Leo writes: > On 2010-02-02 12:29 +, Ian Barton wrote: >>> >>> The git repo I just checked out a minute ago is 54M, 20 times bigger >>> than the org lisp files. Any idea why it is so large? Thanks. >>> >>> Leo >>> >> Don't forget it has a complete history of all org development since >> the i

[Orgmode] Template org files, org-babel.

2010-02-03 Thread Richard Riley
What are the possibilities for auto creating an org file based on a template so that all todo items are auto scheduled based on an arbitrary start date? Or would this be strictly a job for sed/awk or something? Having just seen a screencast of xiki, http://xiki.org/screencasts/web_development.htm

[Orgmode] bug : org-agenda-todo in column mode

2010-02-16 Thread Richard Riley
When invoking C-c C-t in the agenda whilst in column mode the buffer is not redrawn to show the new TODO state of the item under cursor. regards, r. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu

[Orgmode] Re: bug : org-agenda-todo in column mode

2010-02-16 Thread Richard Riley
Richard Riley writes: > When invoking C-c C-t in the agenda whilst in column mode the buffer is not > redrawn to show the new TODO state of the item under cursor. > oops, The subject should read "org-columns-todo". ___ Em

[Orgmode] schedule repeated reminder on multiple days for multiple weeks

2010-02-19 Thread Richard Riley
What would the best approach be to schedule something like a radio program which is on monday to friday at a certain time for the next 20 weeks? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: schedule repeated reminder on multiple days for multiple weeks

2010-02-19 Thread Richard Riley
Łukasz Stelmach writes: > Richard Riley writes:> >> What would the best approach be to schedule something like a radio >> program which is on monday to friday at a certain time for the next 20 >> weeks? > > > > * Incredible Radio Show 20:00-20:55 > &am

[Orgmode] Re: schedule repeated reminder on multiple days for multiple weeks

2010-02-20 Thread Richard Riley
Richard Riley writes: > Łukasz Stelmach writes: > >> Richard Riley writes:> >>> What would the best approach be to schedule something like a radio >>> program which is on monday to friday at a certain time for the next 20 >>> weeks? >> >>

[Orgmode] Re: mailto links

2010-02-24 Thread Richard Riley
r...@rosslaird.info (Ross A. Laird) writes: > > (setq 'mail-user-agent' 'gnus-user-agent') > > Which, of course, causes emacs to choke (or, at least to grumble.) > > Ross Hi Ross : its a gnus setting not a browse setting. Inside emacs put your cursor over the variable name "mail-user-agent". Pr

[Orgmode] Re: mailto links

2010-02-24 Thread Richard Riley
r...@rosslaird.info (Ross A. Laird) writes: > Richard Riley writes: > >> r...@rosslaird.info (Ross A. Laird) writes: >> >>> >>> (setq 'mail-user-agent' 'gnus-user-agent') >>> >>> Which, of course, causes emacs to choke

[Orgmode] Re: default browser - SOLVED

2010-02-28 Thread Richard Riley
Henri-Paul Indiogine writes: > Matt Lundin writes: >>> (setq browse-url-browser-function (quote browse-url-generic)) >>> (setq browse-url-generic-program "firefox") >> >> (setq browse-url-browser-function 'browse-url-firefox) >> (setq browse-url-firefox-new-window-is-tab t) >> >> The second sett

[Orgmode] Emacs in a Term and Org

2010-02-28 Thread Richard Riley
More often than not I run emacsclient in rxvt under Tmux (a Screen replacement). As a result (and inconveniently) a lot of common key sequences dont work properly - generally involving shift/control/alt and arrow and function keys. Most of the time it doesn't matter as there is always a work aroun

[Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Richard Riley
Jan Böcker writes: R> On 01.03.2010 05:29, Richard Riley wrote: >> >> More often than not I run emacsclient in rxvt under Tmux (a Screen >> replacement). As a result (and inconveniently) a lot of common key >> sequences dont work properly - generally involving shift/c

[Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Richard Riley
Jan Böcker writes: > On 01.03.2010 10:22, Richard Riley wrote: >> Not really as they still use the arrow keys. > I am sorry, my brain must not have been fully functional when I posted this. > >> C-c is reported as undefined. Possibly someone else can confirm >> if

[Orgmode] Re: creating notes in tasks

2010-03-17 Thread Richard Riley
Hi Neil, Emacs is great at self documenting. When your cursor is in your org buffer, press "C-h m" , change to the new buffer and search for "note". If you want to know more about a command sequence then press "C-h k" and then the sequence you are interested in. e.g "C-h k C-c C-z" in an org bu

[Orgmode] Re: Basic orgmode tutorial

2010-03-23 Thread Richard Riley
Memnon Anon writes: > Hi, > Alexander Poslavsky writes: > >> attached is an updated version of the file, added agenda and some lines on >> gtd and exporting. > > I just read it and you did a great job so far; I will have a closer look > later again, sadly I am very busy right now :(. > > Just o

[Orgmode] Re: org-mode tutorial questionaire

2010-03-23 Thread Richard Riley
Matt Lundin writes: > Hi Alex, > > Alexander Poslavsky writes: > >> There is a new tutorial on worg: http://orgmode.org/worg/org-tutorials/ >> org4beginners.php. The idea is to write a tutorial for somebody who is >> new to org-mode. > ... >> For everybody: >> -What kind of tutorial would be the

[Orgmode] Re: org-mode tutorial questionaire

2010-03-24 Thread Richard Riley
Bernt Hansen writes: > Richard Riley writes: > >> Matt Lundin writes: >> >>> Hi Alex, >>> >>> Alexander Poslavsky writes: >>> >>>> There is a new tutorial on worg: http://orgmode.org/worg/org-tutorials/ >>>> org4

[Orgmode] Re: Org mode and emacs email

2010-03-29 Thread Richard Riley
Simon Brown writes: > Hi all, > > I currently use mutt as my email client but I'm looking for greater > emacs integration and better html support. Org mode supports at least > gnus, vm and wanderlust. Can anybody advise on the relative pros and > cons? My main restriction is that I don't want to

[Orgmode] Re: Org mode and emacs email

2010-03-30 Thread Richard Riley
Simon Brown writes: > * Richard Riley (rileyrg...@gmail.com) wrote: >> This is pretty "fanboi" of me but its really simple : use Gnus. It can >> do imap fine (you can always move to using a local dovecot >> server and use offlineimap to sync if performance is a pr

[Orgmode] Re: Org mode and emacs email

2010-03-30 Thread Richard Riley
Simon Brown writes: > * Scott Brim (s...@employees.org) wrote: >> Wanderlust seems best at IMAP -- I would go there first, but if you've >> tolerated >> mutt's IMAP support this long, maybe you don't need good IMAP support. VM >> has nice integration with w3m for HTML. IMHO don't start on gn

[Orgmode] org-protocol and web links

2010-04-06 Thread Richard Riley
Does anyone have a "w" template which can store a hot link using the page title (not just the url) in addition to the selection under the title line? The problem I find is that I havent got the combo right to do this : if I select something on a conkeror page and then call org-remember the selec

[Orgmode] Re: org-protocol and web links

2010-04-07 Thread Richard Riley
Matt Lundin writes: > Hi Richard, > >> e.g I want my new org item first line to be something like the following >> if I invoke org-remember from conkeror on a web page having first >> hilited "blah blah" somewhere on the page > > With the following org-remember-template: > > --8<---cu

[Orgmode] conkeror, org-remember, special-display-buffer-names and remember

2010-04-08 Thread Richard Riley
Using the worg code to remember from firefox/conkeror I had hoped that setting special-display-buffer-names to a list containing "*Remember*" would see the frame created by using "C-c r" deleted when the *Remember* buffer is killed. That is not the case. Currently I get a new frame with each call

[Orgmode] floating, non scheduled agenda items

2010-04-09 Thread Richard Riley
What would be the best way to include in my daily agenda a section of non schedule items which are there every day until I decide to remove them. e.g Say I have a link to "Guitar practise" which is a regularly updated url to the page I am at? No specific date, Just something I want to see on my da

[Orgmode] Re: floating, non scheduled agenda items

2010-04-10 Thread Richard Riley
Richard Riley writes: > What would be the best way to include in my daily agenda a section of > non schedule items which are there every day until I decide to > remove them. e.g Say I have a link to "Guitar practise" which is a regularly > updated url to the page I am at?

[Orgmode] "g" to refresh agenda

2010-04-10 Thread Richard Riley
Currently in agenda "g" refreshes it *but* it also brings us back to current agenda. I feel it should *probably* refresh the current viewed date range (I tend to edit past items quite frequently and hit g to refresh the agenda view for that week). Is there an override?

[Orgmode] Re: "g" to refresh agenda

2010-04-10 Thread Richard Riley
Carsten Dominik writes: > On Apr 10, 2010, at 12:44 PM, Richard Riley wrote: > >> >> Currently in agenda "g" refreshes it *but* it also brings us back to >> current agenda. I feel it should *probably* refresh the current viewed >> date range > > That

[Orgmode] Re: org-clock-goto plus org-narrow-to-subtree?

2010-04-12 Thread Richard Riley
Karsten Heymann writes: > Hi Carsten, > > Carsten Dominik writes: >> On Apr 12, 2010, at 3:05 PM, Karsten Heymann wrote: >>> does anyone have a solution to combine org-clock-goto with >>> org-narrow-to-subtree, so that upon keypress I get a buffer with only >>> the currently clocked task in it?

  1   2   3   4   >