Re: [Orgmode] Change style of text/item based on tag

2009-10-07 Thread Tim O'Callaghan
I recently posted to the list org-action-verb.el, that used overlays to highlight the first word of a headline if it was not an action word. The same code can be adapted to do this. Tim. 2009/10/7 Marcelo de Moraes Serpa : > Hello, > > Is there a way to, based on tagging, to set the style of an i

Re: [Orgmode] Do we still have XEmacs users?

2009-10-09 Thread Tim O'Callaghan
I've transitioned to Emacs 23, but I try and keep my .emacs viable for Xemacs. Tim. 2009/10/9 Carsten Dominik : > Do we still have XEmacs users around here? > > - Carsten > > > ___ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replie

Re: [Orgmode] Searching inside of attachments (pdf, odt)?

2009-10-13 Thread Tim O'Callaghan
FWIW I think this might be handled easier if all that happened would be a grep on the attachments, or directories. The usual grep interface can be used and then it becomes a fast general purpose data mining extension. I can see it being used to search a codebase or website for a text string. I

[Orgmode] Feature Request? #+CONFIG keyword - to abstract more configuration into org files,

2009-10-22 Thread Tim O'Callaghan
Simply, Expand the #+ in-org file configuration possibilities with a #+CONFIG or similar keyword. The idea being to abstract more configuration into actual org files, and let extensions have an easy way to use #+KEYWORD configuration. I expect it could also be used to auto-load suitably register

Re: [Orgmode] Re: Feature Request? #+CONFIG keyword - to abstract more configuration into org files,

2009-10-22 Thread Tim O'Callaghan
2009/10/22 Carsten Dominik : > > On Oct 22, 2009, at 10:23 PM, Matt Lundin wrote: > >> Bernt Hansen writes: >> >>> "Tim O'Callaghan" writes: >>> >>>> Expand the #+ in-org file configuration possibilities with >>>

Re: [Orgmode] suggestion: automatically recording entry creation date

2009-11-03 Thread Tim O'Callaghan
2009/11/3 Adam Spiers : > Ilya Shlyakhter (ilya_...@alum.mit.edu) wrote: >> A frequently-needed task is to find recently created entries.  Right >> now I do this by manually pasting a date into each entry, >> and using the timeline agenda. >> Maybe, there are better ways?  E.g. have the option to a

Re: [Orgmode] key bindings for quickly setting effort estimates

2009-11-03 Thread Tim O'Callaghan
Would it be possible to add something like this to the "org-fast-tag-selection-include-todo" interface? possibly with a list of properties to select from: org-fast-tag-selection-include-properties '(("EFFORT_All" ?e) ("FOCUS_All" ?f)) S

Re: [Orgmode] Re: [hack/extension] org-mode/emacs regexp

2009-11-17 Thread Tim O'Callaghan
Hi Marcelo. Thanks for the thumbs up, its nice when that happens. So, to your questions - The answers are a bit long, and I'm cc'ing to the list so that others wanting org-action-verb like stuff can understand what it does, and hack it for their needs. * Debugging.  I've been coding elisp on an

Re: [Orgmode] Re: Fast traversing directories

2009-11-20 Thread Tim O'Callaghan
This version will accept wildcards and recurse one directory level level down (setq org-agenda-directories '("~/org" "~/1_PROJECT/*")) (setq org-agenda-files '()) (dolist (d1 org-agenda-directories) (dolist (d2 (file-expand-wildcards (expand-file-name d1))) (if (file-directory-p d2)

[Orgmode] Org mode and Collaboration with others.

2009-12-01 Thread Tim O'Callaghan
Hi org (ab)users This is a kind of follow up to an earlier thread, because i think there is some value in kicking off a discussion. I have suspicions that org-mode is essentially a solitary habit. I've done a quick search in the manual or FAQ about how you might share your org habit with others,

[Orgmode] Possible bug in TODO ALL agenda fast tag filter generation?

2010-04-07 Thread Tim O'Callaghan
Any idea why this is happening? I'm seeing it with the agenda t (global todo all) --- Global list of TODO items of type: ALL Available with `N r': (0)ALL (1)TODO (2)NEXT (3)WAITING (4)APPT (5)DONE (6)DEFERRED (7)CANCELLED (8)PROJECT (9)SOMEDAY (10)PROJDONE (11)PROJCANC (12)TODO (13)NEXT (1

[Orgmode] Re: Possible bug in TODO ALL agenda fast tag filter generation?

2010-04-07 Thread Tim O'Callaghan
or-agenda On 7 April 2010 11:47, Tim O'Callaghan wrote: > Any idea why this is happening? I'm seeing it with the agenda t > (global todo all) > > --- > Global list of TODO items of type: ALL > Available with `N r': (0)ALL (1)TODO (2)NEXT (3)WAITING (4)

Re: [Orgmode] Re: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-21 Thread Tim O'Callaghan
My .02Euro-cents worth. I used to have an uber.org file setup, but i found it de-focused my thinking. I'd get sidetracked because a topic caught my attention or looked out of place. I've moved to something a bit more dynamic now, its still under construction though. I wanted to be able to minimiz

[Orgmode] [FEATURE REQUEST] Comment Speedkeys or - A solution to the Remember mode three finger salute

2010-05-03 Thread Tim O'Callaghan
Hi, My general org keyboard policy has been to avoid the use of any Ctrl related keys, and remap them to Alt, or FN keys where possible. For example I've mapped M-R to org-remember and M-O to org-ctrlc-ctrlc etc. Today I've been looking to try and set up my alt 'speed keys' for the prefix arg sty

[Orgmode] For Org-mode on the go?

2010-06-05 Thread Tim O'Callaghan
Just though I'd point out the NanoNote a $99 Linux Palmtop, that should run Emacs. "The 本 version of NanoNote is an ultra small form factor computing device. The device sports a 336 MHz processor, 2GB of flash memory, microSD slot, head phone jack, USB device and 850mAh Li-ion battery. It boots Li

[Orgmode] file+olp problem in org-capture.

2010-08-24 Thread Tim O'Callaghan
Hi, first, am i right i assuming that the file+olp is designed so that i can specify the top of a tree, and the headings in the tree i want to be able to capture to? That is what i am trying to do with the "1" option. It does not evaluate the concat operation and so fails. ;; constant used in lo

[Orgmode] Feature-request & documentation request for org-datetree

2010-09-01 Thread Tim O'Callaghan
Hi, I've been poking about trying to understand org-date tree, as It is essentially an undocumented feature at the moment. am i right in my understanding that it is only meant as a refile-target structure? The feature request is to allow the use of ISO week numbers to structure the year rather th

[Orgmode] This is probably a misconfiguration rather than a bug, but...

2010-09-02 Thread Tim O'Callaghan
When i try and use org-capture in a buffer, it fails to display the template menu, and it generates the backtrace below. It works for org files, but not for some other files. Tim. Debugger entered--Lisp error: (wrong-type-argument stringp nil) directory-file-name(nil) (file-name-directory (d

Re: [Orgmode] This is probably a misconfiguration rather than a bug, but...

2010-09-03 Thread Tim O'Callaghan
search txt custom-id agenda-link) (cond (... ...) (... ...) (... ...) (... ...) (... ... ...) (... ... ...) (... ... ...) (... ... ...) (... ...) (... ... ...) (... ... ... ...) (... ...) (t ...)) (if (consp link) (setq cpltxt ... link ...)) (setq link (or link cpltxt) desc (or desc cpltxt)) (if (equal desc "NON

Re: [Orgmode] org-install.el in Emacs probably should be removed

2009-02-15 Thread Tim O'Callaghan
> > This is what I have done extensively in the manual, but this has not > kept people from doing (require 'org) in .emacs. > > I have been fighting hard to get people to use (require 'org-install), > so I did not want to punish them when they move to Emacs 23 and want > to use the Emacs versi

[Orgmode] Re: org-install.el in Emacs probably should be removed

2009-02-24 Thread Tim O'Callaghan
On 16/02/2009, Bernt Hansen wrote: > Carsten Dominik writes: > > > On Feb 15, 2009, at 11:18 PM, Tim O'Callaghan wrote: > > > > >> The usage of org-install has the pre-requisite of having to compile > >> the org.el files. This is no use to people

Re: [Orgmode] Re: Using org-mode and git to make a wiki

2009-06-25 Thread Tim O'Callaghan
I've been poking about for something like this and i think the closest solution is something called wigit (http://el-tramo.be/software/wigit) I've not had a chance to do anything about it yet, but it is essentially a "wiki rendering engine php" file, and and a "git backed wiki markup edting php" f

[Orgmode] Feature Request: "Keeping me honest"

2009-08-03 Thread Tim O'Callaghan
Hi, I'm not sure how/if these are implemented or implementable. * "Keeping Me honest" When i outline a project, sometimes there are points that are ambigiously stated. Being neither actions or titles, they can slip through the cracks. So i've been thinking of a feature that would be simil

Re: [Orgmode] [PATCH] Open single link immediately

2009-08-30 Thread Tim O'Callaghan
FWIW it should be back up on monday. http://article.gmane.org/gmane.comp.version-control.git/85019 Tim. 2009/8/30 Carsten Dominik : > This will be in the next push, when our repository is online again. > > Thanks! > > - Carsten > > On Aug 28, 2009, at 7:23 PM, Bernt Hansen wrote: > >> C-c C-o on

[Orgmode] [Feature request/proposal] Pinkie finger saving/amateur mode & alternate org-mode-keymap

2009-09-01 Thread Tim O'Callaghan
Hi, I've been using org, but it is starting to bug me that it relies so heavily on control-c this and control-u control-c that. It is now also the case that there is a bewildering array of key strokes to memorise. You only need to look at the org-mode reference card to see that. In my personal co

Re: [Orgmode] Feature Request: "Keeping me honest"

2009-09-21 Thread Tim O'Callaghan
If "bad" words show up in the todo item, then the enter key has a y/n > confirmation behind it.  ("This TODO Item seems unactionable, are you sure > you want to use it?") > > What are bad words?  A project verb in a TODO keyword I would consider bad, > b

Re: A simpler remember architecture (was: Re: [Orgmode] Re: is there a hook to save a remember buffer?)

2009-09-30 Thread Tim O'Callaghan
+1, can we keep/have: - the templates, - possibility to 'pick file/topic first then remember' - 'throw it into the bucket for later'. - org - remember keymap - local fontification? - remove need to have remember package installed? Tim. 2009/9/30 Carsten Dominik : > I don't know what the others th

Re: A simpler remember architecture (was: Re: [Orgmode] Re: is there a hook to save a remember buffer?)

2009-09-30 Thread Tim O'Callaghan
> - 'throw it into the bucket for later'. > > what does that mean? Kind of works as remember now. Currently you have a 'default save to point' for a particular template. I would guess that most people just throw it all into the one 'bucket' and sort it out later. > >> - org - remember keymap > >

Re: [Orgmode] Feature Request: "Keeping me honest"

2009-09-30 Thread Tim O'Callaghan
Attached is a working implementation of the idea. So, in GTD each 'next action' is supposed to be an actual doable thing to further the project it is associated with. When creating next actions or project headlines there is sometimes a tendency to use a heading that is a bit vague/undoable. This

Re: [Orgmode] Feature Request: "Keeping me honest"

2009-09-30 Thread Tim O'Callaghan
Small update. Fixes the problem of the highlighting not disappearing when headline is fixed. - Still has some issues with removing highlighting when TODO becomes something else. - Added new default verbs: TODO, NEXT -> Call, Email, Fix, Find, Fill out, Give, Print, Re-Do, Take PROJECT -> Configur

[Orgmode] Feature Request - Active and inactive links.

2007-12-03 Thread Tim O'Callaghan
This is something i have been pondering for a while, and after seeing the recent discussion on links from org files, thought i would put forward for discussion. It is an attempt to kill two birds with one stone. The first is collaboration, the second is a selective trigger mechanism for generating

[Orgmode] Feature Request - Active and inactive links.

2007-12-09 Thread Tim O'Callaghan
On 10/12/2007, Bastien <[EMAIL PROTECTED]> wrote: > Hi Tim, > > "Tim O'Callaghan" <[EMAIL PROTECTED]> writes: > > > Currently Org mode supports links like: > > http://www.astro.uva.nl/~dominik > > file:/home/dominik/images/jupite

Re: [Orgmode] GTD & LaTeX export

2007-12-10 Thread Tim O'Callaghan
On 09/12/2007, Gour <[EMAIL PROTECTED]> wrote: > Hi! > > I'm moving from my old Palm Pilot to Hipster PDA (most probably with A7 > format which is more > convenient in Europe than 3x5" index cards), but would like to 'sync' some of > the notes from > it to Org-mode (especially computer-related ta

Re: [Orgmode] Feature Request - Active and inactive links.

2007-12-11 Thread Tim O'Callaghan
On 11/12/2007, Bastien <[EMAIL PROTECTED]> wrote: > Hi Tim, > > thanks for the details. I think I got confused because I couldn't > understand what you mean by a link being "processed" when compiling > the agenda. Now I understand that it means some kind of inclusion. > > So the issue seems twofo

Re: [Orgmode] emacs on the N800

2007-12-12 Thread Tim O'Callaghan
> > Now, OS2008 can work in host-mode (I have tested it myself). This > means you can attach any external keyboard. Some people have luck with > the apple bluetooth keyboard. I own a bluetooth IPaq keyboard (but I > haven't been able to connect it to it under OS 2008). So when I really > need to us

[Orgmode] bug: Xemacs problem with editing headings with compressed contents

2008-02-26 Thread Tim O'Callaghan
Hi. There is some problem with tags and headings. I've had instances where the tag has disappeared or merged into my heading. Repeatable with Xemacs 21.4.19 i586-pc-win32, org 5.22a using this fragment: - * REAEARCH memory problems on oxo50 :proj: *** WAIT korstian to org

Re: [Orgmode] Org-mode on Windows

2008-03-14 Thread Tim O'Callaghan
I personally run the XEmacs windows native port. http://www.xemacs.org/Download/win32/index.html I've tried the cygwin terminal and X versions and find i prefer the native version. There is an up to the minute windows Emacs port: http://ntemacs.sourceforge.net/ Which i am evaluating, but yet to

Re: [Orgmode] problems cloning the org mode git repo

2008-03-18 Thread Tim O'Callaghan
I'm getting the same problem using cygwin git. Tim. On 18/03/2008, Jose Robins <[EMAIL PROTECTED]> wrote: > > I tried to get the git repo by cloning and I got the following error. I'm > just getting into git as well... So what am I doing wrong? > > Thanks, > > > > git clone http://repo.or.cz/w

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Tim O'Callaghan
failed. Tim. On 18/03/2008, Bernt Hansen <[EMAIL PROTECTED]> wrote: > Try using this URL instead: > > git://repo.or.cz/org-mode.git > > as in > > $ git clone git://repo.or.cz/org-mode.git > > > -Bernt > > > "Tim O'Callaghan" <[EM

Re: [Orgmode] Re: problems cloning the org mode git repo

2008-03-19 Thread Tim O'Callaghan
Tried it at home. seems to be an issue with the corporate firewall. Tim. On 19/03/2008, Manish <[EMAIL PROTECTED]> wrote: > On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote: > > Still broken for me. > > > > /tmp>git clone git://repo.or.cz/org-m

Re: [Orgmode] Org-mode versus Taskpaper - now for real

2008-04-03 Thread Tim O'Callaghan
To be honest when i first read it i thought it was a good idea. I saw it as an extension of your splitting the big org file into the smaller include files in the git repo. > > What people miss when they are new to Org-mode is this: > > Don't try to set up the "final" task managing system from th

[Orgmode] Where to get org v6.00-pre5?

2008-04-11 Thread Tim O'Callaghan
Hi, Like the new look for the orgmode.org site, but there is a problem with the distribution links. The site proclaims the current version as 6.00-pre5, but the link to download points to 5.23a. Tim. ___ Emacs-orgmode mailing list Remember: use `Reply

[Orgmode] Re: Where to get org v6.00-pre5?

2008-04-11 Thread Tim O'Callaghan
Unfortunately the Git repo is impractical, as i can only access it from home. Tim. On 11/04/2008, Bernt Hansen <[EMAIL PROTECTED]> wrote: > "Tim O'Callaghan" <[EMAIL PROTECTED]> writes: > > > Like the new look for the orgmode.org site, but there is a p

Re: [Orgmode] Re: Where to get org v6.00-pre5?

2008-04-11 Thread Tim O'Callaghan
a website change might be in order? Tim. On 11/04/2008, Bernt Hansen <[EMAIL PROTECTED]> wrote: > "Tim O'Callaghan" <[EMAIL PROTECTED]> writes: > > > > Unfortunately the Git repo is impractical, as i can only access it from > > home. > >

Re: [Orgmode] Org 6.01 and XEmacs

2008-04-14 Thread Tim O'Callaghan
As far as i can tell the problem i see under XEmacs is to do with the use of the :help keyword in easy-menu-define. XEmacs does not support this keyword, and so breaks org mode start-up. Tim. On 14/04/2008, Richard KLINDA <[EMAIL PROTECTED]> wrote: > Has anyone tried out Org 6.01 with XEmacs? It

Re: [Orgmode] Org 6.01 and XEmacs

2008-04-14 Thread Tim O'Callaghan
This is fixed for me, thanks. Tim. On 14/04/2008, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > On Apr 14, 2008, at 7:08 PM, Tim O'Callaghan wrote: > > > > As far as i can tell the problem i see under XEmacs is to do with the > > use of the :help > >

Re: [Orgmode] emacs IDE and org

2008-05-09 Thread Tim O'Callaghan
2008/5/9 Rockefeller, Harry <[EMAIL PROTECTED]>: > Is anyone using org mode in a software development process? An IDE, emacs is > no exception, assumes the source code is primary, having tools and methods > to edit source code files but not org files. org files, however, appear to > have all those

Re: [Orgmode] Re: 1-way syncing with google calendar (was Re: .ics export violates RFC2445)

2008-05-29 Thread Tim O'Callaghan
Cool - just caught up with this. If you check the archives i had a very basic google->org solution using w3. I stopped using it when i moved back to Emacs, guess its time to dig it out :) Tim. 2008/5/28 Adam Spiers <[EMAIL PROTECTED]>: > On Wed, May 28, 2008 at 02:02:01PM -0700, Cezar Halmagean

Re: [Orgmode] Re: R: WISH: separate org-mode customization file

2008-07-02 Thread Tim O'Callaghan
Its usable. In fact i'm still using it. I had forgotten i had posted it into the emacswiki. Here is my approach. The first thing to do is to consodate your emacs directories into one place. my .emacs contains this one instruction: (load (expand-file-name (concat "~/.emacsen_d/init"))) On linux/u

Re: [Orgmode] Re: Mail files in org

2008-08-29 Thread Tim O'Callaghan
Hi, Now that Gmail uses statefull mail links, has anyone implemented linking to Gmail conversations with org? cheers, Tim. 2008/8/28 Richard G Riley <[EMAIL PROTECTED]>: > Russell Adams <[EMAIL PROTECTED]> writes: > >> On Thu, Aug 28, 2008 at 05:45:38PM +0200, Richard G Riley wrote: >>> >>> Gnu

Re: [Orgmode] About latex export

2008-09-09 Thread Tim O'Callaghan
For the Latex users, I feel i should also point out this tool called Plans Unfolding. http://www.myreckonings.com/PlansUnfolding I've not had a chance to play with it properly, but it uses latex templates for all of its reports, so might be a handy resource/tool Tim. 2008/9/8 Carsten Dominik <[E

Re: [Orgmode] org-mode and git

2008-10-22 Thread Tim O'Callaghan
Also does anyone have a working Xemacs git support? Tim 2008/10/22 Richard Riley <[EMAIL PROTECTED]>: > > Hi folks, > > I had used bog standard RCS behind vc before (works fine for little > stand alone projects), but recently loaded up the vc-git.el and added it > to the supported backends for vc

[Orgmode] Org Remember hooks?

2008-11-18 Thread Tim O'Callaghan
Hi, I want to change/add to the remember mode key-map but i'm having some problems reverting them. That's because the remember buffer is actually org-mode in disguise, the keys stay mapped after the remember mode buffer is closed. Is it possible to localise the org-remember mappings, or supply a

Re: [Orgmode] Re: [ANN] Org Invoice 1.0.0

2008-12-06 Thread Tim O'Callaghan
I think he means: http://www.newartisans.com/software/ledger.html Tim. 2008/12/6 Peter Jones <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] (Mark A. Hershberger) writes: >> Now, if I can just figure out how to integrate invoicing and ledger > > Is ledger an application, or some additional org func

Re: [Orgmode] Re: Git recommendations

2008-12-08 Thread Tim O'Callaghan
Has anyone had any luck with XEmacs and these git modes? Tim. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] "

2009-01-28 Thread Tim O'Callaghan
Latley i have been getting this error, and i cannot track it down. The closes i have come is to find out it's somewhere in the org mode startup, and it only occurs during the Xemacs startup, works fine for Emacs. I get this error: -- (1) (initialization/error) An er

Re: [Orgmode] Installing on windows

2009-02-06 Thread Tim O'Callaghan
> Obviously, I do not fully understand the initialization sequence for > EmacsW32. Could someone using EmacsW32 throw some more light on a > better procedure/technique to install Org-mode on it? > Hi, I run the same installation of org in Xemacs & Emacs on Windows+Cygwin & Linux/Unix. Curren

Re: [O] Cooperating with oneself using the cloud?

2014-09-24 Thread Tim O'Callaghan
Hi, I collaborate with myself via dropbox and encfs. encfs does the encryption, (via an encrypted fuse filesystem) and dropbox syncs the encrypted files. I use it for linux, but it should also work for mac and windows. If i need to, i can access the files on android using the encfs plugin (who's

[O] Fwd: Cooperating with oneself using the cloud?

2014-09-25 Thread Tim O'Callaghan
://github.com/commandline/flashbake/wiki Tim. On 24 September 2014 17:42, Christoph Groth wrote: > Tim O'Callaghan wrote: > >> I collaborate with myself via dropbox and encfs. encfs does the >> encryption, (via an encrypted fuse filesystem) and dropbox syncs the >> e

Re: [O] My sync setup for Org-mode files and more: unison, git (was: Require feedback on an idea: move to a central server all my org file and edit from there?)

2016-02-02 Thread Tim O'Callaghan
Hi, My setup uses Dropbox and encfs. It is the best cross platform solution for managing this problem i have come across. I used to use git repos, unison, ssh tunneling, etc, but Dropbox beats them all hands down, and i can use it with a free account. - Windows - Dropbox + boxcryptor classic - An

Re: [O] backend for todo.txt format (todotxt.com)

2016-02-02 Thread Tim O'Callaghan
Coming late to this discussion - Its great to find out about org-todotxt.el, I shall start playing with it straight away. For what its worth, my setup uses the todo.txt command line app as a capture tool, with the todo.txt kept in a Dropbox folder. On my phone i use the outstanding Clockwork Tomat

[O] Question: state of the art using org for a Knowledge manager with publishing

2016-06-15 Thread Tim O'Callaghan
I'm in my semi-regular rebuild of my org-mode process, and during my re-boot post-mortem i came to the conclusion that i need to use it more like a knowledge manager/wiki that i can publish parts of. I realise others on the list are out there doing this, or something like it. Do people have exampl

[O] Exporting Org Agenda -> todo.txt and todo.txt -> Org Files + Suggestion/Feature request.

2015-07-23 Thread Tim O'Callaghan
Hi I have a request and a suggestion. Request: Does anyone else out there generate todo.txt files[1] from org/org-agenda? If you do, how do you do it. Or if not, do you have a good idea about how if it can be approximated in an agenda configuration? Suggestion/Feature request: An org-import mode

Re: [O] [Orgmode] Feature Request: "Keeping me honest"

2013-12-16 Thread Tim O'Callaghan
ogress with org-action-verbs since then? It's a great idea > and IMHO worthy of being made into a package. > > Cheers, > Adam > > On 1 October 2009 03:29, Tim O'Callaghan wrote: >> Small update. Fixes the problem of the highlighting not disappearing >> when

Re: [O] [Orgmode] Feature Request: "Keeping me honest"

2013-12-16 Thread Tim O'Callaghan
Fine by me. regards, Tim. On 16 December 2013 16:52, Adam Spiers wrote: > Thanks Tim. Perhaps this could go in the contrib/lisp/ directory? > > On 16 December 2013 14:02, Tim O'Callaghan wrote: >> Hi Adam. >> >> I still lurk on the org-mode list. I'm not

Re: [O] [RFC] Proposal for rebindings in Org 8.3

2014-02-09 Thread Tim O'Callaghan
> > Rasmus writes: > >> For me the following keys need shift or Alt-Gr: ^, ", `, !, ?, and >> ~. > > Oh, do you really need the Alt-Gr key for `?' and `!' ? > > Does that mean you don't use `C-c !' or that you rarely use it? > > Of course, this may have nothing to do with the keybinding itself, >

Re: [O] Problems with opening a link

2017-03-31 Thread Tim O'Callaghan
Hi, I've had a similar issue, but with redmine links. if i have #+LINK: rm http://redmine/issues/%s * link [[rm:3287]] does not work properly any more (with firefox under KDE) best regards, Tim. On 31 March 2017 at 14:52, Carsten Dominik wrote: > Hi Scott, > > which system are you on? > > I a

[O] RFC better Unicode support - Unicode Characters causing problems with TAGs etc.

2017-12-01 Thread Tim O'Callaghan
Hi, I have been experimenting with some Unicode symbols as part of my TODO and TAG definitions, to mixed results. I would like to propose that they are given first class support, especially in tags and priorities. Also, are other people using Unicode, and if so, how? especially with visually cons

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-15 Thread Tim O'Callaghan
Does anyone know of a good round trip/review workflow for word documents? I'm interested in generating documents and processing feedback/comments, especially with word document tracking. On 15 December 2017 at 14:30, Eric S Fraga wrote: > On Friday, 15 Dec 2017 at 13:58, Fabrice Popineau wrote:

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-21 Thread Tim O'Callaghan
Thanks! I will experiment with this work-flow, but i have one other issue, any advice on working with existing (word) document templates? I have to work within templates, so it would be great if i could manage to conform. On 19 December 2017 at 06:09, wrote: > On 2017-12-15 12:28, Eric S Fraga w

[Emacs-orgmode] Some suggestions - mostly for non (X)Emacs updating of org mode files.

2006-04-25 Thread Tim O'Callaghan
Not sure how useful any of this would be to other people, but here is some stuff that i have been thinking about. The great thing about org files is that they are ASCII and therefore very portable. The only problem with org files is that you need (X)Emacs to do anything good with them! This is n

Re: [Emacs-orgmode] Some suggestions - mostly for non (X)Emacs updating of org mode files.

2006-04-27 Thread Tim O'Callaghan
tly my itch that i want you to help scratch :) > > On Apr 25, 2006, at 16:27, Tim O'Callaghan wrote: > > > >* org-save-hooks > > I have an Org file, and to export useful lists from it that i can > > use offline i have to go into agenda mode and export the > &g

[Emacs-orgmode] More bugs to report.

2006-05-08 Thread Tim O'Callaghan
Under XEmacs 21.4.19 if you have a table as the first thing in a file, then org mode throws the error 'Cannot find beginning of table' when you try and do anything to the table, such as re-format it, or press enter to insert a line before it. Tim. ___

Re: [Emacs-orgmode] Some suggestions - mostly for non (X)Emacs updating of org mode files.

2006-05-16 Thread Tim O'Callaghan
On Tue, May 16, 2006 at 09:51:18AM +0200, Carsten Dominik wrote: > > Tim, there were a few things in your email which I previously > overlooked, sorry. > > >With regards to file linking a BUG report: w32-shell-execute needs > >to > >be mswindows-shell-execute in org-file-apps-defaults-windowsnt

Re: [Emacs-orgmode] Some suggestions - mostly for non (X)Emacs updating of org mode files.

2006-05-16 Thread Tim O'Callaghan
> >IIRC This works for Gnu Emacs and XEmacs. > > I do expand-file-name on the file path before opening it. Can you > give me an example on when this fils to work correctly? > I checked, and its its not the expand file name problem i thought it was. Once i patched the w32-type problem i was hav

Re: [Emacs-orgmode] Feedback on Scheduling?

2006-05-16 Thread Tim O'Callaghan
On Tue, May 16, 2006 at 06:19:12PM +0100, Pete Phillips wrote: > Carsten Dominik <[EMAIL PROTECTED]> wrote: > > > Carsten> - does the scheduling from the agenda global todo list work > > Haven't tried this yet. > > Carsten> - have you noticed that SCHEDULED, DEADLINE and CLOSED are >

Was: [Emacs-orgmode] Feedback on Scheduling? - How do you use yours?

2006-05-16 Thread Tim O'Callaghan
On Tue, May 16, 2006 at 08:49:58PM +0100, Pete Phillips wrote: > > > Tim O'Callaghan <[EMAIL PROTECTED]> wrote: > > Tim> I'm curious, if you don't mind me asking, how do you produce > Tim> your hipster cards from org mode? > > Hi Tim

Re: Was: [Emacs-orgmode] Feedback on Scheduling? - How do you use yours?

2006-05-17 Thread Tim O'Callaghan
On Wed, May 17, 2006 at 08:41:22AM +0100, Pete Phillips wrote: > > Tim> Its also interesting that you use tags for GTD context. This is > Tim> the way i use tags, and i have been wondering if anyone else > Tim> used them like this. > > I'm glad - I was in discussion with Carsten for a

Re: Was: [Emacs-orgmode] Feedback on Scheduling? - How do you use yours?

2006-05-18 Thread Tim O'Callaghan
On Wed, May 17, 2006 at 03:59:58PM +0200, Kevin Coates wrote: > >> Yep - I need to make sure that the headline has enough info so > >that when > >> printed onto the HPDA I can understand/recall what it relates to. > > I'm also using a perl script to turn my org file of > * ProjectName:Project

Re: [Emacs-orgmode] maybe Offtopic: Emacs + Org + ?? to read Email (IMAP) on Win2K

2006-05-19 Thread Tim O'Callaghan
On Fri, May 19, 2006 at 09:46:15PM +0200, Philipp Raschdorff wrote: > > Hello, > > I've read this list from the beginning and I'm amazed how fast org-mode > is evolving - thanks! > > I hope my question maybe offtopic :-o > > I would like to use Emacs to read my Emails, since a lot of my tasks >

Re: [Emacs-orgmode] Re: maybe Offtopic: Emacs + Org + ?? to read Email (IMAP) on Win2K

2006-05-19 Thread Tim O'Callaghan
On Fri, May 19, 2006 at 11:17:45PM +0100, Leon wrote: > Tim O'Callaghan <[EMAIL PROTECTED]> writes: > > > On Fri, May 19, 2006 at 09:46:15PM +0200, Philipp Raschdorff wrote: > >> > >> Hello, > >> > >> I've read this list from

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-15 Thread Tim O'Callaghan
On Wed, Jun 14, 2006 at 06:54:13PM +0200, Carsten Dominik wrote: > > If you are using XEmacs to run org-mode, the following is important > for you: > > Starting with the next release of Org-mode (4.38, only a few days > away), Org-mode will require the use of noutline.el, a new > implementatio

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-15 Thread Tim O'Callaghan
On Thu, Jun 15, 2006 at 07:38:03PM +0200, Carsten Dominik wrote: > > On Jun 15, 2006, at 15:21, Tim O'Callaghan wrote: > > > >Could you just add it into a 'contrib' type directory in the > >distribution file? > > Yes, I will distribute the file with

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-20 Thread Tim O'Callaghan
I experimented with automating the noutline usage with a patch for org-install: (if (featurep 'xemacs) (progn (setq dir (expand-file-name (concat default-directory "xemacs"))) (if (file-directory-p dir) (setq load-path (cons dir load-path))) ) ) The prob

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-20 Thread Tim O'Callaghan
On Tue, Jun 20, 2006 at 03:47:13PM +0200, Carsten Dominik wrote: > Hi Tim, > > > On Jun 20, 2006, at 14:09, Tim O'Callaghan wrote: > > > >Also ":" needed to be added to org-link-escape-chars, as below: > >(defconst org-link-escape-chars '((&quo

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-20 Thread Tim O'Callaghan
ch is just like double-clicking them. However, "open" may > choke on an efs path. > > You can force the link to open inside emacs with C-u C-c C-o. Have > you tried this? > Yep, it looks like this is the problem. > - Carsten > > On Jun 20, 2006, at 18:24, Ti

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-20 Thread Tim O'Callaghan
On Tue, Jun 20, 2006 at 07:13:17PM +0200, Carsten Dominik wrote: > Maybe I should force efs/tramp file names to be opened with Emacs/. > > What is the best and most general way to test if a file name is efs > or tramp or ange-ftp? > For tramp you'll need to RTM, but for efs its /[EMAIL PROTECTE

Re: [Emacs-orgmode] Attention XEmacs users

2006-06-22 Thread Tim O'Callaghan
Problem with XEMACS noutline mode. This backtrace happens when i try and cycle from OVERVIEW. Debugger entered--Lisp error: (void-variable set-extent-endpoints) (if (> (extent-end-position ex) end) (progn (set-extent-endpoints ... ... beg) (set-extent-endpoints ex end ...)) set-extent-endpoint

Re: [Emacs-orgmode] GTD, Projects, and Next Actions in org-mode

2006-08-04 Thread Tim O'Callaghan
On Thu, Aug 03, 2006 at 04:36:51PM -0400, Jason F. McBrayer wrote: > > I thought I'd ask to see how other people who are using org for > Getting Things Done are handling projects and their relationship to > Next Actions. I've tried out several approaches, and while I can rule > out a few as no go

Re: [Orgmode] Bug fix release 4.59

2006-12-08 Thread Tim O'Callaghan
This is the first time I've tried it, but C-c C-k - edit outline in dedicated frame, does not work under XEmacs. Tim. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] recurring events, alternative to shift modifier, tag positions, smart [ ], and org-publish questions

2006-12-09 Thread Tim O'Callaghan
2. I use org-mode over ssh and since shift doesn't work along with other modifiers many of the keystrokes do not work. Has anyone come up with alternate keystrokes not involving shift that they could share? Shift keys not working? That, i cannot understand. The only difficulty i've come across

Re: [Orgmode] patch to outline.el concerning isearch

2006-12-15 Thread Tim O'Callaghan
On 14/12/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: I strongly support this proposal, this is a feature that would be very valuable. Any chance you could hack it into the noutline you distribute for XEmacs in the next release? XEmacs has this search issue too. Tim. _

Re: [Orgmode] Bug when opening agenda buffer (org-agenda-list)

2007-02-09 Thread Tim O'Callaghan
On 07/02/07, Stephan Schmitt <[EMAIL PROTECTED]> wrote: hello, i just downloaded org-mode 4.64 and got an error when i tried to open the org agenda buffer (C-c a a). i added line 12488 from version 4.63, that fixed the problem: org-4.64 $ diff org.el org.el~ 12488,12492c12488,12490 < (when (

[Orgmode] Indirect Buffers - how do you get back to the full tree?

2007-02-15 Thread Tim O'Callaghan
Hi, I've recently started using Indirect buffers for focusing on one tree. Is there a way to get back to the original full buffer without killing the buffer/file and re-loading it? Tim. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://list

[Orgmode] Idea: Agenda Search publish?

2007-04-02 Thread Tim O'Callaghan
Hi, i have been playing with org-agenda-custom-commands, and it got me thinking. What about adding the generated searches as a publishable source? possibly by adding to org-agenda-custom-commands. e.g.: (setq org-agenda-custom-commands '(("w" todo "WAITING" "Waiting_list_summary.html" publish-h

[Orgmode] Re: Idea: Agenda Search publish?

2007-04-05 Thread Tim O'Callaghan
Yes thats exactly what i meant. I know there is an ascii mechanism using emacs in batch mode mentioned in the manual, but it is only text, and i could not get it to work properly under Xemacs for windows. I see it as a kind of merge of agenda and publish. I have been playing with a cut/paste keyb

[Orgmode] Problem with ascii export + possible useful search.

2007-06-15 Thread Tim O'Callaghan
Hi, It seems that under Xemacs the ascii export just appends the new export to the contents of the old export. If you have the old export buffer open already then it inserts the new export into the old file at the cursor. The useful search i have started using, is similar to the GTD stuck projec

[Orgmode] Problem with ascii export + possible useful search.

2007-06-19 Thread Tim O'Callaghan
On 19/06/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Jun 15, 2007, at 15:26, Tim O'Callaghan wrote: > Hi, > > It seems that under Xemacs the ascii export just appends the new > export to the contents of the old export. If you have the old export > buffer open a

[Orgmode] iCal Import

2007-06-19 Thread Tim O'Callaghan
HI, below is a bit of a hack i've come up with to attempt to read my google calendar into my org agenda. I originally started it using eldav, but i realised i don't have a webdav server to sync to. At the moment, It only works for entries that icalendar-import-file converts to %%(add something).

[Orgmode] Re: iCal Import - updated code & Bug report

2007-06-19 Thread Tim O'Callaghan
Another Xemacs bug i think, If the org file does not contain a line with a headline, such as those generated by the code. It causes the error: "(1) (error/warning) Error in `post-command-hook' (setting hook to nil): (wrong-type-argument integer-or-marker-p nil)" The previous code assumes the ical

  1   2   >