[Orgmode] [ feature request ] colourful timestamps

2007-12-03 Thread Phil Jackson
Hello, Something I thought might be nice is highlighting of timestamps according to there relativity to time(). For example, at time of writing, <2006-12-11> would be red, <2007-12-03 Mon 19:00> pink. Perhaps for customisation: (setq org-timestamp-colour-map '(("<2h" . 'face) ("<10m" . 'face

Re: [Orgmode] [ feature request ] colourful timestamps

2007-12-10 Thread Phil Jackson
Bastien, Bastien <[EMAIL PROTECTED]> writes: > Phil Jackson <[EMAIL PROTECTED]> writes: > >> Something I thought might be nice is highlighting of timestamps >> according to there relativity to time(). [...] > I like the general idea of having feedback about

Re: [Orgmode] Feature request - add a new heading with a lower level than current

2007-12-11 Thread Phil Jackson
Charles Cave <[EMAIL PROTECTED]> writes: >> Or you could just do "M-return M-right" - is that really too slow for >> you? > > Thank you! I hadn't thought of that. Entering M-right is easy > because I am already holding the Meta key with my thumb so it is just > a matter of continuing to hold the

Re: [Orgmode] Whitespace and outline structure...

2007-12-11 Thread Phil Jackson
Bastien <[EMAIL PROTECTED]> writes: >> I put multiple blank lines before a top level heading to get visible >> whitespace, in this sort of structure: >> >> * Some Stuff >> ** A first item. >> ** Blah Blah [...] >> If I was then to move '** Blah Blah' under the 'Other Stuff' heading >> using the

[Orgmode] FR: source code

2008-01-08 Thread Phil Jackson
Hi, This may well be beyond the scope of Org but the only thing that keeps me from switching everything from Muse to Org is the lack of a method to 'embed' source code into a document ala: ... Is this something that might be possible in the future? Cheers, Phil _

[Orgmode] patch: link to the log of an ERC session

2008-01-10 Thread Phil Jackson
Hi, I get a lot of my information from ERC/bitlbee so wrote this patch to allow for linking against the log associated with an ERC session. Sorry, only tested in GNU. --- /home/phil/org-5.18a/org.el 2008-01-06 15:30:26.0 + +++ org.el 2008-01-10 14:12:27.0 + @@ -11765,6 +1

Re: [Orgmode] Re: patch: link to the log of an ERC session

2008-01-11 Thread Phil Jackson
Michael Olson <[EMAIL PROTECTED]> writes: >> I get a lot of my information from ERC/bitlbee so wrote this patch to >> allow for linking against the log associated with an ERC session. > > It's interesting that you're linking to the log file. I hadn't > thought of doing that before, but I like the

[Orgmode] Annotate files in org syntax

2008-01-12 Thread Phil Jackson
Hi, Thought I might share this with you: org-annotate-file.el Description: application/emacs-lisp Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

Re: [Orgmode] REQUEST: orgstruct-mode modeline string?

2008-01-15 Thread Phil Jackson
ss). M-x orgtbl-mode puts "OrgTbl" there, I think >> orgstruct-mode should do the same. > > Hi Richard, > > it does do that for me, do see OrgStruct in the mode line. Me too, just for the record. Phil -- Phil Jackson http://www.shellarchive.co.uk __

Re: [Orgmode] Annotate files in org syntax

2008-01-15 Thread Phil Jackson
ake it project/branch aware... just haven't figured out how yet :) Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] Annotate files in org syntax

2008-01-15 Thread Phil Jackson
, I'll take a look. In the mean time I've hacked in the ability to link to a particular line with a subheading: http://www.emacswiki.org/cgi-bin/wiki/org-annotate-file.el Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-o

Re: [Orgmode] What's the use of Column View?

2008-01-15 Thread Phil Jackson
iness accounts. > 1. It reduced the readability of .org files. I think the syntax of the > file should be kept as close as possible to plain text file. But you don't have to use it *and* it's all plain text. > 2. It barely has a role in any GTD work flow. Org mode isn't j

[Orgmode] Re: Announcing Worg (Web-Org)

2008-01-16 Thread Phil Jackson
an mine and or sabotage the repository :) Happy to swap/lend/steal/merge anything you think we should or we could go into a bitter competition involving spies, bribery and litigation. Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-org

[Orgmode] Re: Announcing Worg (Web-Org)

2008-01-16 Thread Phil Jackson
ially matching the wrong line if there are identical ones. Swings and roundabouts I suppose. Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ 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

Re: [Orgmode] FR: source code

2008-01-16 Thread Phil Jackson
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jan 8, 2008, at 12:22 PM, Phil Jackson wrote: [...] >> is the lack of a method to 'embed' source code into a document ala: >> >> >> ... >> [...] > It seems to me that there are really tw

Re: [Orgmode] Re: patch: link to the log of an ERC session

2008-01-16 Thread Phil Jackson
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jan 11, 2008, at 11:49 AM, Phil Jackson wrote: > >> Michael Olson <[EMAIL PROTECTED]> writes: >> >>>> I get a lot of my information from ERC/bitlbee so wrote this patch >>>> to allow for linki

Re: [Orgmode] Easily re-indent the #+OPTIONS lines

2008-01-17 Thread Phil Jackson
(1+ (- max-length (length (match-string 1 32) >(match-string 2)) t t) Thanks, really handy. BTW did you know about align-regexp? , | (align-regexp (point-min) (point-max) "^#\\+[A-Z_]+:\\( +\\)" 1 5) ` Dare I say will have a similar affect. Chee

Re: [Orgmode] FR: source code

2008-01-18 Thread Phil Jackson
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Jan 16, 2008, at 7:59 PM, Phil Jackson wrote: [...] >> I *personally* still can't decide if this is within org's scope >> though, not to say I wouldn't find it very handy. > > So then am confused what y

Re: [Orgmode] Re: patch: link to the log of an ERC session

2008-01-21 Thread Phil Jackson
Phil Jackson <[EMAIL PROTECTED]> writes: [...] >> How about writing a little extension org-irc.el that extends the link >> mechanism for both cases? I'd love to see more such extensions, and I >> would be happy to distribute them with Org-mode, and to put them into

Re: [Orgmode] Fill-paragraph and orgmode

2008-01-28 Thread Phil Jackson
gt; Words words words words words words words words words words words words > words > words words > [2008-01-25 sex] I think your MUA is wrapping your text :/ Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-org

Re: [Orgmode] Fill-paragraph and orgmode

2008-01-28 Thread Phil Jackson
> > For what it's worth, this looked right until I hit reply. You saw the text/html part I saw the text/plain part. Another reason for HTML mail to die a painful death! Erm...you can get back to the important stuff now. :) -- Phil Jackson http://www.shellarchive.co.uk _

Re: [Orgmode] Re: patch: link to the log of an ERC session

2008-01-28 Thread Phil Jackson
esult either in that case. What about if I changed it to link to the line above (if there isn't one then just the file)? > Thanks for this add-on No problemo :) [...] Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmo

Re: [Orgmode] [BUG?] org-open-file cannot handle spaces in file name?

2008-01-28 Thread Phil Jackson
n 2.12.1) of 2008-01-13 on > neutrino" I can't quite replicate this on 23.0.50.3 (5.19a), if I try with a file called 'file with spaces.txt' all is well. With 'file with spaces.pdf' I get a different error to you (args out of range). I'll try with 22 to

Re: [Orgmode] [BUG?] org-open-file cannot handle spaces in file name?

2008-01-29 Thread Phil Jackson
Phil Jackson <[EMAIL PROTECTED]> writes: [...] > I'll try with 22 tomorrow and see what I get. 22.1.50.1 (5.19a): [[file:~/this is a file with space.pdf]] ,[ trace ] | Debugger entered--Lisp error: (args-out-of-range 34 35) | replace-match("/home/pjackso1/this\\ i

Re: [Orgmode] FR: source code

2008-01-29 Thread Phil Jackson
Phil Jackson <[EMAIL PROTECTED]> writes: > Carsten Dominik <[EMAIL PROTECTED]> writes: [...] >>> I *personally* still can't decide if this is within org's scope >>> though, not to say I wouldn't find it very handy. >> So then am confused wh

Re: [Orgmode] FR: source code

2008-01-29 Thread Phil Jackson
t; Would it be practical to just specify the major mode to use with > htmlify in order to syntax highlight the block of code, as opposed to > keeping a table of which types equate to which modes? I expect that's the plan. Cheers, Phil --

Re: [Orgmode] Git repository

2008-01-31 Thread Phil Jackson
Carsten Dominik <[EMAIL PROTECTED]> writes: > I am considering the idea to move the org development to a public git > repository. This is a great move. Will you be taking on other "core" developers with push access? Cheers, Phil -- Phil Jackson http://

Re: [Orgmode] commas in URLs?

2008-02-01 Thread Phil Jackson
his is the main bother I have with emacs, I wish RMS would allow it to be linked with PCRE or similar. It would rid us of most of those ugly backslashes too. Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Reme

[Orgmode] [OT] xkcd - emacs

2008-02-01 Thread Phil Jackson
Hi, As it's Friday I thought I might get away with posting this: http://xkcd.com/378/ Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Ema

Re: [Orgmode] [OT] GNU Screen and arrow keys

2008-02-06 Thread Phil Jackson
viour. What is your TERM value outside and inside screen? If you hit ESC- do you see the same thing? Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] Timeline not working in 5.20

2008-02-06 Thread Phil Jackson
| dfrac (/ (* 1.0 (- wdays diff)) wdays) ` Which evals to -0.0e+NaN and then propagates. Might see if I can dig further tomorrow if I get time. Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember

Re: [Orgmode] Re: [OT] GNU Screen and arrow keys

2008-02-07 Thread Phil Jackson
lore <[EMAIL PROTECTED]> writes: > Phil Jackson wrote: > >>> When I say M- to promote current heading I get '3C'. >> >> I'm a screen/TTY emacs user and I don't see the same behaviour. What >> is your TERM value outside and inside screen

[Orgmode] CONTRIB and changes

2008-02-07 Thread Phil Jackson
Hi, On Carstens request I've created a ChangeLog file in the root of CONTRIB that people who haven't signed the papers can use for their er... conribs. I would also like to point out that I was the first person to have their changes reverted (doh) :) Cheers, Phil -- Phil Jac

Re: [Orgmode] Re: GNU Screen and arrow keys

2008-02-07 Thread Phil Jackson
theme (with close matching colours) for TTY emacs too. RXVT is _very_ quick though :) Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmo

Re: [Orgmode] vs document heading in HTML export

2008-02-12 Thread Phil Jackson
ontent of ... > is only displayed on a few nearly-invisible locations and indexation is > not really an issue, I guess. Playing devils advocate: http://www.julian-bez.de/blog/2005/02/15/how-to-use-the-title-tag/ Phil -- Phil Jackson http://www.shellarchive.co.uk _

Re: [Orgmode] org 2 openoffice impress converter

2008-02-14 Thread Phil Jackson
lar to what you (and anyone else interested) was thinking? Has there already been a discussion about the design? Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to th

Re: [Orgmode] Re: Release 5.22 (Carsten Dominik

2008-02-20 Thread Phil Jackson
on this vote for wanting to having >> it back ... please ... :-) > I'll fix this for the next release, but I am traveling for the next > few days Any chance of making it configurable (default to the old behavior)? I like the new behaviour better, am I the

Re: [Orgmode] Re: Release 5.22 (Carsten Dominik

2008-02-20 Thread Phil Jackson
Detlef, Detlef Steuer <[EMAIL PROTECTED]> writes: >> Any chance of making it configurable (default to the old behavior)? I >> like the new behaviour better, am I the only one? > > You're not alone! Phew, my abandonment issues remain buried for a while longer :) C

Re: [Orgmode] Suggestions on Org-table export-html

2008-02-24 Thread Phil Jackson
our points. Thanks, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ 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

Re: [Orgmode] bug in org-store-link

2008-02-27 Thread Phil Jackson
er This actually is already possible, but not the default behaviour for org-store-link. Also, from the manual: ,[ org.html#Handling-links ] | If there is an active region, the selected words will form the basis of | the search string. ` Cheers, Phil -- Phil Jackson http://ww

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Phil Jackson
nil check major-mode and act accordingly. This will keep `org-store-link' nice and clean. Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ 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

Re: [Orgmode] org-bookmark.el

2008-02-28 Thread Phil Jackson
would put a vote in for this behaviour to be off by default (but then I don't use bookmarks). Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ 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

Re: [Orgmode] Bug? Installing from git master

2008-03-03 Thread Phil Jackson
-check' function is autoloaded and run by org before the require to do a check on features, on non-nil the module is required? Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All'

Re: [Orgmode] Bug? Installing from git master

2008-03-03 Thread Phil Jackson
mewhat extensible (through `org-irc-client') to support other IRC clients (the link parsing is generic for instance). Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to se

Re: [Orgmode] Bug? Installing from git master

2008-03-03 Thread Phil Jackson
must have a -loadablep defun." --8<---cut here---end--->8--- Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ 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

Re: [Orgmode] Re: IRC Channel

2008-03-07 Thread Phil Jackson
sure how much of an active user I would be to be honest. Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.o

Re: [Orgmode] Re: IRC Channel

2008-03-07 Thread Phil Jackson
ister > | them. No minimum level of activity or moderation is expected or required > | of channel owners. > ` > > I think it is a good idea to go for #org-mode. Am I right in thinking that http://freenode.net/group_registration.shtml is what we're after? Seems very f

Re: [Orgmode] Re: IRC Channel

2008-03-07 Thread Phil Jackson
[EMAIL PROTECTED] (J. David Boyd) writes: > Here's the ChanServ help, that makes it all pretty clear: [...] Thanks, a link rather than a 21k mail would have done the trick though ;) Phil -- Phil Jackson http://www.shellarchive.co.uk _

Re: [Orgmode] rcirc

2008-03-13 Thread Phil Jackson
e two totally > different things and users may want to do both at different times. So how would the org-store-link know what to do in an ERC buffer when called? Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk ___ Emacs-orgmode mailing l

Re: [Orgmode] rcirc (bug?)

2008-03-13 Thread Phil Jackson
Richard, Richard G Riley <[EMAIL PROTECTED]> writes: > Both "enter" and "follow link" (C-c C-o) had the same problem. I've just put a fix in git for this. Can I ask how you initiate your session? Is it interactively with erc-select? Cheers, Phil -- Phil Jack

Re: [Orgmode] rcirc (bug?)

2008-03-13 Thread Phil Jackson
:nick "phil" :port 6667)) --8<---cut here---end------->8--- And :port can be a string or a number which is where this bug comes from I think. Cheers, Phil -- Phil Jackson http://www.shellarchive.co.uk

Re: [Orgmode] export to txt files

2008-03-17 Thread Phil Jackson
gt; * Procedures > bla bla text etcetc > > to output two files projects.txt which contains bla bla text etcetc and > another procedures.txt with its text. 10 points to someone who can do this with just a keyboard macro. 15 if you can make sure the heading is file

[Orgmode] org-return-follows-link and the TTY

2008-06-09 Thread Phil Jackson
turn)] 'org-open-at-point) (org-defkey org-mouse-map "\C-m" 'org-open-at-point)) (require 'font-lock) All becomes well again. Does org-return-follows-link work with this patch applied against an X11/w32 linked emacs? Cheers, Phi

[Orgmode] Feature Request - Customisable chars for table drawing

2008-07-24 Thread Phil Jackson
Hey, It would be really cool if the chars used to draw the various bits of the table were configurable. This way we could use the pretty looking multibyte chars like the ones at the bottom of this page: http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt Cheers, Phil -- Philip Jackson

Re: [Orgmode] Feature Request - Customisable chars for table drawing

2008-07-24 Thread Phil Jackson
Carsten Dominik <[EMAIL PROTECTED]> writes: >> http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt > > That page looks really terrible in my Browser. Am I missing > something? It could be the fault of the font you're rendering it with... maybe. Cheers, Phil -- Philip Jackson http

Re: [Orgmode] org-mode and git

2008-10-22 Thread Phil Jackson
Richard Riley <[EMAIL PROTECTED]> writes: > What, if any, git interface for emacs do you guys recommend? I would highly recommend magit[1]. I've been using it for a while now and it far better fits around the way /I/ use git :) You'll need a version[2] of git that supports --graph on the log com

Re: [Orgmode] Re: org-mode and git

2008-10-22 Thread Phil Jackson
Richard Riley <[EMAIL PROTECTED]> writes: > Looks good, a shame vc-git doesn't seem to work though. I will look into > why as another set of non standard keys will make my head explode :-( > Having said that its time to do some housekeeping anyway as there are > few niggly little things I run into

Re: [Orgmode] Re: create links for all marked files in dired

2007-11-26 Thread Phil Jackson
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > Hi Carsten, > > Carsten Dominik schrieb am 11/25/2007 02:22 PM: >> On 11/25/07, Fabian Braennstroem <[EMAIL PROTECTED]> wrote: >>> Hi, >>> me again :-) >>> >>> is there a chance to create links from the marked files in a >>> dired buffer using org-