Re: [Orgmode] Log Notes with Non-sequential states

2007-01-15 Thread Dmitri Minaev
I like lognotestate so much that I use it even when it is not the right thing to do :). BTW, I didn't have a chance yet to thank Carsten for implementing it. It's great, thanks! I'd say that it is quite comfortable to use it for oscillating between states. You can also try to use tags to mark the

[Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-15 Thread Michael Olson
Bastien <[EMAIL PROTECTED]> writes: > Your email made me play with org-remember-templates a bit and they're > quite powerful. What you propose makes perfect sense to me. > > For now i'm just using `remember' to take some random notes, those > that I don't need to link to any project immediately.

Re: [Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-15 Thread Bastien
"Eddward DeVilla" <[EMAIL PROTECTED]> writes: > It would be nice to have a 'hot-key' interface to generate a project > tree. I've looked a little at form and template packages for emacs > to see if any look like they'd let me easily create a template to > generate a basic "Project Tree" for my or

Re: DSPAM [Orgmode] internal links don't match other links

2007-01-15 Thread Bastien
Scott Otterson <[EMAIL PROTECTED]> writes: > -- > * head1 > an internal link that should match the external link: [[BBC story]] > * head2 > [[http://news.bbc.co.uk/2/hi/americas/6262555.stm][BBC story]] > * head3 > -- > > The behavior I was expecting

Re: [Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-15 Thread Eddward DeVilla
To be honest, what you are suggesting sounds interesting, but I don't know remember well enough to know if it does what it sounds like. It would be nice to have a 'hot-key' interface to generate a project tree. I've looked a little at form and template packages for emacs to see if any look like

[Orgmode] Re: Suggest a new feature for org-remember-templates

2007-01-15 Thread Leo
On 2007-01-15, Bastien said: > Leo <[EMAIL PROTECTED]> writes: > >> After playing with the %-escapes, I found it useful to make them >> support certain modifiers. >> >> What do people think? Any other suggestions? > > Your email made me play with org-remember-templates a bit and they're > quite po

[Orgmode] internal links don't match other links

2007-01-15 Thread Scott Otterson
In org-mode 4.61, internal links don't match on external link description text. Here's an example org file -- * head1 an internal link that should match the external link: [[BBC story]] * head2 [[http://news.bbc.co.uk/2/hi/americas/6262555.stm][BBC story]] * head3 --

[Orgmode] Log Notes with Non-sequential states

2007-01-15 Thread Deech
Hi all, I am trying to use the lognotestate feature to log the progress of a project. However my projects go from WAITING to TODO and back to WAITING so there is no definate sequence. Is lognotestate even the right feature to use? Is there a better tool to log the actions taken in a project? Tha

Re: [Orgmode] noob-installation

2007-01-15 Thread Carsten Dominik
This probably happens because you used copy and paste to copy the installation code from the *pdf* file. For some stupid reason, the single quote in such a copy operation is not the correct ASCII quote, but some non-ascii character. Delete all those single quotes, and type them in by hand. - Ca

Re: [Orgmode] Org Mode Searching Bug?

2007-01-15 Thread Carsten Dominik
Hi Deech, this is intentional, the headline following a headline that matches the search is also shown, because it makes it easier to edit the headline and the entry below it without accidentally changing hidden text. If you are confident that you know outline-mode well enough, customize the va

Re: [Orgmode] noob-installation

2007-01-15 Thread Eddward DeVilla
I guess I'm out of my league here. I would assume auto-mode-alist should be there. I guess I don't know where it gets defined. Edd On 1/15/07, Sergio Dominguez <[EMAIL PROTECTED]> wrote: Eddward, Thanks for your answer. I have put the package under /usr/share/emacs/site-lisp, where is where

Re: DSPAM [Orgmode] noob-installation

2007-01-15 Thread Sergio Dominguez
Bastien, Thanks for your reply, I have all that. 1) org.el + org.elc are copied to /usr/share/emacs/site-lisp, which is where all the other .el files are. 2) got it 3) Got it. yet I get an error when loading emacs. thanks, Sergio El 15 de Jan de 2007, sobre las 03:14, Bastien escribia...

Re: HTML exporter bug? was Re: [Orgmode] Inserting some java script

2007-01-15 Thread Giovanni Ridolfi
On Mon, Jan 15, 2007 at 09:23:04PM +0900, David Emery wrote: > > It appears that the exporter is confused by the URL within the tags. Here's > another example that shows the same problem: > > @http://staff.science.uva.nl/~dominik/passfoto.jpg"; /> IMHO this is _not_ the right way to insert an

Re: DSPAM [Orgmode] noob-installation

2007-01-15 Thread Bastien
Sergio Dominguez <[EMAIL PROTECTED]> writes: > However, I do not get to make it start, I have followed all the steps > in the manual and keep on getting: > > Symbol's value as variable is void: 'org-install. 1. Make sure you add the directory containing org to the load-path. For example, my or

HTML exporter bug? was Re: [Orgmode] Inserting some java script

2007-01-15 Thread David Emery
On Date: Mon, 15 Jan 2007 11:34:36 +, "Graham Smith" <[EMAIL PROTECTED]> wrote: > I don't really want it in every page, but I will look at that as well. > > I did try the @ symbol and it didn't work. In fact I hadn't used it properly, > but even using it as you have illustrated, it > still g

[Orgmode] noob-installation

2007-01-15 Thread Sergio Dominguez
Hi all, I'm new to the list and to emacs-org mode, really looking forward to geting into it, since it looks quite interesting. However, I do not get to make it start, I have followed all the steps in the manual and keep on getting: symbol's value as variable is void: 'org-install. I have emacs

Re: [Orgmode] Inserting some java script

2007-01-15 Thread Graham Smith
David, I don't really want it in every page, but I will look at that as well. I did try the @ symbol and it didn't work. In fact I hadn't used it properly, but even using it as you have illustrated, it still gives me text rather than the link to the webwidget. Maybe I am doing something silly.

Re: [Orgmode] Suggest a new feature for org-remember-templates

2007-01-15 Thread Bastien
Leo <[EMAIL PROTECTED]> writes: > After playing with the %-escapes, I found it useful to make them > support certain modifiers. > > What do people think? Any other suggestions? Your email made me play with org-remember-templates a bit and they're quite powerful. What you propose makes perfect se

Re: [Orgmode] Inserting some java script

2007-01-15 Thread David Emery
On Date: Mon, 15 Jan 2007 10:44:11 +, "Graham Smith" <[EMAIL PROTECTED]> wrote: > To access Fleck I want to insert the following code at the top of the Emacs > document before publishing to HTML > > > http://webwidget.fleck.com/?v=small_image";> > > > But I can't work out how to d

Re: [Orgmode] Inserting some java script

2007-01-15 Thread Giovanni Ridolfi
On Mon, Jan 15, 2007 at 10:44:11AM +, Graham Smith wrote: > My plan (and please someone tell me if this just won't work) is to publish > emacs docs onto my web server and allow selected people to comment on them > using Fleck http://fleck.com/ > > To access Fleck I want to insert the following

[Orgmode] Inserting some java script

2007-01-15 Thread Graham Smith
My plan (and please someone tell me if this just won't work) is to publish emacs docs onto my web server and allow selected people to comment on them using Fleck http://fleck.com/ To access Fleck I want to insert the following code at the top of the Emacs document before publishing to HTML htt