Re: [O] A mail client that is org-mode compatible

2013-01-01 Thread Richard Riley
Daniel Clemente writes: > I use Wanderlust and can make links from org just fine. > > I used gnus from 2008 to 2010 but could not make it work as I wanted. It > seemed to value some things that I didn't (e.g. scoring, splitting, NNTP-style > everywhere) whereas it didn't shine in other areas

Re: [O] Adding tags when capturing?

2012-12-20 Thread Richard Riley
Alan Schmitt writes: > Carsten Dominik writes: > >> On 20.12.2012, at 09:30, Alan Schmitt wrote: >>> Is there a way to set-up the capture buffer so that tags may be >>> completed according to the ones present in another file? >> >> You will be able to complete based on what is present in the tar

Re: [O] Best way to implement project specific captures

2012-08-25 Thread Richard Riley
Bastien writes: > Hi Richard, > > Richard Riley writes: > >> ALso it would be really really nice if it would >> use the existing org file if that file is on the agenda list and I dont >> specify a path component on the destination file variable in the >> t

Re: [O] Best way to implement project specific captures

2012-08-24 Thread Richard Riley
Bastien writes: > Richard Riley writes: > >> I see Bastien and Carsten are in on the thread too, I'll step back and >> see in what direction this now goes ;) Thanks again for the great >> feature! > > This is how it works right now. > > For each agend

Re: [O] Best way to implement project specific captures

2012-08-23 Thread Richard Riley
Sylvain Rousseau writes: > It is an org-capture issue. You have to specify the full path of the org file > in the template even if this file is an agenda > file. Otherwise org-capture assumes that the file is located in > `org-directory'. with no path to use the "existing one" would be a real b

Re: [O] Best way to implement project specific captures

2012-08-22 Thread Richard Riley
Richard Riley writes: > Sylvain Rousseau writes: > >> Have a look at https://github.com/thisirs/org-context : Context agenda and >> capture for Org-mode >> >> It dynamically adds templates depending on the buffer you are currently >> editing. New templates

Re: [O] Best way to implement project specific captures

2012-08-22 Thread Richard Riley
Sylvain Rousseau writes: > Have a look at https://github.com/thisirs/org-context : Context agenda and > capture for Org-mode > > It dynamically adds templates depending on the buffer you are currently > editing. New templates are available with the key > "c" or merged if there is no conflict wi

Re: [O] Best way to implement project specific captures

2012-08-22 Thread Richard Riley
Sylvain Rousseau writes: > Have a look at https://github.com/thisirs/org-context : Context agenda and > capture for Org-mode > > It dynamically adds templates depending on the buffer you are currently > editing. New templates are available with the key > "c" or merged if there is no conflict wi

[O] Best way to implement project specific captures

2012-08-21 Thread Richard Riley
Currently I maintain a datetree journal capture using a template so , | ("j" "journal" entry (file+datetree "journal.org") | "* %?\n\t:PROPERTIES:\n\t:DateCreated: %T\n\t:Link: %a\n\t:END:\n") ` I also use j rockways' eproject set

[O] possible bug : multiple datetree files

2012-08-17 Thread Richard Riley
I added a new datetree org file template in addition to my original journal.org :- in org-capture-templates , | ("j" "journal" entry (file+datetree "journal.org") | "* %?\n\t:PROPERTIES:\n\t:DateCreated: %T\n\t:Link: %a\n\t:END:\n") |

[O] org-mobile and journaling

2012-08-16 Thread Richard Riley
I have a journal file defined in my capture templates like this ("j" "journal" entry (file+datetree "journal.org") Is there any way I can somehow get org-mobile to refile to this on org-mobile-pull? Id like my captures to turn up in my

Re: [O] MobileOrg: Confusion about capturing?

2012-08-07 Thread Richard Riley
'Mash writes: > Afternoon, > > Just started using MobileOrg (Android) and I am a little confused as to > capturing notes. I have a single 'agenda' file setup which I can see... > > --- > Agenda views > mashdot.org > --- > > I assumed that I could capture a note within 'mashdot.org' allowing me

Re: [O] org-mobile : security

2012-08-04 Thread Richard Riley
Greg Troxel writes: > Richard Riley writes: > >> org-mobile allows you to use some form of encryption when pushing to the >> MobileOrg directory. Encrypts and works fine. The issue is that the >> mobile app has a password setting to unencrypt but there is no >&g

[O] org-mobile : security

2012-08-02 Thread Richard Riley
org-mobile allows you to use some form of encryption when pushing to the MobileOrg directory. Encrypts and works fine. The issue is that the mobile app has a password setting to unencrypt but there is no protection on the app itelf meaning anyone can read the org files from thje mobileorg app itse

[O] org-mode : add note/flag a capture

2012-08-02 Thread Richard Riley
Is it correct that you cant add a note or change a status to a newly captured item before its been synced into emacs and repulled/synced? I cant see how from the iPhone UI. (I guess I could manually type the note property format in the capture but that would be painful)

Re: [O] tags searching

2012-07-31 Thread Richard Riley
Giovanni Ridolfi writes: > Da: Richard Riley > Inviato: Lunedì 30 Luglio 2012 11:15 > > Hi, Richard, > >>, >>| org-agenda-files is a variable defined in `org.el'. >>| Its value is ("~/.orgfiles" "~/webs/.orgfiles") >>| Origi

[O] tags searching

2012-07-30 Thread Richard Riley
, | org-agenda-files is a variable defined in `org.el'. | Its value is ("~/.orgfiles" "~/webs/.orgfiles") | Original value was nil ` C-h a m visa does not find a heading in ~/.orgfiles/other.org where the top level for an entry is as follows:- , | * cards

[O] autotagging based on buffer content

2012-06-08 Thread Richard Riley
Hi, I just thought Id ask this again Does anyone have the solution or elisp skills for a system built into templates to auto tag based on source buffer contents? This would be immensely useful I think. (previously asked here: http://comments.gmane.org/gmane.emacs.orgmode/55137) Ideally, for exa

[O] Setting datetree at the file level

2012-05-30 Thread Richard Riley
I can specifiy a capture template to use datetree for new entries. Is it possible to tag this format in the org file itself so any templates which dont mention an entry type will pick up the datetree filing style from the orgfile itself?

[O] Change default org file to file note to.

2012-05-29 Thread Richard Riley
I have an org template , | ("j" "journal" entry (file+datetree "journal.org") | "* %?\n\t:PROPERTIES:\n\t:DateCreated: %T\n\t:Link: %a\n\t:END:\n") ` How could I go about altering this or approaching the problem in a different ma

Re: [O] mail integration, advice?

2012-04-30 Thread Richard Riley
Neil Smithline writes: > On 4/27 08:09 , Stephen Eglen wrote: >> A relatively new emacs mailer, mu4e, is worth mentioning: >> >> http://www.djcbsoftware.nl/code/mu/mu4e.html >> >> I really like it so far + it has support for org mode links. > > Stephen, > > I didn't know about mu4e. I've played a

Re: [O] notes in the agenda

2012-04-29 Thread Richard Riley
Bastien writes: > Hi Richard, > > Richard Riley writes: > >> Now, whats the easist way to either (a, preferably) have the second agenda >> item display >> the *note* rather than the org item title > > There is no way to do this right now. > >> or (b

[O] notes in the agenda

2012-04-29 Thread Richard Riley
Hi folks. I have a "journal template" which puts an active timestamp in journal entries so they appear in the default agenda. However the default note taking C-c C-z does this too. This is fine per-se but this means the note too appears in the agenda as shown here from the following org excerpt:

Re: [O] mail integration, advice?

2012-04-28 Thread Richard Riley
RC writes: > Eric Fraga ucl.ac.uk> writes: >> >> I used to use offline-imap + dovecot when I used wl and things worked >> very well indeed. When I moved to gnus, I used the gnus agent which >> also now works very well (there was a period of instability a year or >> two ago). The gnus agent fu

[O] filetags - at certain level

2012-04-26 Thread Richard Riley
Would it be an easy enhancement to specify the level to apply certain filetags from the top org file meta data e.g #+FILETAGS: :crypt#2:private: In other words the more explicit equivalent would be something like * Banking ** Deutsche Bank Credit Card:crypt:visa: ** Maldives Platinum Card

Re: [O] Auto tag based on buffer contents?

2012-04-24 Thread Richard Riley
Darlan Cavalcante Moreira writes: > I don't think there exist an autotag feature, but you can use template > expansions [1] to put the sender's name as a tag in the headline. For > instance, you could use the template expansions "%:from", "%:fromname" > or "%:fromaddress". But I don't know how th

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Richard Riley
Bastien writes: > Dear all, > > we will have 3 students hacking Org thanks to Google and the GSoC > program. The list of all accepted projects can be checked here: > > http://www.google-melange.com/gsoc/projects/list/google/gsoc2012 > > Congratulations to Thorsten, Aurélien and Andrew who mad

[O] Auto tag based on buffer contents?

2012-04-23 Thread Richard Riley
Is there any facility to "auto tag" a capture based on the contents of the buffer the capture was started in? To be honest I only need something that would tag a capture with, for example "hostgator", if the gnus message I am capturing from included their email address. thanks, r.

Re: [O] Org tasks from gnus

2012-04-22 Thread Richard Riley
Kyle Sexton writes: > Does anyone know a way to automatically create/link org-tasks from Gnus > messages? My current workflow is to just start a new capture and type > in or paste some of the relevant info, but if org could link to the > message that would be ideal. Simpy put a link to the gnus

Re: [O] org-protocol-capture and chrome

2012-04-20 Thread Richard Riley
Bastien writes: > Richard Riley writes: > >> Bernt Hansen writes: >> >>> Harri Kiiskinen writes: >>> >>>> The format of the patch was probably not correct as I have no idea >>>> whether it made it anywhere from this list

Re: [O] org-protocol-capture and chrome

2012-04-20 Thread Richard Riley
Bernt Hansen writes: > Harri Kiiskinen writes: > >> The format of the patch was probably not correct as I have no idea >> whether it made it anywhere from this list, but should be found in the >> archives around April 14th. > > It's sitting on the patchwork server waiting to be dealt with. > > h

Re: [O] org-protocol-capture and chrome

2012-04-17 Thread Richard Riley
Richard Riley writes: > Could someone please post a working setup (browser bookmark url and > template) for org-protocol-capture to correctly get triggered from a > Google Chrome bookmark link in order to store the current url. Googling > shows some conflicting views : some with re

[O] org-protocol-capture and chrome

2012-04-17 Thread Richard Riley
Could someone please post a working setup (browser bookmark url and template) for org-protocol-capture to correctly get triggered from a Google Chrome bookmark link in order to store the current url. Googling shows some conflicting views : some with removing calls to encodeURI and others hacking x

Re: [O] Capturing to current file

2012-04-14 Thread Richard Riley
Nick Dokos writes: > Nick Dokos wrote: > >> I couldn't really tell what the OP requested, > > ... and then I noticed the Subject: header - d'oh... > > Nick > ;))

Re: [O] Capturing to current file

2012-04-14 Thread Richard Riley
Karl Voit writes: > * Marvin Doyley wrote: >> Hi there, > > Hi! > >> I am trying to create a thought bin related to a specific project >> (org-file, where I perform all my writing task). >> My idea is very simple, if an idea, todo item related to the project >> i am working on, which is usuall

Re: [O] Limit todo window

2012-02-18 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> >> Whats the best way to limit the window that agendas use to show open >> todo items? e.g when I do C-c a a I dont want to see TODOs set for a >> years time - generally I might only want things in the current wee

[O] Limit todo window

2012-02-17 Thread Richard Riley
Whats the best way to limit the window that agendas use to show open todo items? e.g when I do C-c a a I dont want to see TODOs set for a years time - generally I might only want things in the current week or so. is there something built and instantly configurable to achieve this?

[O] Journalling certain BBDB contacts in org

2012-02-09 Thread Richard Riley
Does anyone have something which potentially auto creates a journal entry with an org link back to sent items in gnus for certain email addresses which, present in bbdb, are somehow tagged in bbdb as needing journalling? Failing that some method to query sent items directly and auto insert journal

Re: [O] Some struggles of mine with org-mode

2012-02-08 Thread Richard Riley
Eric Schulte writes: >> >> - Email. Some very elegant (in complicated ways) solutions have >> been generated, but all I need it simple text-based email. I >> would be willing to install sendmail or postfix, if need be, but >> I don't really wish to send html based emai

Re: [O] MobileOrg Android 0.8.0 Released, many new features!

2012-02-08 Thread Richard Riley
Carsten Dominik writes: > Wow Matthew, > > great to see your persistence in developing this program! > > - Carsten > I was wondering Carsten if you actively use the iPhone version? I posted some issues here but go no feedback - I cant get it working following a config error in my set up - after

[O] org-mobile : checksum errors

2012-02-05 Thread Richard Riley
I reduced my mobile org file set to a single file "general.org" by adjusting org-mobile-files. I did an org-mobile-push but the mobile app falls over when I try to sync it saying "error downloading checksums". I read on the org-mobile web page that one should manally run md5 (which was a surprise

[O] org mobile problems

2012-02-05 Thread Richard Riley
I have a certain journal (journal.org) which causes org-mobile-push to crash and leave a massive backtrace. I havent attached it here as it takes my netbook abot ten minutes to copy it and another ten to paste it in emacs for some reason, so delaying providing that I though I would exclude it : i

Re: [O] How do teachers use org-mode

2012-02-01 Thread Richard Riley
Jambunathan K writes: > Have students turn in their assignments in Org mode format. > > From > http://www.ocf.berkeley.edu/~rwl/lib/attachments/teaching/100/paper-guidelines.pdf > > See sec-2.3 > > , > | I’m going to try an experiment in this course. I would like you to > | submit your paper

Re: [O] Org without X on Debian

2012-01-31 Thread Richard Riley
Karl writes: > Hi Richard, > > Richard Riley gmail.com> writes: >> It depends fully on the terminal you are using and the corresponding >> terminfo or whatever its called - a nightmare of complexity and hacks ;) >> I tried this a good while back and,

Re: [O] Org without X on Debian

2012-01-31 Thread Richard Riley
Karl writes: > Dear Org-mode users, > > I want to use a small netbook exclusively for Org-mode. > That's why I think I do not need X.  I set up > a minimal Debian GNU/Linux Squeeze with Emacs 23.2.1 > and the latest Org-mode version (7.8.03).   > But then I recognized that some key combination

Re: [O] org-babel functions for Io evaluation

2012-01-21 Thread Richard Riley
Andrzej Lichnerowicz writes: > Hello list. > > Attached file (also available at https://gist.github.com/1652684), > implements org-babel evaluation functions for Io language > (http://iolanguage.org). It's not yet fully functional (no value > results, and session support) as I'm still learning or

[O] Mobile Org and crypt

2012-01-17 Thread Richard Riley
I would love to hear from anyone using org-mobile with either or both : * individual crypted entries tagged with "crypt" * whole org files saved as file.org.gpg (ie entire file encrypted) I'm using an iPhone (not rooted/jailbroken).

Re: [O] Including an active timestamp in encrypted (crypt) org entries

2012-01-15 Thread Richard Riley
Marcelo de Moraes Serpa writes: > > Expected: Encrypted message and timestamp to stay as is. > What happens: A new encrypted message is written, with the timestamp > + the "old" encrypted message as part of it. > > Any hints appreciated :) > Put the timestamp in the header.

Re: [O] Writing an new org entry to a .gpg file - ends up in .org file instead

2012-01-13 Thread Richard Riley
Eric S Fraga writes: > Richard Riley writes: > >> Eric S Fraga writes: >> >>> >>> I don't know if this may help but I do something similar. In my case, >>> my file is named "secure.org.gpg". Maybe try "journal.org.gpg"

Re: [O] Writing an new org entry to a .gpg file - ends up in .org file instead

2012-01-13 Thread Richard Riley
Eric S Fraga writes: > > I don't know if this may help but I do something similar. In my case, > my file is named "secure.org.gpg". Maybe try "journal.org.gpg" in your > case, i.e. add the ".org" element? Hi Eric, I tried this and its still creating and writing out to journal.org. (org-mode

[O] Writing an new org entry to a .gpg file - ends up in .org file instead

2012-01-13 Thread Richard Riley
I have an org template set up like this and frequently use the journal option , | (setq org-capture-templates '(("t" "Todo" entry | (file+headline "" "Tasks To Refile") | "* TODO %?\n\t:PROPERTIES:\n\t:DateCreated: %T\n\t:END:\n%i\n%

[O] all org files load :recursive?

2012-01-12 Thread Richard Riley
Coming back to org, I see Im using "find-lisp-find-file" to set org-agenda-files at each emacs start. Is there a better "built in" way to say "load all org and gpg files under this directory" than this? I'm not sure I follow the docstring for org-agenda-file-regexp as I kind of hope something li

[O] org-crypt and new key

2012-01-08 Thread Richard Riley
Is there a way to have org rewrite all my org-files having reencrypted all my crypted entries with a new key?

Re: [O] org-jira.el updated

2012-01-06 Thread Richard Riley
Ken Williams writes: > Bao Haojun gmail.com> writes: >> I have updated the org-jira.el as suggested by Bastien and Richard >> Riley: > > Amazing. Just 120 seconds ago I got out of a meeting where we talked about > using Jira more widely in our company, and I wor

Re: [O] org-jira.el

2012-01-04 Thread Richard Riley
Bastien writes: > Hi Bao, > > "Bao Haojun" writes: > >> I have implemented org-jira.el, bringing org-mode and Jira system >> together. > > Thanks! I wish I could test it, but I don't have access to a Jira > tracking system. > >> Wrote a Wiki page for it on emacswiki: >> http://www.emacswiki.or

Re: [O] calendar problem with schedule

2012-01-03 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> Well, it was a complete new rebuild from git. I'll delete the lot and >> try again, but a complete remake shouldnt exhibit this behaviour and I >> have no local debian version installed either. cheers, r. >> >

Re: [O] calendar problem with schedule

2012-01-03 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> >> Ive not been using org mode for a while, just came back to and using >> latest 24 snapshot from git I get >> >> , >> | Debugger entered--Lisp error: (void-function window-combination-p) >>

[O] calendar problem with schedule

2011-12-31 Thread Richard Riley
Ive not been using org mode for a while, just came back to and using latest 24 snapshot from git I get , | Debugger entered--Lisp error: (void-function window-combination-p) | window-combination-p(# nil) | calendar-generate-window(1 2012) | calendar-basic-setup(nil) | calendar() | o

Re: [O] org-narrow-to-subtree and blocking call to accept-process-output with quit inhibited

2011-04-18 Thread Richard Riley
Carsten Dominik writes: > On Apr 18, 2011, at 3:21 PM, Santi Villalba wrote: > >> Hi, Whenever I invoke org-narrow-to-subtree, I receive a "blocking call to accept-process-output with quit inhibited" error, the buffer does not get narrowed down and I cannot edit or move

[O] bug with export as html?

2011-04-15 Thread Richard Riley
, | + Create a file for each vhost you wish to redirect email for. From our example | we create /etc/exim4/virtualhosts/myweb.com. In it we place our email | mappings. Here is an example:- | #+begin_example | info: i...@gmail.com | webmaster: webmas...@gmail.com | * : :blackhole: | #+end

Re: [O] taking note when clocking out

2011-04-14 Thread Richard Riley
Matt Lundin writes: > Giovanni Ridolfi writes: > >> Richard Riley writes: >> >> Cc:-ed Matt Lundin >>> >>> ps I have signed fsf papers if that little utility snippet is any good >>> (ok, will need a defvar I guess for the tag used). >>

Re: [O] taking note when clocking out

2011-04-14 Thread Richard Riley
Giovanni Ridolfi writes: > Richard Riley writes: > > Hi, Richard, > nice solution. >> >> btw, when entering a tag "-" is illegal? > > yes, underscore should be used. > > 1. from the manual: > Tags are normal words containing letters, numb

Re: [O] taking note when clocking out

2011-04-14 Thread Richard Riley
Giovanni Ridolfi writes: > Radosław Grzanka writes: > >> Hello, >> I cannot find this using google nor browsing documentation so I ask >> for help. Generally I don't want to take notes when I'm clocking out >> except for one task. > You can use the org-clock-out-hook, > > but if you'll post an

Re: [O] taking note when clocking out

2011-04-14 Thread Richard Riley
Giovanni Ridolfi writes: > Radosław Grzanka writes: > >> Hello, >> I cannot find this using google nor browsing documentation so I ask >> for help. Generally I don't want to take notes when I'm clocking out >> except for one task. > You can use the org-clock-out-hook, > > but if you'll post an

[O] empty titles - backtrace

2011-04-13 Thread Richard Riley
Is not too rare for me to accidentally wipe or neglect to add a subject line to a new journal/or entry. Of course I should have one - bUt regardless, generating the agenda shouldnt fail if it comes across an entry with no title as it can be hard to find the offending org item. e.g , | Debugge

Re: [O] Occurance property, or some similar name?

2011-04-12 Thread Richard Riley
Memnon Anon writes: > Hi, > Christopher Allan Webber writes: > >> I was once one of the many people who apparently originally >> misunderstood what "SCHEDULED" meant, and used to set it to like, an >> appointment time. > > Well, you can use it that way. > The point is: Scheduled items behave dif

Re: [O] Hide / expand tags

2011-04-12 Thread Richard Riley
Matt Lundin writes: > Marcelo de Moraes Serpa writes: > >> Is it possible to hide tags? >> >> Rationale: Sometimes an item has so many tags, that it becomes kind of >> annoying visually. >> >> It'd be nice to have a command to hide/expand tags. What do you think? >> > > Could you please explain

Re: [O] Hide / expand tags

2011-04-12 Thread Richard Riley
Michael Brand writes: > On Mon, Apr 11, 2011 at 20:57, Marcelo de Moraes Serpa > wrote: >> Is it possible to hide tags? > > No. > >> Rationale: Sometimes an item has so many tags, that it becomes kind of >> annoying visually. >> It'd be nice to have a command to hide/expand tags.  What do you th

[O] Re: Non-stop capture?

2011-04-07 Thread Richard Riley
Jambunathan K writes: > "Mark S" writes: > >> Hello! >> >> I have the emacs org-protocol setup to capture with a default >> template. But I still have to C-c C-c and then move back to the >> browser. Is there a way to make it so that as text is captured it is >> automatically and continuously se

Re: [O] xml statement in html and apache error

2011-04-07 Thread Richard Riley
Nick Dokos writes: > Richard Riley wrote: > >> >> I cant really give too many details or suggestions as to why it failed, >> but the default xml string at the top of export to html files was >> causing apache to fail. >> >> , >> | P

[O] xml statement in html and apache error

2011-04-06 Thread Richard Riley
I cant really give too many details or suggestions as to why it failed, but the default xml string at the top of export to html files was causing apache to fail. , | Parse error: syntax error, unexpected T_STRING in | /home/shamrock/common-files/webs/richardriley.net/projects/emacs/index.html

Re: [O] problems with crypt/reveal (org-mobile related?)

2011-03-15 Thread Richard Riley
Richard Riley writes: > Julien Danjou writes: > >> On Tue, Mar 15 2011, Richard Riley wrote: >> >>> How now to reveal the "embedded" pgp message? org-reveal doesnt see this >>> pgp part as encrypted. >> >> M-x org-decrypt-entry >&g

Re: [O] problems with crypt/reveal (org-mobile related?)

2011-03-15 Thread Richard Riley
Julien Danjou writes: > On Tue, Mar 15 2011, Richard Riley wrote: > >> How now to reveal the "embedded" pgp message? org-reveal doesnt see this >> pgp part as encrypted. > > M-x org-decrypt-entry > ? That doesnt work as the bit encrypted is not the "e

[O] problems with crypt/reveal (org-mobile related?)

2011-03-15 Thread Richard Riley
I have a potentially rather major issue (for others too) that has cropped up thats too late found to correct with back up files. I have an org account data entry of the form:- , | ** STARTED log info :login:hostmysite:domain:crypt: | -BEGIN PGP MESSAGE- | Vers

Re: [O] OrgCamp in India -- Interested?

2011-03-14 Thread Richard Riley
Rustom Mody writes: > I am in Pune. > I would come if its near about there (or Bombay). > Mumbai, surely ... ;)

[O] Invoicing using a template from org-mode?

2011-03-14 Thread Richard Riley
I'm wondering if anyone out there has already implemented an invoicing system from org-mode which takes a "last invoice id" property, increments it or possibly "next invoice date" and produces an invoice document? And then produce a TODO to check the payment and another to reissue a year or two do

[O] bug killing regions with links

2011-03-14 Thread Richard Riley
If I have an org entry with a line containing only an org "file: link", if I C-space at the start of the line to set mark, down arrow or C-n and then kill-region with C-w I would expect the entire line and link text to be copied to the clipboard and the line deleted (transient mode enabled). As it

Re: [O] tags match agenda

2011-03-10 Thread Richard Riley
Bernt Hansen writes: > Richard Riley writes: > >> when I create an agenda matching a certain tag its not working for file >> level tags. Is this a known issue or have I done something wrong? >> >> (C-c a m) >> >> http://orgmode.org/manual/Setting-tags.

Re: [O] tags match agenda

2011-03-10 Thread Richard Riley
Sébastien Vauban writes: > Hi Richard, > > Richard Riley wrote: >> when I create an agenda matching a certain tag its not working for file >> level tags. Is this a known issue or have I done something wrong? >> >> (C-c a m) >> >> http://orgmode.org/m

Re: [O] tags match agenda

2011-03-10 Thread Richard Riley
John Hendy writes: > On Thu, Mar 10, 2011 at 7:41 AM, Richard Riley wrote: >> >> when I create an agenda matching a certain tag its not working for file >> level tags. Is this a known issue or have I done something wrong? >> >> (C-c a m) >> >>

[O] tags match agenda

2011-03-10 Thread Richard Riley
when I create an agenda matching a certain tag its not working for file level tags. Is this a known issue or have I done something wrong? (C-c a m) http://orgmode.org/manual/Setting-tags.html file level tags: #+TAGS: laptop car pc sailboat regards r.

[O] org mobile - pre hooks

2011-03-03 Thread Richard Riley
Could I suggest that org-mobile-pre-push-hook is processed at the start of the org-mobile-push function before the checks? That way it can be used to properly setup mobile e.g using auth-source for the mobile password. (add-hook 'org-mobile-pre-push-hook '(lambda()

Re: [O] mobile org problems

2011-03-02 Thread Richard Riley
Greg Troxel writes: > I use MobileOrg with webdav, both remote over ssh/tramp, and locally > (two separate setups). > > On the ssh one: > > (setq org-mobile-directory "/ssh:foo.example.org:/usr/home/gdt/ORG") > (setq org-mobile-inbox-for-pull > (concat org-directory "/from-mobile.org")) > (

Re: [O] mobile org problems

2011-03-02 Thread Richard Riley
Richard Riley writes: > I am using an scpc tramp url for my moble org directory. When I do a > mobile push, why does emacs or mobileorg keep asking me for to select > coding system (default raw)? Also, why does it delete/chmod the > mobileorg.org file on my webdav server? After the

[O] mobile org problems

2011-03-01 Thread Richard Riley
I am using an scpc tramp url for my moble org directory. When I do a mobile push, why does emacs or mobileorg keep asking me for to select coding system (default raw)? Also, why does it delete/chmod the mobileorg.org file on my webdav server? After the initial push/pull the next push then fails af

[Orgmode] crypt entries and journal

2011-02-07 Thread Richard Riley
crypt tagged entries are not showing up in the journal. Is it because the properties are being encrypted too? , | vodafone new pin :pin:vodafone:superpin:sim:crypt: |:PROPERTIES: |:DateCreated: <2011-02-07 Mo 14:48> |:END:

[Orgmode] Re: crypt entries and journal

2011-02-07 Thread Richard Riley
Richard Riley writes: > crypt tagged entries are not showing up in the journal. Is it because the > properties > are being encrypted too? > > , > | vodafone new pin > :pin:vodafone:superpin:sim:crypt: > |:PROPERTIES: >

[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] 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: 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] 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] 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: 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] 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] 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] 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] 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

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] 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] 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

  1   2   3   4   >