Re: [Orgmode] Reminder: Add Presentation on Homepage

2008-11-28 Thread Carsten Dominik

Hi Memnon,

thanks for mentioning it, I had forgotten to do this!  It is now  
mentioned in the News on the Homepage, I will add a permanent link  
later.


- Carsten

On Nov 28, 2008, at 9:53 PM, Memnon Anon wrote:


Hi!

I just browsed through ormode.org and noticed that
there is no link there to Russell Adams talk on orgmode.
I really enjoyed this talk and think this is a great supplement to  
Carstens

own talk.

Could someone add
http://video.google.com/videoplay?docid=-2572085463585491742&ei=X473SJSzMoTs-wGD9piJBA&q=hlug
to worg?


___
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




___
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] Re: Batch exporting a sparse tree

2008-11-28 Thread Lindsay Todd
To answer my own question, this incantation seems to work:

emacs -batch -l ~/.emacs \
-eval '(progn (find-file "~/projects/gtd.org")
  (org-tags-sparse-tree t "TODO=\"PROJECT\"|TODO=\"MAYBE\"")
  (org-export-visible ?h nil))' -kill

Is there a way to remove tags while doing this export?

/Lindsay



On Fri, Nov 28, 2008 at 6:55 PM, Lindsay Todd <[EMAIL PROTECTED]> wrote:
> I am trying to write a script to extract a sparse tree, selected by
> TODO keywords, from my the gtd.org file.  The sparse tree should then
> be exported to an html file.  I am using this command:
>
> emacs -batch -l ~/.emacs \
>-eval '(find-file "~/projects/gtd.org")' \
>-eval '(org-show-todo-tree "PROJECT|MAYBE")'  \
>-eval '(org-export-visible ?h nil)'
>
> The resulting html file has entries for "PROJECT" and "NEXT"!
> Meanwhile, none of my "MAYBE" entries are selected.  What might I be
> doing wrong?
>


___
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] Batch exporting a sparse tree

2008-11-28 Thread Lindsay Todd
I am trying to write a script to extract a sparse tree, selected by
TODO keywords, from my the gtd.org file.  The sparse tree should then
be exported to an html file.  I am using this command:

emacs -batch -l ~/.emacs \
-eval '(find-file "~/projects/gtd.org")' \
-eval '(org-show-todo-tree "PROJECT|MAYBE")'  \
-eval '(org-export-visible ?h nil)'

The resulting html file has entries for "PROJECT" and "NEXT"!
Meanwhile, none of my "MAYBE" entries are selected.  What might I be
doing wrong?


___
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] Reminder: Add Presentation on Homepage

2008-11-28 Thread Russell Adams
On Fri, Nov 28, 2008 at 09:53:21PM +0100, Memnon Anon wrote:
> Hi!
> 
> I just browsed through ormode.org and noticed that
> there is no link there to Russell Adams talk on orgmode.
> I really enjoyed this talk and think this is a great supplement to Carstens 
> own talk.
> 
> Could someone add
> http://video.google.com/videoplay?docid=-2572085463585491742&ei=X473SJSzMoTs-wGD9piJBA&q=hlug
> to worg?

I'm glad you enjoyed it.

What ought to be there is the full mailing list posting with the
description and links to all three videos.

http://article.gmane.org/gmane.emacs.orgmode/8547

Enjoy!



--
Russell Adams[EMAIL PROTECTED]

PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/

Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3


___
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] Reminder: Add Presentation on Homepage

2008-11-28 Thread Memnon Anon
Hi!

I just browsed through ormode.org and noticed that
there is no link there to Russell Adams talk on orgmode.
I really enjoyed this talk and think this is a great supplement to Carstens 
own talk.

Could someone add
http://video.google.com/videoplay?docid=-2572085463585491742&ei=X473SJSzMoTs-wGD9piJBA&q=hlug
to worg?


___
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] Searching on items scheduled

2008-11-28 Thread Lindsay Todd
Folks,

I would like to extract items that are "NEXT" action todo-items
from my master gtd.org file, for reference in my paper planner, and
make a custom agenda command to repeat this.  Most of what I want to
do is easy with the TODO search.  But I don't really want items that
won't be scheduled by sometime in the next week.  I see that TODO
items without a SCHEDULED keyword will always be selected with
+SCHEDULED<"".  But how do I include items scheduled for the
next week as well?

What hasn't worked:

  +SCHEDULED<""  (the documentation suggested
this wouldn't work)
  +SCHEDULED<"<+1w>"  (not sure why I thought this
had a chance)

What does work:

   +SCHEDULED<"<2008-12-05>"   (but only works today!)

 Did I miss something?

/Lindsay


___
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] Re: undo and folding

2008-11-28 Thread Samuel Wales
http://www.emacswiki.org/emacs/CategoryUndo#toc9

-- 
Myalgic encephalomyelitis denialists are knowingly causing further
suffering and death by opposing biomedical research on this serious
infectious disease.  Do you care about the world?
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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] Re: undo and folding

2008-11-28 Thread Samuel Wales
On Fri, Nov 28, 2008 at 12:20, Bernt Hansen <[EMAIL PROTECTED]> wrote:
> NOTE: I have no idea what redo.el is of if I use it.

http://www.emacswiki.org/emacs/RedoMode

Try undoing far, then farther, then less far, and copying from each
place and pasting into a buffer, using the default emacs undo.

-- 
Myalgic encephalomyelitis denialists are knowingly causing further
suffering and death by opposing biomedical research on this serious
infectious disease.  Do you care about the world?
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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] Re: undo and folding

2008-11-28 Thread Bernt Hansen
"Samuel Wales" <[EMAIL PROTECTED]> writes:

> On Mon, Nov 24, 2008 at 13:44, Tassilo Horn <[EMAIL PROTECTED]> wrote:
>> Where is emacs' redo buggy?
>
> redo.el corrupts the buffer.
>
> emacs doesn't have a command that goes forward in the undo history.

It doesn't?

C-_ is undo and if you set a mark with C-SPC then C-_ is redo for me.

NOTE: I have no idea what redo.el is of if I use it.

-Bernt


___
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: undo and folding

2008-11-28 Thread Samuel Wales
On Mon, Nov 24, 2008 at 13:44, Tassilo Horn <[EMAIL PROTECTED]> wrote:
> Where is emacs' redo buggy?

redo.el corrupts the buffer.

emacs doesn't have a command that goes forward in the undo history.

-- 
Myalgic encephalomyelitis denialists are knowingly causing further
suffering and death by opposing biomedical research on this
fast-spreading serious disease.  Do you care about the world?
http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm


___
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] Re: [PATCH] better links to Gnus articles

2008-11-28 Thread Ulf Stegemann
Tassilo Horn <[EMAIL PROTECTED]> wrote:

> Ulf Stegemann <[EMAIL PROTECTED]> writes:
>
>> I've just updated to the latest git version and it seems that the
>> patch in questions breaks linking to Gnus articles. I'm using XEmacs
>> 21.4.21 and No Gnus v0.9.
>
> Hm, I tried to setup XEmacs 21.4.21 and ngnus-0.10 (0.9 is not listed at
> gnus.org), but when do (require 'gnus) I get:
>
> Debugger entered--Lisp error: (file-error "Cannot open load file"
> "jka-compr")

[...]

> Where do I get jka-compr for XEmacs?

It's part of the 'os-utils' package.

> Hm, that indicates that `org-gnus-store-link' returned nil.  You could
> do me a favour and edebug `org-gnus-store-link' and see what's going
> wrong.  There might me some differences between emacs and XEmacs I'm not
> aware of.

In fact org-gnus wasn't even loaded. The reason was that XEmacs'
`defvaralias' (line 41) doesn't accept an optional third argument as
Emacs does. Once this had been fixed, org-gnus was loaded without
problems and worked right away.

While testing the new version I've noticed that links are now made up of
# instead of #, at least for
nnml groups. This means that links created with the new version are not
usable with older versions. And this might be a problem since the same set
of org files is often used on different computers with possibly
different versions of org-mode.

Ulf



___
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] searchable refcard?

2008-11-28 Thread Nathaniel Cunningham
Sebastian,
Thanks for the link to the refcard source.  The s p a c e s problem only
arose when I used the tex-->dvi-->ps-->pdf route in landscape geometry;
portrait geometry didn't have this problem, but of course the text didn't
fit the paper size, either.  pdftex worked just fine, after I added
\pdfpageheight 8.5in
\pdfpagewidth 11.0in
to the .tex file to get landscape geometry.

The idea of an org reference in org-mode sounds useful.  Thanks for the
file, Alan.

--Nathaniel

On Thu, Nov 27, 2008 at 4:07 AM, Sebastian Rose <[EMAIL PROTECTED]>wrote:

> Hi Nathaniel,
>
>
> I don't know what causes this trouble, but I faced this sometimes with
> LaTeX generated PDFs. Might be an encoding problem or what ever.
>
>
> The LaTeX sources are available at repo.or.cz, as is the entire Org-mode
> package:
>
>
> http://repo.or.cz/w/org-mode.git?a=blob;f=doc/orgcard.tex;h=8e2cbe0d76f9b71997c106982911b144ed5eff2f;hb=HEAD
>
>
> Regards,
>
>   Sebastian
>
>
> "Nathaniel Cunningham" <[EMAIL PROTECTED]> writes:
> > Greetings,
> > I can't search the PDF version of the org-mode refcard (in a couple of
> > different apps on Mac OS X).  I can match single-character strings, and
> it
> > appears that my reader apps see spaces between e v e r y s i n g l e c h
> a r
> > a c t e r, which causes my trouble.  (Not a typical problem I have with
> > these apps.)
> >
> > Is a more search-friendly version, or the (presumably LaTeX) source, of
> the
> > refcard available?
> >
> > Cheers,
> > Nathaniel
> > [please include me  ( [EMAIL PROTECTED] ) on any replies,
> as
> > I'm not a member of this list]
> > ___
> > 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
>
> --
> Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
>
> Tel.:  +49 (0)511 - 36 58 472
> Fax:   +49 (0)1805 - 233633 - 11044
> mobil: +49 (0)173 - 83 93 417
> Email: s.rose emma-stil de, sebastian_rose gmx de
> Http:  www.emma-stil.de
>
___
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] Re: [PATCH] better links to Gnus articles

2008-11-28 Thread Tassilo Horn
Ulf Stegemann <[EMAIL PROTECTED]> writes:

Hi Ulf,

> I've just updated to the latest git version and it seems that the
> patch in questions breaks linking to Gnus articles. I'm using XEmacs
> 21.4.21 and No Gnus v0.9.

Hm, I tried to setup XEmacs 21.4.21 and ngnus-0.10 (0.9 is not listed at
gnus.org), but when do (require 'gnus) I get:

Debugger entered--Lisp error: (file-error "Cannot open load file" "jka-compr") 
  load-internal("jka-compr" nil t nil nil nil) 
  load("jka-compr" nil t nil) 
  require(jka-compr) 
  (progn (require (quote jka-compr))) 
  (eval-when-compile (require (quote jka-compr))) 
  load-internal("mm-util" nil t nil nil nil) 
  load("mm-util" nil t nil) 
  require(mm-util) 
  load-internal("gnus" nil t nil nil nil) 
  load("gnus" nil t nil) 
  require(gnus) 
  eval((require (quote gnus))) 
  eval-interactive((require (quote gnus))) 
  eval-last-sexp(nil) 
  call-interactively(eval-last-sexp)

Where do I get jka-compr for XEmacs?

> Unfortunately, I hadn't had the time to dive deeper into this but
> what's not working anymore is `org-store-link' in an article or
> summary buffer ...
>
> ,
> | Debugger entered--Lisp error: (error "Cannot link to a buffer which is
> | not visiting a file")
> |   signal(error ("Cannot link to a buffer which is not visiting a file"))
> |   cerror("Cannot link to a buffer which is not visiting a file")
> |   apply(cerror "Cannot link to a buffer which is not visiting a file" nil)
> |   error("Cannot link to a buffer which is not visiting a file")
> |   org-store-link(nil)
> |   call-interactively(org-store-link)
> `

Hm, that indicates that `org-gnus-store-link' returned nil.  You could
do me a favour and edebug `org-gnus-store-link' and see what's going
wrong.  There might me some differences between emacs and XEmacs I'm not
aware of.

> ... as well as opening a stored link to a Gnus article in an org
> buffer (giving me "No Match"). Maybe I have the time to investigate
> this further tomorrow or next week but I already wanted to let you
> know that the patch in question probably needs some further attention.

I'll try to fix it as soon as you figured aut where it all fails or I
got XEmacs and Gnus running.  At least with my normal emacs, the linking
works just fine...

Bye,
Tassilo



___
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