Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-26 Thread Filippo A. Salustri
option dialog. > > -- > Moritz Ulrich > > -- \V/_ Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus...@ryerson.ca http://deseng.ryerson.ca/~fil/

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Filippo A. Salustri
Achim, Thanks for confirming the bit about compiling org here and copying it elsewhere. I'll give it a shot. /fas On 25 August 2012 15:39, Achim Gratz wrote: > Filippo A. Salustri writes: > > I haven't yet installed Xcode on some of my Lion machines, so I haven't &

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Filippo A. Salustri
stuff cuz... well, it's a "client" :) /fas On 25 August 2012 15:44, John Hendy wrote: > On Sat, Aug 25, 2012 at 2:39 PM, Achim Gratz wrote: > > Filippo A. Salustri writes: > >> I haven't yet installed Xcode on some of my Lion machines, so I haven't > >

Re: [O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Filippo A. Salustri
ols? This is what I do on Windows in > combination with git, which is easier to setup than trying to get a > compiler up and running, at least for me :) > > http://orgmode.org/worg/org-hacks.html#compiling-org-without-make > > Hope that helps! > John > On Aug 25, 2012 12:

[O] advice on compiling org 7.9 for OSX Lion.

2012-08-25 Thread Filippo A. Salustri
stuff into the identical directory structure on my non-Xcode machines. Any thoughts on whether that would work? And in any case, if someone could point me at a good page explaining the Lion/Org installation, I'd greatly appreciate it. /fas -- \V/_ Filippo A. Salustri, Ph.D., P.Eng. Mechani

Re: [O] Using '?' as a todo keyword?

2012-04-14 Thread Filippo A. Salustri
Thanks for the idea. Yes, I also use colour, but my brain prefers both colour and mnemonics that work for it. I do understand it's not for everyone. /fas On 14 April 2012 19:34, suvayu ali wrote: > Hi Filippo, > > On Fri, Apr 13, 2012 at 22:28, Filippo A. Salustri > wrote:

Re: [O] Using '?' as a todo keyword?

2012-04-13 Thread Filippo A. Salustri
ot a showstopper. Thanks again. /fas On 13 April 2012 16:22, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > Maybe I'm just being a little compulsive, but all my states are 1 > > character long cuz that's all I really need to distinguish states > > (p

Re: [O] Using '?' as a todo keyword?

2012-04-13 Thread Filippo A. Salustri
ding exams, but in the meantime I'll try the "string(?)" form and see if that helps. /fas On 13 April 2012 13:47, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > I would like to use "?" as a todo keyword, but org-todo-keywords > > doesn't seem

[O] Using '?' as a todo keyword?

2012-04-13 Thread Filippo A. Salustri
ng. I'm running org v 7.5. Cheers. Fil -- \V/_ Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus...@ryerson.ca http://deseng.ryerson.ca/~fil/

Re: [O] Setting a task's priority based on its subtasks priorities

2012-04-13 Thread Filippo A. Salustri
Nick, Thanks very much! Excellent description. Cheers. Fil On 13 April 2012 00:35, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > Hi all, > > I'm looking for a little coding help. > > > > I want to try to a task's priority automatically, b

[O] Changing what org-agenda-goto shows

2012-04-12 Thread Filippo A. Salustri
, and I don't see any way to get the desired behaviour. I should also note that I'm still running org 7.5. (I know; shame on me - but I haven't time to upgrade till I finish grading exams) Can anyone suggest how I can get the desired behaviour? Cheers. Fil -- \V/_ Filippo A. Sa

[O] Setting a task's priority based on its subtasks priorities

2012-04-12 Thread Filippo A. Salustri
ty to be updated (if necessary) automatically any time I change the priority of one of its subtasks. Can anyone offer me any pointers or boilerplate code I could use to kick this off? Cheers. Fil -- \V/_ Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350

Re: [O] odd behaviour in a function - looking for advice

2011-06-16 Thread Filippo A. Salustri
save-window-excursion did the trick. Never heard of that one. Thanks! Cheers. Fil On 16 June 2011 21:46, Jambunathan K wrote: > "Filippo A. Salustri" writes: > >> Hi all, >> >> I've got this function: >> >> (defun fas/org-priority (&op

[O] odd behaviour in a function - looking for advice

2011-06-16 Thread Filippo A. Salustri
of the agenda buffer. I would have thought 'save-excursion' would have returned the point to wherever I was when I called the function. Anyone got any idea what I'm doing wrong? Cheers. Fil -- \V/_ Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson Uni

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Right. I got it with the org-load-hook thing. Thanks, and apologies. Cheers. Fil On 16 June 2011 12:15, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > I must be a moron. But I'm still having problems. > > Here's what's in my Preferences.el: >

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
; font lock on always. (defvar fas/org-priority-scale (/ (* 1000 (- org-lowest-priority org-highest-priority)) 10)) When I start aquamacs, I get an error that org-lowest-priority is not defined. Help? Cheers. Fil On 16 June 2011 09:39, Nick Dokos wrote: > Filippo A.

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Right. Require. *sigh* Let me just wipe the egg off my face. Thanks. Cheers. Fil On 16 June 2011 09:39, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > > I've got code of this form in my Preferences.el (aquamacs-speak for > .emacs): > > > > (defva

Re: [O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
Yes, the math is wrong; I knew that. Thanks for the hint. Cheers. Fil On 16 June 2011 09:30, Jambunathan K wrote: > > "Filippo A. Salustri" writes: > > > I'm having a senior moment here. > > > > I've got code of this form in my Preferences.el (aq

[O] accessing org-lowest-priority in .emacs

2011-06-16 Thread Filippo A. Salustri
ed at that point in Preferences.el. I need to defer the calculation till org is running. It's embarrassing, but it's not coming to me. Can someone help me out? Cheers. Fil -- \V/_ Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto

Re: [O] feature request: changing the way numeric priorities are calculated

2011-06-05 Thread Filippo A. Salustri
quot; > > -- > The Kafka Pandemic: http://thekafkapandemic.blogspot.com > I support the Whittemore-Peterson Institute (WPI) > === > Extreme bigotry against people with deadly serious diseases is still > extreme bigotry. > -- \V/_ Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Ind

[O] feature request: changing the way numeric priorities are calculated

2011-06-04 Thread Filippo A. Salustri
something similar), and having the ability to essentially 'weight' the priority with respect to other values would be very useful. I'd try to do the changes myself, but I'm just not up to the task these days. Thoughts? Cheers. Fil Salustri -- \V/_ Filippo A. Salustri, Ph.D., P.

[O] help on sorting agendas

2011-06-03 Thread Filippo A. Salustri
what's supposed to happen? Any way I can get it to sort on SCHEDULED dates? Cheers. Fil -- \V/_ Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salu

Re: [O] Formal description of Org files

2011-04-15 Thread Filippo A. Salustri
ing project. > > Wow, if that thing can export syntax diagrams in PNG or PDF I’d be really > happy. Looks very interesting — albeit serious overkill for what I’d use it > :-). > > thanks, > Peter. > -- > c++; // this makes c bigger but returns the old value > >

Re: [O] Re: manipulating the agenda from elisp?

2011-04-08 Thread Filippo A. Salustri
Thanks to everyone for the hints and tips. It's much appreciated. Cheers. Fil On 8 April 2011 12:59, Carsten Dominik wrote: > > On 8.4.2011, at 05:34, Bernt Hansen wrote: > > > "Filippo A. Salustri" writes: > > > >> Hi, > >> I'm th

Re: [O] Re: manipulating the agenda from elisp?

2011-04-08 Thread Filippo A. Salustri
Yup; I'd noticed those sections and noted them for future study. Thanks. Cheers. Fil On 8 April 2011 01:00, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > That's a good start! Thanks! > > Cheers. > > Fil > > > > On 7 April 2011 23:3

[O] Re: manipulating the agenda from elisp?

2011-04-07 Thread Filippo A. Salustri
That's a good start! Thanks! Cheers. Fil On 7 April 2011 23:34, Bernt Hansen wrote: > "Filippo A. Salustri" writes: > > > Hi, > > I'm thinking I might like to try some programming to do things to the > > agenda from an elisp function. > > I

[O] manipulating the agenda from elisp?

2011-04-07 Thread Filippo A. Salustri
able to access the content of the item in some structured way. I think I've seen functions that can pull info like TODO state and priority from the item under the cursor, so it's the iteration part that I'm really interested in. Any advice? Cheers. Fil -- Filippo A. Salu

Re: [O] question about agendas

2011-03-31 Thread Filippo A. Salustri
rch 2011 14:51, Nick Dokos wrote: > Filippo A. Salustri wrote: > >> Hi all, >> I'm looking to customize how some agenda commands work. >> The simple example I'm working on is combining changing a task's >> priority AND refreshing the agenda. >>

[O] question about agendas

2011-03-31 Thread Filippo A. Salustri
da-priority p) (org-agenda-redo When this function runs, it does exactly what I want it to do. BUT the cursor jumps to row one of the agenda buffer. Can anyone suggest a cause and a fix? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson

Re: [O] advice re organizing todo agenda items

2011-03-31 Thread Filippo A. Salustri
'll find a less expansive way of doing it. Cheers. Fil On 31 March 2011 08:18, T Helms wrote: > > On 03/31/2011 06:41 AM, Steven Haryanto wrote: > > On Thu, Mar 31, 2011 at 5:11 PM, Filippo A. Salustri > wrote: >> >> Samuel & Nick, >> >> I

Re: [O] advice re organizing todo agenda items

2011-03-31 Thread Filippo A. Salustri
27;s Autofocus task management methods. I'll take all this under advisement and see what I can think of. Thanks! Cheers. Fil On 30 March 2011 23:34, Samuel Wales wrote: > Yes, use tags, then use a custom sort.  Or, if you do not use > priorities for local sorting, use priorities. >

[O] advice re organizing todo agenda items

2011-03-30 Thread Filippo A. Salustri
fill that role. By changing the effort, I can move things around in the list. But it's (a) a subversion of effort and (b) just generally kludgy. Anyone got any ideas? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-30 Thread Filippo A. Salustri
section} > #+end_src > > Of course, I could start explicitly with a \section{intro} (i.e. * > Intro) right after \maketitle/\begin{document}, but for short papers I > find this is redundant. > > Is my style the problem or should there be a way to terminate section, maybe > wit

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread Filippo A. Salustri
Out of my depth too. That's why I'd be happy to live with it as is. :) Cheers. Fil On 27 March 2011 13:18, William Gardella wrote: > "Filippo A. Salustri" writes: > >> It seems to me we're getting into some real design territory here, in >> th

[O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread Filippo A. Salustri
big deal in org, so I would have thought that every bit of distraction is a distraction too many. Cheers. Fil On 27 March 2011 13:08, Nicolas wrote: > Hello, > > "Filippo A. Salustri" writes: > >> The workaround I use is to use lists instead of headlines.  The >>

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread Filippo A. Salustri
esolve without going the > additional step of exporting to HTML or LaTeX and editing that output. > You've just stumbled into one of them... > > I'd support some kind of fix, but it'd be moderately to very involved > and far beyond my level of comfort with Elisp.  I also agree that it'd > be hard to specify. > > -- > William Gardella > J.D. Candidate > Class of 2011, University of Pittsburgh School of Law > > > -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus...@ryerson.ca http://deseng.ryerson.ca/~fil/

Re: [O] Re: Continuation of main section text after subsections ?

2011-03-27 Thread Filippo A. Salustri
gt; > Is there a strong reason this could not work as an option in org-mode? > > marcel > > -- > Marcel van der Boom  -- http://hsdev.com/mvdb.vcf > HS-Development BV    -- http://www.hsdev.com > So! web applications -- http://make-it-so.info > Cobra build          -- http:/

[O] latest version of perl script to pull org stuff for geektool

2011-03-20 Thread Filippo A. Salustri
t as I've never used git for things like this, and I'm nearing the end of my semester, I'm too distracted with grading to do it now. I will try to get to it once I've finished that stuff. Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering

[O] Re: help with sorting agenda views

2011-03-20 Thread Filippo A. Salustri
Bernt, Thanks. I've been reading your page on org; I just haven't gotten to section 16 yet. :) Cheers. Fil On 20 March 2011 15:34, Bernt Hansen wrote: > "Filippo A. Salustri" writes: > >> Hi, >> I'm getting confused with sorting agenda views.  Hopeful

Re: [O] hide #+ lines?

2011-03-20 Thread Filippo A. Salustri
I gotta admit, I find the general tone of attention to detail and professional respect on this list quite refreshing. There's few lists to which I subscribe that's as consistently helpful and polite. Compliments to all. Cheers. Fil On 19 March 2011 22:19, Nick Dokos wrote: > Filipp

Re: [O] hide #+ lines?

2011-03-19 Thread Filippo A. Salustri
that those lines do have their own face, so I made 'em dark grey (my background is black). I can still see them, but it's the text in the block that stands out now. Cheers. Fil On 19 March 2011 21:42, Nick Dokos wrote: > Filippo A. Salustri wrote: > >> >> On 19 Ma

Re: [O] hide #+ lines?

2011-03-19 Thread Filippo A. Salustri
stracting block directives. Cheers. Fil' On 19 March 2011 18:26, Nick Dokos wrote: > Juan Pechiar wrote: > >> On Sat, Mar 19, 2011 at 05:27:23PM -0400, Filippo A. Salustri wrote: >> > I've started using #+ blocks here and there, and (meaning no >> > disresp

[O] hide #+ lines?

2011-03-19 Thread Filippo A. Salustri
t I can't find anything to help. Anyone got something to offer? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus...@ryerson.ca http:

[O] help with sorting agenda views

2011-03-18 Thread Filippo A. Salustri
e first. In my .emacs, I also have this bit in custom-set-variables: '(org-agenda-sorting-strategy (quote ((agenda time-up priority-down) (todo priority-down) ))) I checked the doc and google, and I can't find anything helpful. Can someone advise me? C

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Filippo A. Salustri
Filippos' code to see if I can even make this a bit more elegant. > > > > The org-agenda call has the potential of messing up your carefully crafted > window > configuration, depending on the value of org-agenda-window-setup. The > default > value is reorganize-f

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Filippo A. Salustri
move this code to >> another location because emacs >> > is running something to open that after it goes through .emacs??? or is >> that just a behavior that >> > is going to occur? >> > >> >> Add >> >> (setq inhibit-splash-screen t) &

Re: [O] another (possibly) noob question

2011-03-15 Thread Filippo A. Salustri
> If so, what is the contents of the function that in the above line is > called org-summary-todo. > > I have this implemented in my setup to automatically change the todo > state based on progress. > > Dave > > On Mon, Mar 14, 2011 at 11:15 PM, Filippo A. Salustri >

Re: [O] another (possibly) noob question

2011-03-15 Thread Filippo A. Salustri
EN(O@!)" "WIP(W!)" "PAUSED(P@!)" "|" "CLOSED(C@!)") (sequence "PROJECT(p)" "|" "COMPLETED(x)") )) Can anyone shed light on this? Cheers. Fil On 15 March 2011 10:54, John Hendy wrote: > On Mon, Mar 14, 20

Re: [O] quick question about face names

2011-03-15 Thread Filippo A. Salustri
roperties of face > "default". > > Though, it could be nice to have a real body text face, that would be in > most > cases identical to the default face, but that could be customized as well > (for > using other fonts or colors in Org editing buffers)... > > Best re

[O] another (possibly) noob question

2011-03-14 Thread Filippo A. Salustri
om PROJECT to ACTIVE if less than all tasks are done, and DONE if all tasks are done. Obviously, I want it to stay PROJECT. I've spent over an hour trying to figure this one out and I can't. Anyone got any advice? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus...@ryerson.ca http://deseng.ryerson.ca/~fil/

[O] quick question about face names

2011-03-14 Thread Filippo A. Salustri
I'm trying to find the face of plain text (not headlines or checklist items). Does it have a name that distinguishes it from other faces? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canad

[O] highlighting overdue tasks in block agendas

2011-03-12 Thread Filippo A. Salustri
g to be able to do it in todo agenda views too. Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus...@ryerson.ca http://deseng.ryerson.ca/~fil/

Re: [O] Org expert mode?

2011-03-10 Thread Filippo A. Salustri
, and > experts are not frustrated by it either. But I expect neat features > can emerge from the discussion. > > Thanks for your thoughts! > > -- > Bastien > > -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus...@ryerson.ca http://deseng.ryerson.ca/~fil/

[O] a small contribution

2011-03-07 Thread Filippo A. Salustri
orgdir/$file"; while ($line = ) { if ( $line =~ m/:CATEGORY: *(.+)$/ ) { $category = $1; } if ( $line =~ m/^\*+ +($re) +(.+)$/ ) { printf "%-13s: %s\n", $category, $2; } } close F; } -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryers

[O] Re: question about refiling - BELAY THAT!

2011-02-28 Thread Filippo A. Salustri
Sorry folks. I just noticed org-refile-targets. Cheers. Fil On 28 February 2011 09:03, Filippo A. Salustri wrote: > Hi, > > I'm running the Feb 23 nightly snapshot of org on the current Aquamacs on > MacOS (also current). The question is this: it seems that even > with or

[O] question about refiling

2011-02-28 Thread Filippo A. Salustri
y, if not other files in other directories. Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus...@ryerson.ca http://deseng.

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-26 Thread Filippo A. Salustri
I wish all the groups I was involved with suffered this "problem." :-) Cheers. Fil On 26 February 2011 11:00, Bastien wrote: > Hi Filippo, > > "Filippo A. Salustri" writes: > > > yeah, right, make me feel even dumber > > ...wait, let me just wip

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Filippo A. Salustri
yeah, right, make me feel even dumber ...wait, let me just wipe the egg off my face :-) Cheers. Fil On 25 February 2011 22:11, Nick Dokos wrote: > Filippo A. Salustri wrote: > > > I did try to google a few things, but "hide" was never one of my > keywords.

Re: [Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Filippo A. Salustri
I did try to google a few things, but "hide" was never one of my keywords. Sigh. Google is great IFF you know what keywords to use. Thanks for the pointer. Cheers. Fil On 25 February 2011 18:11, Carsten Dominik wrote: > > On 25.2.2011, at 19:22, Filippo A. Salustri wrote: >

[Orgmode] a question about fontification and org-emphasis-alist

2011-02-25 Thread Filippo A. Salustri
so know that all kinds of things get hidden in org, like the square parens in links. So I was wondering if anyone knew of a way to make the emphasis characters invisible. EG: /word/ would be rendered as "word" in italics, without the slashes. Cheers. Fil -- Filippo A. Salustri, Ph.D

Re: [Orgmode] question about indirect buffers for capture and line-breaks

2011-02-24 Thread Filippo A. Salustri
for `auto-fill-function' when turning Auto Fill mode on. > > ` > > > > I think "nil" counts as a positive number. Maybe that's a bug? I dunno. > > > > On Thu, Feb 24, 2011 at 7:33 AM, Filippo A. Salustri > > wrote: > >> Hi, > &g

[Orgmode] question about indirect buffers for capture and line-breaks

2011-02-24 Thread Filippo A. Salustri
ks are still in place. I've looked, but can't find an explanation of how to control this. Can anyone advise me? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ex

Re: [Orgmode] Re: question about capture templates

2011-02-23 Thread Filippo A. Salustri
Yup; I just tried the git snapshot of 23 Feb and it's working. Thanks!! Cheers. Fil On 22 February 2011 04:15, Carsten Dominik wrote: > > On Feb 22, 2011, at 1:39 AM, Filippo A. Salustri wrote: > > > Thanks to everyone for the varied and thoughtful responses. I didn't &

Re: [Orgmode] Re: question about capture templates

2011-02-23 Thread Filippo A. Salustri
Carsten, Would your mod be implemented in the git build of 22 Feb? Cheers. Fil On 22 February 2011 04:15, Carsten Dominik wrote: > > On Feb 22, 2011, at 1:39 AM, Filippo A. Salustri wrote: > > > Thanks to everyone for the varied and thoughtful responses. I didn't > thi

Re: [Orgmode] Re: question about capture templates

2011-02-21 Thread Filippo A. Salustri
f there without hacking the org code, which I am loathe to do. Hmmm. I'll think some more. If I come up with anything; I'll report it. Cheers. Fil 2011/2/21 Sébastien Vauban > Hi Richard, > > Richard Lawrence wrote: > > Sébastien Vauban writes: > >> "Filip

[Orgmode] question about capture templates

2011-02-21 Thread Filippo A. Salustri
etree (buffer-file-name > (buffer-base-buffer))) "* MSG @ %U %?\n %a") But the (buffer-file-name (buffer-base-buffer)) doesn't work because the item keeps ending up in the default capture file. Can anyone suggest a way to do this? Cheers. Fil Salustri -- Filippo A. Salustri,

Re: [Orgmode] question about opening a file in .emacs

2011-02-11 Thread Filippo A. Salustri
That's fine. I just thought I'd ask. Cheers. Fil On 11 February 2011 09:22, Bastien wrote: > "Filippo A. Salustri" writes: > > > It might be something wrong with the code I use, or it might be an > > Aquamacs issue, or it might be a general emacs is

Re: [Orgmode] A couple of suggestions

2011-02-11 Thread Filippo A. Salustri
Fil On 11 February 2011 06:48, Bastien wrote: > Hi Filippo, > > "Filippo A. Salustri" writes: > > > I have thought of a couple of ideas. I wanted to bounce them off the > > community before thinking about trying to implement them myself (I > > used to be p

[Orgmode] question about opening a file in .emacs

2011-01-19 Thread Filippo A. Salustri
something wrong with the code I use, or it might be an Aquamacs issue, or it might be a general emacs issue. Anyone got any ideas? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-50

Re: [Orgmode] what am I missing about remote editing?

2011-01-16 Thread Filippo A. Salustri
Sorry; I mean 7.4, downloaded from the website. Cheers. Fil On 16 January 2011 09:09, Eric S Fraga wrote: > "Filippo A. Salustri" writes: > > > I'm using the current versions of Aquamacs and orgmode. > > By current, for org, do you mean from the git repo

Re: [Orgmode] what am I missing about remote editing?

2011-01-16 Thread Filippo A. Salustri
I'm using the current versions of Aquamacs and orgmode. Just 30 mins ago, I noticed that it started working after I restarted Aquamacs. Will try to reproduce this sometime today and forward info to list. Cheers. Fil On 16 January 2011 08:56, Eric S Fraga wrote: > "Filippo A. Salu

[Orgmode] what am I missing about remote editing?

2011-01-15 Thread Filippo A. Salustri
an explanation of what I'm doing wrong. Thoughts anyone? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ext 7749 Fax: 416/979-5265 Email: salus.

Re: [Orgmode] question about link syntax

2011-01-13 Thread Filippo A. Salustri
07 -0500, > Filippo A. Salustri wrote: > > Consider this example: > > [[http://some.site.com][text text]] > > It seems that the spaces in the label part (between, say, the 2 "text"s) > > stops the link from forming. > > Which Org mode and Emacs version are you usi

Re: [Orgmode] question about link syntax

2011-01-13 Thread Filippo A. Salustri
e and edit links. Haven't had issues since making > the change. > > On Thu, Jan 13, 2011 at 8:06 PM, Filippo A. Salustri > wrote: > > Consider this example: > > [[http://some.site.com][text text]] > > It seems that the spaces in the label part (between, say, the 2 "

[Orgmode] question about link syntax

2011-01-13 Thread Filippo A. Salustri
thought I could put spaces in those labels. Is there some variable or other I can set to have orgmode understand the spaces? Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto, ON M5B 2K3, Canada Tel: 416/979-5000 ex

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-13 Thread Filippo A. Salustri
;. viper shows the letter V, I, R or E > for these four viper modes in the Emacs mode line. > > Michael > > ___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.

Re: [Orgmode] Viper-mode + orgmode + emacs 23.xx on OSX, slowness in insert-mode

2011-01-11 Thread Filippo A. Salustri
Oh well. It was an idea. Cheers. Fil On 11 January 2011 17:38, Michael Brand wrote: > On Tue, Jan 11, 2011 at 21:47, Filippo A. Salustri > wrote: > > I haven't tried viper yet, but there's another version of emacs for OSX, > > Aquamacs. Has anyone tried to check

Re: [Orgmode] Viper-mode + orgmode + emacs 23.xx on OSX, slowness in insert-mode

2011-01-11 Thread Filippo A. Salustri
I haven't tried viper yet, but there's another version of emacs for OSX, Aquamacs. Has anyone tried to check slowness in Aquamacs? ...just a thought. Cheers. Fil -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350 Victoria St, Toronto,

[Orgmode] Re: A couple of suggestions

2011-01-10 Thread Filippo A. Salustri
Oy-vay. There's always another surprise coming, ain't there. Thanks for the pointer! This could be quite useful to me. Cheers. Fil On 10 January 2011 19:28, Matt Lundin wrote: > "Filippo A. Salustri" writes: > > > > 2. A vi-esque data entry mode > >

[Orgmode] A couple of suggestions

2011-01-09 Thread Filippo A. Salustri
doing little data entry, and mostly moving stuff around, adding dates, changing task status etc. In organizing mode, it's a pain for me to do the Cu-Cc-Cwhatever thing, so I think it could be useful to people to have a choice of having a simpler keystroke set available. Comments? Ideas? Wild

[Orgmode] Re: noob question about word wrap - RESOLVED

2011-01-08 Thread Filippo A. Salustri
Hi all, I've figured it out. I added this bit to my preferences: > (add-hook 'org-mode-hook '(lambda () (auto-fill-mode nil) (visual-line-mode t))) And that got the modes the way I like it. Cheers. Fil On 7 January 2011 12:41, Filippo A. Salustri

[Orgmode] Re: noob question about word wrap

2011-01-07 Thread Filippo A. Salustri
y. That is, I'm looking to turn off truncate-lines and auto-fill-mode. Can anyone point me in the right direction? Much obliged. Cheers. Fil Salustri On 25 December 2010 00:30, Filippo A. Salustri wrote: > Hi, > I'm new to org-mode (though I've been a causal emacs user for mor

Re: [Orgmode] noob question about word wrap

2010-12-25 Thread Filippo A. Salustri
I appreciate the fast response, esp given the timestamp. :-) I'll try the fill-column thing. Cheers. Fil On 25 December 2010 05:56, Ross Glover wrote: > > On Sat, 25 Dec 2010 00:30:35 -0500, "Filippo A. Salustri" < > salus...@ryerson.ca> wrote: > > Hi,

[Orgmode] noob question about word wrap

2010-12-24 Thread Filippo A. Salustri
mode. I can set these via the menu, but I want this to be the global org way. So the question is: How can I turn off truncate-lines and auto-fill-mode globally for all org files? Cheers. Fil Salustri -- Filippo A. Salustri, Ph.D., P.Eng. Mechanical and Industrial Engineering Ryerson University 350