[O] TODO agenda filtering on priority?

2012-04-07 Thread James Harkins
nd, I want to make an block agenda with the priorities in different blocks. Any advice appreciated. Thanks. hjh -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal.&qu

Re: [O] Table cell refs with @0 or $0 are broken

2012-04-04 Thread James Harkins
cifically breaking the functionality. Thanks, by the way, to all for the quick attention to this! It's some relief, at least, to know that I wasn't grossly misreading the manual :) James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "

[O] Table cell refs with @0 or $0 are broken

2012-04-04 Thread James Harkins
the manual is wrong or b/ $0 is supposed to work and there's a bug. Thanks, James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog:

Re: [O] Agenda custom command problems

2012-04-03 Thread James Harkins
At Tue, 03 Apr 2012 09:09:33 +0200, Bastien wrote: > > Hi James, > > James Harkins writes: > > > 1. Why does Emacs ignore 2 out of 3 agenda custom commands, which I defined > > through the customize interface and appear in correct syntax in my > > ~/.emacs? &g

Re: [O] Beamer export formatting clashes with URL link

2012-03-27 Thread James Harkins
ts as before, but it actually works. Will remember that next time: explicit links instead of auto-formatted. Thanks! James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me th

[O] Beamer export formatting clashes with URL link

2012-03-26 Thread James Harkins
there any way to write a URL so that it exports as text rather than dropping in the underlying bracket-y stuff? For now, I've removed the http:// part and the slide display is okay, but I think there should be a way to write the entire URL. Suggestions? Thanks, James -- James Ha

[O] Too clumsy to promote/demote a region by multiple levels

2012-03-17 Thread James Harkins
C-x r t to add more *'s, but that breaks in a region where one or more lines are not headings. I tried (on a whim) C-u 3 M-right, but the universal argument is ignored here. Thanks, James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "

[O] Beamer export - mille grazie!

2012-03-05 Thread James Harkins
s). THANK YOU GOOD FOLKS! James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://www.dewdrop-world.net/words audio clips: http://w

Re: [O] Agenda TODO sorting by date

2012-03-03 Thread James Harkins
ast ) (if (string-match date-regexp b) (setq date-b (match-string 1 b)) (setq date-b "ZZ") ) (cond ((string< date-a date-b) -1) ((string< date-b date-a) +1) ;((t nil)) ))) -- James Harkins /// dewdrop world jamshar..

Re: [O] Agenda TODO sorting by date

2012-03-03 Thread James Harkins
ssion" mentioned this function *at all* ?? I guess a lot of programming language or software documentation is like this -- it's easy to find what something is called when you already know what it's called. Heh. Anyway, learned something, that's good. Thanks again!! James -- James Har

Re: [O] Agenda TODO sorting by date

2012-03-03 Thread James Harkins
ut the point is not to look in a buffer. It's to pass in the source string. Did several google searches, and couldn't find the magic words (search terms). Thanks, James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Com

Re: [O] Agenda TODO sorting by date

2012-03-03 Thread James Harkins
have done rather little with emacs-lisp so... this is uphill for me. Thanks. James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://w

[O] Agenda TODO sorting by date

2012-03-02 Thread James Harkins
odo in file <2012-03-30 Fri> :Tag: todo_sort: TODO Fourth todo in file <2012-03-31 Sat>:Tag: How do I do this? James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Mus

[O] Agenda TODO sorting by date

2012-03-01 Thread James Harkins
or tomorrow etc. I keep thinking, orgmode can already practically make me a grilled cheese sandwich, so there must be a way to do this. Just can't find it. hjh -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a

Re: [O] Agenda custom command problems

2012-02-29 Thread James Harkins
At Wed, 29 Feb 2012 17:22:34 +0800, James Harkins wrote: > 1. Why does Emacs ignore 2 out of 3 agenda custom commands, which I defined > through the customize interface and appear in correct syntax in my ~/.emacs? > > 2. Why does (org-agenda-sorting-strategy (quote (time-up))) have

Re: [O] Agenda custom command problems

2012-02-29 Thread James Harkins
At Mon, 27 Feb 2012 18:45:05 +0800, James Harkins wrote: > > Hi, > > Two questions about agenda custom commands. Hi, Any ideas on these? Short versions of the questions: 1. Why does Emacs ignore 2 out of 3 agenda custom commands, which I defined through the customize interface a

[O] Agenda custom command problems

2012-02-27 Thread James Harkins
; ((org-agenda-files '("~/Documents/xinghai/11-12-spring/semester-spr.org")) (org-agenda-sorting-strategy '(time-up How to make the sorting strategy apply to a tags-todo search? (Sorry if these are boring questions... I'm not as deep into org as people who are

[O] [beamer] When are :BEAMER_envargs: used or ignored?

2012-02-26 Thread James Harkins
x :END: It kind of strikes me like an epic hack: you have to name the headline after the Beamer color ID, instead of naming the headline after the content... not very /org/anized. Worth a bug report or feature request? hjh [1] http://orgmode.org/manual/Beamer-class-export.html -- James

[O] BEAMER_FRAME_LEVEL + subtree export

2012-02-26 Thread James Harkins
I can easily imagine that the frame level is documented as relative to the subtree being exported -- just pointing out that this is an easy place to get confused and probably would benefit from stating explicitly. hjh -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewd

Re: [O] Beamer confusion: environments are ignored

2012-02-24 Thread James Harkins
At Fri, 24 Feb 2012 09:34:11 +0800, James Harkins wrote: > Still, though, if there is nothing wrong with Carsten's example presentation > and it renders incorrectly, then I suppose it's a bug. > > Shall I file a bug report? There is a reproducer here: > &

Re: [O] Beamer confusion: environments are ignored

2012-02-23 Thread James Harkins
where I need to go. Still, though, if there is nothing wrong with Carsten's example presentation and it renders incorrectly, then I suppose it's a bug. Shall I file a bug report? There is a reproducer here: http://article.gmane.org/gmane.emacs.orgmode/52631 Can someone confirm? Bug

[O] Beamer confusion: environments are ignored

2012-02-22 Thread James Harkins
_env: alertblock :END: Some text, which I hope will become a block *** Another item :B_normal: :PROPERTIES: :BEAMER_env: normal :END: Other text -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread James Harkins
ommended should be added to the dependencies page. I haven't checked for tex* packages that I installed but which aren't on that page. hjh -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet ha

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread James Harkins
tu packages that are required for beamer to work with org 7.8.03? hjh -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://www.dewdr

Re: [O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread James Harkins
At Tue, 21 Feb 2012 17:05:38 +0530, Jambunathan K wrote: > > James Harkins writes: > > > "org-export-preprocess-string: Cannot open load file: org-nil" -- > > Try one or both of > > (require 'org-latex) > (require 'org-beamer) Thank you! OK.

[O] Beamer export: upgrade problem, and basic questions

2012-02-21 Thread James Harkins
s [1] http://orgmode.org/manual/Beamer-class-export.html#Beamer-class-export [2] http://permalink.gmane.org/gmane.emacs.orgmode/39788 [3] http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come sa

[O] "Inheriting" timestamps

2012-02-20 Thread James Harkins
l the timestamps in subheadings underneath a given heading: put the Emacs cursor on the "Pending today" line, hit some keystroke, and all the dates change underneath. I have another question about Beamer too, but will put that in a separate e-mail. Thanks, James -- James Harkins /// dewdro

Re: [O] how to show deadlines in global to-do list?

2011-12-04 Thread James Harkins
At Fri, 02 Dec 2011 12:01:05 -0500, emacs-orgmode-requ...@gnu.org wrote: > Date: Fri, 2 Dec 2011 03:01:36 + (UTC) > From: Herbert Sitz > To: emacs-orgmode@gnu.org > Subject: Re: [O] how to show deadlines in global to-do list? > > James Harkins gmail.com> writes: > &

Re: [O] how to show deadlines in global to-do list?

2011-12-02 Thread James Harkins
At Fri, 02 Dec 2011 12:01:05 -0500, emacs-orgmode-requ...@gnu.org wrote: > Date: Fri, 2 Dec 2011 03:01:36 + (UTC) > From: Herbert Sitz > To: emacs-orgmode@gnu.org > Subject: Re: [O] how to show deadlines in global to-do list? > > James Harkins gmail.com> writes: > &

[O] how to show deadlines in global to-do list?

2011-11-30 Thread James Harkins
I want the todos displayed in *priority* order, just, if there's a deadline, show it.) I'm quite busy and I have approximately 5 more minutes to devote to this, so if somebody could send me a simple way to add deadlines to the to-do list, I'd be much obliged. Thanks. James -- James

Re: [Orgmode] Option to prevent auto-insertion of blank lines by M-return?

2010-10-08 Thread James Harkins
fter-headlines-and-list-items > > - Carsten > > > On Oct 8, 2010, at 11:29 AM, James Harkins wrote: > > Sorry if this is an obvious question, but I'm not having much luck finding >> the right org-mode customization options (due to the fact that there are so >>

[Orgmode] Option to prevent auto-insertion of blank lines by M-return?

2010-10-08 Thread James Harkins
ld rather put in the blank space if I want it, instead of the tool assuming that I want it and then forcing me to take it out. Hoping for a customize option... thanks! James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the M

[Orgmode] Narrow table cells in Aquamacs 1.9

2010-10-06 Thread James Harkins
Emacs. James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://www.dewdrop-world.net/words audio clips: http://www.dewdrop-world.net/

Re: [Orgmode] org-mode breaks buffer indexing in sclang-mode

2010-10-04 Thread James Harkins
hen C-g (no timestamp insertion). 4. C-x b to the sclang mode doc. Run "Document.current" again -- reports "a ScelDocument." 5. C-x b to org-mode. C-c . and choose a date. 6. Step 4 again, but now "Document.current" replies "nil." Bingo! So it breaks when clicking on a da

[Orgmode] org-mode breaks buffer indexing in sclang-mode

2010-09-12 Thread James Harkins
a date mess around with other modes' buffers? Not a major, major problem for me but it seems something fishy is going on and I thought I would report it. James * http://supercollider.sourceforge.net -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-worl

Re: [Orgmode] Get weekly agenda for the current file only, NOT from the agenda list

2010-09-10 Thread James Harkins
Thanks everyone for the fast response. On 9/10/10 4:42 PM, Manish wrote: On Fri, Sep 10, 2010 at 1:13 PM, James Harkins wrote: (Yay! I get to subscribe to yet another mailing list for [probably] a simple question.) (Yay! http://orgmode.org/emacs-orgmode@gnu.org is broken for me - 404 error

[Orgmode] Get weekly agenda for the current file only, NOT from the agenda list

2010-09-10 Thread James Harkins
k, easy way to do it. Thanks! James -- James Harkins /// dewdrop world jamshar...@dewdrop-world.net http://www.dewdrop-world.net "Come said the Muse, Sing me a song no poet has yet chanted, Sing me the universal." -- Whitman blog: http://www.dewdrop-world.net/words audio clips: http

<    1   2   3   4