Re: [Orgmode] Export to html

2010-05-27 Thread Thomas S. Dye

Aloha Sebastian,

Yes, the links are exporting correctly now.

Thanks,
Tom

On May 27, 2010, at 12:35 PM, Sebastian Rose wrote:


Nick Dokos  writes:

Thomas S. Dye  wrote:


Aloha all,

On the bus this morning I was able to find out a bit more about
problems with html export.

Using Bernt's minimal.emacs and exporting to html with C-c C-e H,  
git

bisect says:

459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit
commit 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e
Author: Tom Breton (Tehom) 
Date:   Mon May 17 18:17:38 2010 -0400

   Moved to new branch

Prior to this commit file links are exported like this:

file:index.pdf

After the commit, file links are exported like this:

index.pdf

I was a bit surprised at the git bisect result because I understood
Tom Breton (Tehom) to be working on a testing framework, rather than
html export.  So, I ran through git bisect a second time and got
identical results.

I hope I've understood the procedure correctly and that this
information is useful.  At this point, I'm in way over my head and
won't be able to do more without specific instructions.

I'm currently using commit  
d56d417bc214088114e10c959ce78bee2d26635d on

the master branch to make my exporting and publishing setup work as
expected.





In the current Org-mode's version this should be fixed.
Carsten pushed a fix yesterday.





Tom,

I can't reproduce the busted link. With more-or-less-current Org-mode
(version 6.36trans (release_6.36.102.g67b5)), the link looks like  
this:


   foo.pdf

Reverting the commit you identified (the revert was not clean: I  
had to
resolve a merge conflict by hand - a dicey proposition,  
particularly in

this situation where I have no idea what the patch is trying to do)
gives me:

   file:foo.pdf

That's with your minimal.emacs for the other problem you've  
identified
(changed to produce html of course). So it looks like the patch  
cleaned

up the link name in this case.

Nick

PS. I also looked at the commit: I gave up on figuring it out in any
reasonable time, but I must say the commit comment is no help.




 Sebastian



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Export to html

2010-05-27 Thread Sebastian Rose
Nick Dokos  writes:
> Thomas S. Dye  wrote:
>
>> Aloha all,
>> 
>> On the bus this morning I was able to find out a bit more about
>> problems with html export.
>> 
>> Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git
>> bisect says:
>> 
>> 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit
>> commit 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e
>> Author: Tom Breton (Tehom) 
>> Date:   Mon May 17 18:17:38 2010 -0400
>> 
>> Moved to new branch
>> 
>> Prior to this commit file links are exported like this:
>> 
>> file:index.pdf
>> 
>> After the commit, file links are exported like this:
>> 
>> index.pdf
>> 
>> I was a bit surprised at the git bisect result because I understood
>> Tom Breton (Tehom) to be working on a testing framework, rather than
>> html export.  So, I ran through git bisect a second time and got
>> identical results.
>> 
>> I hope I've understood the procedure correctly and that this
>> information is useful.  At this point, I'm in way over my head and
>> won't be able to do more without specific instructions.
>> 
>> I'm currently using commit d56d417bc214088114e10c959ce78bee2d26635d on
>> the master branch to make my exporting and publishing setup work as
>> expected.




In the current Org-mode's version this should be fixed.
Carsten pushed a fix yesterday.




> Tom,
>
> I can't reproduce the busted link. With more-or-less-current Org-mode
> (version 6.36trans (release_6.36.102.g67b5)), the link looks like this:
>
> foo.pdf
>
> Reverting the commit you identified (the revert was not clean: I had to
> resolve a merge conflict by hand - a dicey proposition, particularly in
> this situation where I have no idea what the patch is trying to do)
> gives me:
>
> file:foo.pdf
>
> That's with your minimal.emacs for the other problem you've identified
> (changed to produce html of course). So it looks like the patch cleaned
> up the link name in this case.
>
> Nick
>
> PS. I also looked at the commit: I gave up on figuring it out in any
> reasonable time, but I must say the commit comment is no help.



  Sebastian

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Export to html

2010-05-27 Thread Thomas S. Dye

Thanks Nick,

Sebastian Rose thinks this is fixed now.  I haven't had time to pull  
the latest org-mode, but hope to do so soon.


Apologies if my adventure with git bisect led you into dicey territory.

As always, I appreciate the benefit of your experience.

All the best,
Tom

On May 27, 2010, at 11:30 AM, Nick Dokos wrote:


Thomas S. Dye  wrote:


Aloha all,

On the bus this morning I was able to find out a bit more about
problems with html export.

Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git
bisect says:

459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit
commit 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e
Author: Tom Breton (Tehom) 
Date:   Mon May 17 18:17:38 2010 -0400

   Moved to new branch

Prior to this commit file links are exported like this:

file:index.pdf

After the commit, file links are exported like this:

index.pdf

I was a bit surprised at the git bisect result because I understood
Tom Breton (Tehom) to be working on a testing framework, rather than
html export.  So, I ran through git bisect a second time and got
identical results.

I hope I've understood the procedure correctly and that this
information is useful.  At this point, I'm in way over my head and
won't be able to do more without specific instructions.

I'm currently using commit d56d417bc214088114e10c959ce78bee2d26635d  
on

the master branch to make my exporting and publishing setup work as
expected.



Tom,

I can't reproduce the busted link. With more-or-less-current Org-mode
(version 6.36trans (release_6.36.102.g67b5)), the link looks like  
this:


   foo.pdf

Reverting the commit you identified (the revert was not clean: I had  
to
resolve a merge conflict by hand - a dicey proposition, particularly  
in

this situation where I have no idea what the patch is trying to do)
gives me:

   file:foo.pdf

That's with your minimal.emacs for the other problem you've identified
(changed to produce html of course). So it looks like the patch  
cleaned

up the link name in this case.

Nick

PS. I also looked at the commit: I gave up on figuring it out in any
reasonable time, but I must say the commit comment is no help.




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Export to html

2010-05-27 Thread Nick Dokos
Thomas S. Dye  wrote:

> Aloha all,
> 
> On the bus this morning I was able to find out a bit more about
> problems with html export.
> 
> Using Bernt's minimal.emacs and exporting to html with C-c C-e H, git
> bisect says:
> 
> 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e is the first bad commit
> commit 459d99c44c7df4cd09d82fa54c53e5d5eec47a4e
> Author: Tom Breton (Tehom) 
> Date:   Mon May 17 18:17:38 2010 -0400
> 
> Moved to new branch
> 
> Prior to this commit file links are exported like this:
> 
> file:index.pdf
> 
> After the commit, file links are exported like this:
> 
> index.pdf
> 
> I was a bit surprised at the git bisect result because I understood
> Tom Breton (Tehom) to be working on a testing framework, rather than
> html export.  So, I ran through git bisect a second time and got
> identical results.
> 
> I hope I've understood the procedure correctly and that this
> information is useful.  At this point, I'm in way over my head and
> won't be able to do more without specific instructions.
> 
> I'm currently using commit d56d417bc214088114e10c959ce78bee2d26635d on
> the master branch to make my exporting and publishing setup work as
> expected.
> 

Tom,

I can't reproduce the busted link. With more-or-less-current Org-mode
(version 6.36trans (release_6.36.102.g67b5)), the link looks like this:

foo.pdf

Reverting the commit you identified (the revert was not clean: I had to
resolve a merge conflict by hand - a dicey proposition, particularly in
this situation where I have no idea what the patch is trying to do)
gives me:

file:foo.pdf

That's with your minimal.emacs for the other problem you've identified
(changed to produce html of course). So it looks like the patch cleaned
up the link name in this case.

Nick

PS. I also looked at the commit: I gave up on figuring it out in any
reasonable time, but I must say the commit comment is no help.


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Export to HTML & open in browser error

2010-02-02 Thread Carsten Dominik

Hi Russel,

I cannot reproduce this.  I open a file with

emacs test/xx\ yy.org

and C-c C-e b opens the corresponding HTML file in the correctly
in Firefox.

- Carsten

On Feb 3, 2010, at 12:10 AM, Russell Adams wrote:


Whitespace in the filename isn't being escaped when launching the
external browser.

Thanks!

--
Russell Adamsrlad...@adamsinfoserv.com

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

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


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


- Carsten





___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export to html: timestamp-kwd

2009-04-14 Thread Carsten Dominik


On Apr 14, 2009, at 1:12 AM, Eraldo Helal wrote:


Salve Orgers!


When exporting to html my auto-timestamp looks like this:
CLOSED:  class="timestamp">2009-04-14 Tue 00:52


I would rather like to have it like this:
CLOSED: class="timestamp">2009-04-14 Tue 00:52
In words: I would like timestamp keyword html span to include the  
timestamp.


Reason: This would enable me to move the whole thing to the right  
side of the headline (float: right).


Comments on this idea are welcome :)


This is a nice application, but I don't think the kwd span should be  
extended for this.  Instead, I have added a new span around both the  
keyword and the stamp, with class timestamp-wrapper.


HTH

- Carsten




Greetings and happy orging,
Eraldo

Ps: If you have any other idea on how to get the same result..  
please let me know.

___
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


Re: [Orgmode] Export to html and open bug

2008-11-17 Thread Russell Adams
On Tue, Nov 18, 2008 at 01:19:01AM +0100, Richard Riley wrote:
> 
> 
> Couldn't resist trying this in 6.12  (not that I would ever have spaces 
> in an
> html file name)
> 
> It seems to work ok in 6.12trans.
> 

Then I'll upgrade after I complete my current project.

Thanks!

--
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


Re: [Orgmode] Export to html and open bug

2008-11-17 Thread Richard Riley

Russell Adams <[EMAIL PROTECTED]> writes:

> Found a small bug.
>
> The new "export and view in browser" function fails if there are
> spaces in the filename.
>
> Org-mode version 6.07b
>
> Thanks!

Couldn't resist trying this in 6.12  (not that I would ever have spaces in 
an
html file name)

It seems to work ok in 6.12trans.



___
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] export to html and relative links:

2008-06-23 Thread Carsten Dominik


On Apr 13, 2008, at 8:48 PM, T. V. Raman wrote:


two suggestions:

1)  accept paths like "./foo.html" as local links.



This is now allowed.



2) Augment C-c C-l to react to file: by providing filename
completion relative to the working directory.


This is hard and therefore not yet implemented.  Use `C-u C-c C-l' to  
insert a file link with completion.


- Carsten





The emacs binding to the w3m browser does this if you type file: in  
the minibuffer

when prompted for a URL.


"Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:

   Carsten> H, this is *such* a good idea, that I will
   Carsten> implement this retroactively into all versions since
   Carsten> ... 2.0 or so?  Abracadabra! Done.
   Carsten>
   Carsten> In fact, it has been working just so for a very long
   Carsten> time.
   Carsten>
   Carsten> file:foo.html -> href="foo.html" file:foo.org ->
   Carsten> href="foo.html"
   Carsten>
   Carsten> The second line assumes that the org file foo.org
   Carsten> will also be converted to an html file in the
   Carsten> publishing process
   Carsten>
   Carsten> Also, I was mistaken earlier:
   Carsten>
   Carsten> http:foo.html becomes href="http:foo.html" and not
   Carsten> href="foo.html"
   Carsten>
   Carsten> so this actually cannot be used for a local link.
   Carsten>
   Carsten> So what remains from this exchange?  Should we
   Carsten> accept links that look like absolute file names
   Carsten> (including ./foo.html) as equivalent to
   Carsten> file:./foo.html ?
   Carsten>
   Carsten> - Carsten
   Carsten>
   Carsten> On Apr 13, 2008, at 6:25 PM, T. V. Raman wrote:
   Carsten>



I think writing http:foo.html is a bad idea because typing that

string in other contexts is sort of meaningless as a URL.
Until now, everything one types in org-mode sort of has
meaning elsewhere. If you want it to look like a url in
this case too then I'd suggest file:foo.html -- rther than
http:file.html.

I did not suggest that earlier because it's more chars to
type, but that's not a huge concern since emacs does the
typing, and we could always augment c-c c-l to enable
authoring of relative links with file completion.

so file:a/b/c.html would become href="a/b/c.html" in the
generated html.


"Carsten" == Carsten Dominik <[EMAIL PROTECTED]>
writes:

   Carsten> On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
   Carsten>

I've not tried http:foo.html -- but I suggest doing that
to author a relative URL is a bad idea.

   Carsten>
   Carsten> Can you explain why you think that this is a bad
   Carsten> idea?  Educate me!  What is wrong with writing
   Carsten> http:foo.html ??
   Carsten>
   Carsten> - Carsten
   Carsten>




I tried ./foo.html and that didn't work either. One compromise

would be to get ./foo.html to link to a relative url,
while foo.html continues to link to a local anchor


"Carsten" == Carsten Dominik
<[EMAIL PROTECTED]> writes:

   Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
   Carsten>

Hi,

org-export turns links of the form [[foo][link to
relative url foo]]

ends up creating links of the form ...

this means that it becomes impossible to write
hyperlinks that are relative URLs.

   Carsten>
   Carsten> Hi Raman,
   Carsten>
   Carsten> the url goes into the first pair of square brackets,
   Carsten> the description into the second.  If you put
   Carsten> something into the first bracket pair that does not
   Carsten> look lie a url, it will be treated as an internal
   Carsten> link.
   Carsten>
   Carsten> Have you tried to use something like
   Carsten>
   Carsten> [[http:foo.html][link to relative url]]
   Carsten>
   Carsten> ?
   Carsten>
   Carsten> - Carsten


--
Best Regards, --raman


Email: [EMAIL PROTECTED] WWW:
http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
[EMAIL PROTECTED] PGP:
http://emacspeak.sf.net/raman/raman-almaden.asc Google:
tv+raman IRC: irc://irc.freenode.net/#emacs


--
Best Regards, --raman


Email: [EMAIL PROTECTED] WWW:
http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
[EMAIL PROTECTED] PGP:
http://emacspeak.sf.net/raman/raman-almaden.asc Google:
tv+raman IRC: irc://irc.freenode.net/#emacs


--
Best Regards,
--raman


Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC:irc://irc.freenode.net/#emacs


___
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] export to html and relative links:

2008-04-13 Thread Carsten Dominik


On Apr 13, 2008, at 10:32 PM, T. V. Raman wrote:

file:// urls are already designed to be platform independent.
So an org file should never carry in it a path like a\\b\\c.html
-- we should always use a/b/c.html
since that's the syntax used by relative URLs.



Yes, but while an Org file is still an Org file, the same
links function is links to open the corresponding file in
Emacs, and my fear is that this can lead to conflicts.

Anyway, this is for the windows people to complain about
and to propose solutions... :-)

- Carsten





"Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:

   Carsten> Hi Raman, On Apr 13, 2008, at 8:48 PM, T. V. Raman
   Carsten> wrote:
   Carsten>

two suggestions:

1) accept paths like "./foo.html" as local links.

   Carsten>
   Carsten> I will look into this.  The problem is the system
   Carsten> dependence of file names, so I am not sure what a
   Carsten> good solution would be that would work on Windows as
   Carsten> well as on Unix.
   Carsten>

2) Augment C-c C-l to react to file: by providing filename
completion relative to the working directory.

   Carsten>
   Carsten> Hmm, that is difficult, but thanks for the pointer,
   Carsten> maybe we can steel some code.
   Carsten>
   Carsten> For now, if you use `C-u C-c C-l', you get file
   Carsten> completion, and the result will be a "file:" link
   Carsten> with a relative path (unless you enter a path
   Carsten> starting with "/").  Even if you find the file with
   Carsten> ../../../some/path, it will still be inserted as a
   Carsten> relative link.
   Carsten>
   Carsten> - Carsten
   Carsten>




The emacs binding to the w3m browser does this if you type

file: in the minibuffer when prompted for a URL.


"Carsten" == Carsten Dominik <[EMAIL PROTECTED]>
writes:

   Carsten> H, this is *such* a good idea, that I will
   Carsten> implement this retroactively into all versions since
   Carsten> ... 2.0 or so?  Abracadabra! Done.
   Carsten>
   Carsten> In fact, it has been working just so for a very long
   Carsten> time.
   Carsten>
   Carsten> file:foo.html -> href="foo.html" file:foo.org ->
   Carsten> href="foo.html"
   Carsten>
   Carsten> The second line assumes that the org file foo.org
   Carsten> will also be converted to an html file in the
   Carsten> publishing process
   Carsten>
   Carsten> Also, I was mistaken earlier:
   Carsten>
   Carsten> http:foo.html becomes href="http:foo.html" and not
   Carsten> href="foo.html"
   Carsten>
   Carsten> so this actually cannot be used for a local link.
   Carsten>
   Carsten> So what remains from this exchange?  Should we
   Carsten> accept links that look like absolute file names
   Carsten> (including ./foo.html) as equivalent to
   Carsten> file:./foo.html ?
   Carsten>
   Carsten> - Carsten
   Carsten>
   Carsten> On Apr 13, 2008, at 6:25 PM, T. V. Raman wrote:
   Carsten>



I think writing http:foo.html is a bad idea because typing

that string in other contexts is sort of meaningless as
a URL.  Until now, everything one types in org-mode sort
of has meaning elsewhere. If you want it to look like a
url in this case too then I'd suggest file:foo.html --
rther than http:file.html.

I did not suggest that earlier because it's more chars
to type, but that's not a huge concern since emacs does
the typing, and we could always augment c-c c-l to
enable authoring of relative links with file completion.

so file:a/b/c.html would become href="a/b/c.html" in the
generated html.


"Carsten" == Carsten Dominik
<[EMAIL PROTECTED]> writes:

   Carsten> On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
   Carsten>

I've not tried http:foo.html -- but I suggest doing
that to author a relative URL is a bad idea.

   Carsten>
   Carsten> Can you explain why you think that this is a bad
   Carsten> idea?  Educate me!  What is wrong with writing
   Carsten> http:foo.html ??
   Carsten>
   Carsten> - Carsten
   Carsten>




I tried ./foo.html and that didn't work either. One

compromise would be to get ./foo.html to link to a
relative url, while foo.html continues to link to a
local anchor


"Carsten" == Carsten Dominik
<[EMAIL PROTECTED]> writes:

   Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
   Carsten>

Hi,

org-export turns links of the form [[foo][link to
relative url foo]]

ends up creating links of the form ...

this means that it becomes impossible to write
hyperlinks that are relative URLs.

   Carsten>
   Carsten> Hi Raman,
   Carsten>
   Carsten> the url goes into the first pair of square brackets,
   Carsten> the description into the second.  If you put
   Carsten> something into the first bracket pair that does not
   Carsten> look lie a url, it will be treated as an internal
   Carsten> link.
   Carsten>
   Carsten> Have you tried to use something like
   Carsten>
   Carsten> [[http:foo.html][link to relative url]]
   Carsten>
   Carsten> ?
   Carsten>
   Carsten> - Carsten


--
Best Regards, --raman


Email: [EMAIL PROTECTED] WWW

Re: [Orgmode] export to html and relative links:

2008-04-13 Thread T. V. Raman
file:// urls are already designed to be platform independent.
So an org file should never carry in it a path like a\\b\\c.html
-- we should always use a/b/c.html
since that's the syntax used by relative URLs.

> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:
Carsten> Hi Raman, On Apr 13, 2008, at 8:48 PM, T. V. Raman
Carsten> wrote:
Carsten> 
>> two suggestions:
>> 
>> 1) accept paths like "./foo.html" as local links.
Carsten> 
Carsten> I will look into this.  The problem is the system
Carsten> dependence of file names, so I am not sure what a
Carsten> good solution would be that would work on Windows as
Carsten> well as on Unix.
Carsten> 
>> 2) Augment C-c C-l to react to file: by providing filename
>> completion relative to the working directory.
Carsten> 
Carsten> Hmm, that is difficult, but thanks for the pointer,
Carsten> maybe we can steel some code.
Carsten> 
Carsten> For now, if you use `C-u C-c C-l', you get file
Carsten> completion, and the result will be a "file:" link
Carsten> with a relative path (unless you enter a path
Carsten> starting with "/").  Even if you find the file with
Carsten> ../../../some/path, it will still be inserted as a
Carsten> relative link.
Carsten> 
Carsten> - Carsten
Carsten> 
>> 
>
> The emacs binding to the w3m browser does this if you type
>> file: in the minibuffer when prompted for a URL.
>> 
>>> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]>
>>> writes:
Carsten> H, this is *such* a good idea, that I will
Carsten> implement this retroactively into all versions since
Carsten> ... 2.0 or so?  Abracadabra! Done.
Carsten> 
Carsten> In fact, it has been working just so for a very long
Carsten> time.
Carsten> 
Carsten> file:foo.html -> href="foo.html" file:foo.org ->
Carsten> href="foo.html"
Carsten> 
Carsten> The second line assumes that the org file foo.org
Carsten> will also be converted to an html file in the
Carsten> publishing process
Carsten> 
Carsten> Also, I was mistaken earlier:
Carsten> 
Carsten> http:foo.html becomes href="http:foo.html" and not
Carsten> href="foo.html"
Carsten> 
Carsten> so this actually cannot be used for a local link.
Carsten> 
Carsten> So what remains from this exchange?  Should we
Carsten> accept links that look like absolute file names
Carsten> (including ./foo.html) as equivalent to
Carsten> file:./foo.html ?
Carsten> 
Carsten> - Carsten
Carsten> 
Carsten> On Apr 13, 2008, at 6:25 PM, T. V. Raman wrote:
Carsten> 
 
>> I think writing http:foo.html is a bad idea because typing
 that string in other contexts is sort of meaningless as
 a URL.  Until now, everything one types in org-mode sort
 of has meaning elsewhere. If you want it to look like a
 url in this case too then I'd suggest file:foo.html --
 rther than http:file.html.
 
 I did not suggest that earlier because it's more chars
 to type, but that's not a huge concern since emacs does
 the typing, and we could always augment c-c c-l to
 enable authoring of relative links with file completion.
 
 so file:a/b/c.html would become href="a/b/c.html" in the
 generated html.
 
> "Carsten" == Carsten Dominik
> <[EMAIL PROTECTED]> writes:
Carsten> On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
Carsten> 
>> I've not tried http:foo.html -- but I suggest doing
>> that to author a relative URL is a bad idea.
Carsten> 
Carsten> Can you explain why you think that this is a bad
Carsten> idea?  Educate me!  What is wrong with writing
Carsten> http:foo.html ??
Carsten> 
Carsten> - Carsten
Carsten> 
>> 
>>>
>>> I tried ./foo.html and that didn't work either. One
>> compromise would be to get ./foo.html to link to a
>> relative url, while foo.html continues to link to a
>> local anchor
>> 
>>> "Carsten" == Carsten Dominik
>>> <[EMAIL PROTECTED]> writes:
Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
Carsten> 
 Hi,
 
 org-export turns links of the form [[foo][link to
 relative url foo]]
 
 ends up creating links of the form >>> href="#foo">...
 
 this means that it becomes impossible to write
 hyperlinks that are relative URLs.
Carsten> 
Carsten> Hi Raman,
Carsten> 
Carsten> the url goes into the first pair of square brackets,
Carsten> the description into the second.  If you put
Carsten> something into the first bracket pair that does not
Carsten> look lie a url, it will be treated as an internal
Carsten> 

Re: [Orgmode] export to html and relative links:

2008-04-13 Thread Carsten Dominik

Hi Raman,

On Apr 13, 2008, at 8:48 PM, T. V. Raman wrote:


two suggestions:

1)  accept paths like "./foo.html" as local links.


I will look into this.  The problem is the system dependence
of file names, so I am not sure what a good solution would be
that would work on Windows as well as on Unix.


2) Augment C-c C-l to react to file: by providing filename
completion relative to the working directory.


Hmm, that is difficult, but thanks for the pointer, maybe we can steel  
some code.


For now, if you use `C-u C-c C-l', you get file completion, and the  
result will
be a "file:" link with a relative path (unless you enter a path  
starting with "/").
Even if you find the file with ../../../some/path, it will still be  
inserted as a relative link.


- Carsten




The emacs binding to the w3m browser does this if you type file: in  
the minibuffer

when prompted for a URL.


"Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:

   Carsten> H, this is *such* a good idea, that I will
   Carsten> implement this retroactively into all versions since
   Carsten> ... 2.0 or so?  Abracadabra! Done.
   Carsten>
   Carsten> In fact, it has been working just so for a very long
   Carsten> time.
   Carsten>
   Carsten> file:foo.html -> href="foo.html" file:foo.org ->
   Carsten> href="foo.html"
   Carsten>
   Carsten> The second line assumes that the org file foo.org
   Carsten> will also be converted to an html file in the
   Carsten> publishing process
   Carsten>
   Carsten> Also, I was mistaken earlier:
   Carsten>
   Carsten> http:foo.html becomes href="http:foo.html" and not
   Carsten> href="foo.html"
   Carsten>
   Carsten> so this actually cannot be used for a local link.
   Carsten>
   Carsten> So what remains from this exchange?  Should we
   Carsten> accept links that look like absolute file names
   Carsten> (including ./foo.html) as equivalent to
   Carsten> file:./foo.html ?
   Carsten>
   Carsten> - Carsten
   Carsten>
   Carsten> On Apr 13, 2008, at 6:25 PM, T. V. Raman wrote:
   Carsten>



I think writing http:foo.html is a bad idea because typing that

string in other contexts is sort of meaningless as a URL.
Until now, everything one types in org-mode sort of has
meaning elsewhere. If you want it to look like a url in
this case too then I'd suggest file:foo.html -- rther than
http:file.html.

I did not suggest that earlier because it's more chars to
type, but that's not a huge concern since emacs does the
typing, and we could always augment c-c c-l to enable
authoring of relative links with file completion.

so file:a/b/c.html would become href="a/b/c.html" in the
generated html.


"Carsten" == Carsten Dominik <[EMAIL PROTECTED]>
writes:

   Carsten> On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
   Carsten>

I've not tried http:foo.html -- but I suggest doing that
to author a relative URL is a bad idea.

   Carsten>
   Carsten> Can you explain why you think that this is a bad
   Carsten> idea?  Educate me!  What is wrong with writing
   Carsten> http:foo.html ??
   Carsten>
   Carsten> - Carsten
   Carsten>




I tried ./foo.html and that didn't work either. One compromise

would be to get ./foo.html to link to a relative url,
while foo.html continues to link to a local anchor


"Carsten" == Carsten Dominik
<[EMAIL PROTECTED]> writes:

   Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
   Carsten>

Hi,

org-export turns links of the form [[foo][link to
relative url foo]]

ends up creating links of the form ...

this means that it becomes impossible to write
hyperlinks that are relative URLs.

   Carsten>
   Carsten> Hi Raman,
   Carsten>
   Carsten> the url goes into the first pair of square brackets,
   Carsten> the description into the second.  If you put
   Carsten> something into the first bracket pair that does not
   Carsten> look lie a url, it will be treated as an internal
   Carsten> link.
   Carsten>
   Carsten> Have you tried to use something like
   Carsten>
   Carsten> [[http:foo.html][link to relative url]]
   Carsten>
   Carsten> ?
   Carsten>
   Carsten> - Carsten


--
Best Regards, --raman


Email: [EMAIL PROTECTED] WWW:
http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
[EMAIL PROTECTED] PGP:
http://emacspeak.sf.net/raman/raman-almaden.asc Google:
tv+raman IRC: irc://irc.freenode.net/#emacs


--
Best Regards, --raman


Email: [EMAIL PROTECTED] WWW:
http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
[EMAIL PROTECTED] PGP:
http://emacspeak.sf.net/raman/raman-almaden.asc Google:
tv+raman IRC: irc://irc.freenode.net/#emacs


--
Best Regards,
--raman


Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC:irc://irc.freenode.net/#emacs




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/

Re: [Orgmode] export to html and relative links:

2008-04-13 Thread T. V. Raman
two suggestions:

1)  accept paths like "./foo.html" as local links.
2) Augment C-c C-l to react to file: by providing filename
completion relative to the working directory.

The emacs binding to the w3m browser does this if you type file: in the 
minibuffer
when prompted for a URL.

> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:
Carsten> H, this is *such* a good idea, that I will
Carsten> implement this retroactively into all versions since
Carsten> ... 2.0 or so?  Abracadabra! Done.
Carsten> 
Carsten> In fact, it has been working just so for a very long
Carsten> time.
Carsten> 
Carsten> file:foo.html -> href="foo.html" file:foo.org ->
Carsten> href="foo.html"
Carsten> 
Carsten> The second line assumes that the org file foo.org
Carsten> will also be converted to an html file in the
Carsten> publishing process
Carsten> 
Carsten> Also, I was mistaken earlier:
Carsten> 
Carsten> http:foo.html becomes href="http:foo.html" and not
Carsten> href="foo.html"
Carsten> 
Carsten> so this actually cannot be used for a local link.
Carsten> 
Carsten> So what remains from this exchange?  Should we
Carsten> accept links that look like absolute file names
Carsten> (including ./foo.html) as equivalent to
Carsten> file:./foo.html ?
Carsten> 
Carsten> - Carsten
Carsten> 
Carsten> On Apr 13, 2008, at 6:25 PM, T. V. Raman wrote:
Carsten> 
>> 
> I think writing http:foo.html is a bad idea because typing that
>> string in other contexts is sort of meaningless as a URL.
>> Until now, everything one types in org-mode sort of has
>> meaning elsewhere. If you want it to look like a url in
>> this case too then I'd suggest file:foo.html -- rther than
>> http:file.html.
>> 
>> I did not suggest that earlier because it's more chars to
>> type, but that's not a huge concern since emacs does the
>> typing, and we could always augment c-c c-l to enable
>> authoring of relative links with file completion.
>> 
>> so file:a/b/c.html would become href="a/b/c.html" in the
>> generated html.
>> 
>>> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]>
>>> writes:
Carsten> On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
Carsten> 
 I've not tried http:foo.html -- but I suggest doing that
 to author a relative URL is a bad idea.
Carsten> 
Carsten> Can you explain why you think that this is a bad
Carsten> idea?  Educate me!  What is wrong with writing
Carsten> http:foo.html ??
Carsten> 
Carsten> - Carsten
Carsten> 
 
>>
>> I tried ./foo.html and that didn't work either. One compromise
 would be to get ./foo.html to link to a relative url,
 while foo.html continues to link to a local anchor
 
> "Carsten" == Carsten Dominik
> <[EMAIL PROTECTED]> writes:
Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
Carsten> 
>> Hi,
>> 
>> org-export turns links of the form [[foo][link to
>> relative url foo]]
>> 
>> ends up creating links of the form > href="#foo">...
>> 
>> this means that it becomes impossible to write
>> hyperlinks that are relative URLs.
Carsten> 
Carsten> Hi Raman,
Carsten> 
Carsten> the url goes into the first pair of square brackets,
Carsten> the description into the second.  If you put
Carsten> something into the first bracket pair that does not
Carsten> look lie a url, it will be treated as an internal
Carsten> link.
Carsten> 
Carsten> Have you tried to use something like
Carsten> 
Carsten> [[http:foo.html][link to relative url]]
Carsten> 
Carsten> ?
Carsten> 
Carsten> - Carsten
 
 -- 
 Best Regards, --raman
 
 
 Email: [EMAIL PROTECTED] WWW:
 http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
 [EMAIL PROTECTED] PGP:
 http://emacspeak.sf.net/raman/raman-almaden.asc Google:
 tv+raman IRC: irc://irc.freenode.net/#emacs
>> 
>> -- 
>> Best Regards, --raman
>> 
>> 
>> Email: [EMAIL PROTECTED] WWW:
>> http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
>> [EMAIL PROTECTED] PGP:
>> http://emacspeak.sf.net/raman/raman-almaden.asc Google:
>> tv+raman IRC: irc://irc.freenode.net/#emacs

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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] export to html and relative links:

2008-04-13 Thread Carsten Dominik

H,

this is *such* a good idea, that I will implement this retroactively
into all versions since ... 2.0 or so?  Abracadabra! Done.

In fact, it has been working just so for a very long time.

file:foo.html   -> href="foo.html"
file:foo.org-> href="foo.html"

The second line assumes that the org file foo.org will also
be converted to an html file in the publishing process

Also, I was mistaken earlier:

http:foo.html  becomes   href="http:foo.html" and not href="foo.html"

so this actually cannot be used for a local link.

So what remains from this exchange?  Should we accept links
that look like absolute file names (including ./foo.html) as
equivalent to file:./foo.html ?

- Carsten

On Apr 13, 2008, at 6:25 PM, T. V. Raman wrote:



I think writing http:foo.html is a bad idea because typing that
string in other contexts is sort of meaningless as a URL.
Until now, everything one types in org-mode sort of has meaning
elsewhere. If you want it to look like a url in this case too
then I'd suggest file:foo.html -- rther than http:file.html.

I  did not suggest that earlier because it's more chars to type,
but that's not a huge concern since emacs does the typing, and we
could always augment c-c c-l to enable authoring of relative
links with file completion.

so file:a/b/c.html would become href="a/b/c.html" in the
generated html.


"Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:

   Carsten> On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
   Carsten>

I've not tried http:foo.html -- but I suggest doing that
to author a relative URL is a bad idea.

   Carsten>
   Carsten> Can you explain why you think that this is a bad
   Carsten> idea?  Educate me!  What is wrong with writing
   Carsten> http:foo.html ??
   Carsten>
   Carsten> - Carsten
   Carsten>




I tried ./foo.html and that didn't work either. One compromise

would be to get ./foo.html to link to a relative url,
while foo.html continues to link to a local anchor


"Carsten" == Carsten Dominik <[EMAIL PROTECTED]>
writes:

   Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
   Carsten>

Hi,

org-export turns links of the form [[foo][link to
relative url foo]]

ends up creating links of the form ...

this means that it becomes impossible to write
hyperlinks that are relative URLs.

   Carsten>
   Carsten> Hi Raman,
   Carsten>
   Carsten> the url goes into the first pair of square brackets,
   Carsten> the description into the second.  If you put
   Carsten> something into the first bracket pair that does not
   Carsten> look lie a url, it will be treated as an internal
   Carsten> link.
   Carsten>
   Carsten> Have you tried to use something like
   Carsten>
   Carsten> [[http:foo.html][link to relative url]]
   Carsten>
   Carsten> ?
   Carsten>
   Carsten> - Carsten


--
Best Regards, --raman


Email: [EMAIL PROTECTED] WWW:
http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
[EMAIL PROTECTED] PGP:
http://emacspeak.sf.net/raman/raman-almaden.asc Google:
tv+raman IRC: irc://irc.freenode.net/#emacs


--
Best Regards,
--raman


Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC:irc://irc.freenode.net/#emacs




___
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] export to html and relative links:

2008-04-13 Thread T. V. Raman

I think writing http:foo.html is a bad idea because typing that
string in other contexts is sort of meaningless as a URL.
Until now, everything one types in org-mode sort of has meaning
elsewhere. If you want it to look like a url in this case too
then I'd suggest file:foo.html -- rther than http:file.html.

I  did not suggest that earlier because it's more chars to type,
but that's not a huge concern since emacs does the typing, and we
could always augment c-c c-l to enable authoring of relative
links with file completion.

so file:a/b/c.html would become href="a/b/c.html" in the
generated html.

> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:
Carsten> On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:
Carsten> 
>> I've not tried http:foo.html -- but I suggest doing that
>> to author a relative URL is a bad idea.
Carsten> 
Carsten> Can you explain why you think that this is a bad
Carsten> idea?  Educate me!  What is wrong with writing
Carsten> http:foo.html ??
Carsten> 
Carsten> - Carsten
Carsten> 
>> 
>
> I tried ./foo.html and that didn't work either. One compromise
>> would be to get ./foo.html to link to a relative url,
>> while foo.html continues to link to a local anchor
>> 
>>> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]>
>>> writes:
Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
Carsten> 
 Hi,
 
 org-export turns links of the form [[foo][link to
 relative url foo]]
 
 ends up creating links of the form >>> href="#foo">...
 
 this means that it becomes impossible to write
 hyperlinks that are relative URLs.
Carsten> 
Carsten> Hi Raman,
Carsten> 
Carsten> the url goes into the first pair of square brackets,
Carsten> the description into the second.  If you put
Carsten> something into the first bracket pair that does not
Carsten> look lie a url, it will be treated as an internal
Carsten> link.
Carsten> 
Carsten> Have you tried to use something like
Carsten> 
Carsten> [[http:foo.html][link to relative url]]
Carsten> 
Carsten> ?
Carsten> 
Carsten> - Carsten
>> 
>> -- 
>> Best Regards, --raman
>> 
>> 
>> Email: [EMAIL PROTECTED] WWW:
>> http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk:
>> [EMAIL PROTECTED] PGP:
>> http://emacspeak.sf.net/raman/raman-almaden.asc Google:
>> tv+raman IRC: irc://irc.freenode.net/#emacs

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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] export to html and relative links:

2008-04-13 Thread Carsten Dominik


On Apr 13, 2008, at 5:33 PM, T. V. Raman wrote:


I've not tried http:foo.html -- but I suggest doing that to
author a relative URL is a bad idea.


Can you explain why you think that this is a bad idea?
Educate me!  What is wrong with writing http:foo.html ??

- Carsten




I  tried ./foo.html and that didn't work either. One compromise
would be to get ./foo.html to link to a relative url, while
foo.html continues to link to  a local anchor


"Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:

   Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
   Carsten>

Hi,

org-export turns links of the form [[foo][link to relative
url foo]]

ends up creating links of the form ...

this means that it becomes impossible to write hyperlinks
that are relative URLs.

   Carsten>
   Carsten> Hi Raman,
   Carsten>
   Carsten> the url goes into the first pair of square brackets,
   Carsten> the description into the second.  If you put
   Carsten> something into the first bracket pair that does not
   Carsten> look lie a url, it will be treated as an internal
   Carsten> link.
   Carsten>
   Carsten> Have you tried to use something like
   Carsten>
   Carsten> [[http:foo.html][link to relative url]]
   Carsten>
   Carsten> ?
   Carsten>
   Carsten> - Carsten

--
Best Regards,
--raman


Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman
IRC:irc://irc.freenode.net/#emacs




___
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] export to html and relative links:

2008-04-13 Thread T. V. Raman
I've not tried http:foo.html -- but I suggest doing that to
author a relative URL is a bad idea.

I  tried ./foo.html and that didn't work either. One compromise
would be to get ./foo.html to link to a relative url, while
foo.html continues to link to  a local anchor

> "Carsten" == Carsten Dominik <[EMAIL PROTECTED]> writes:
Carsten> On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:
Carsten> 
>> Hi,
>> 
>> org-export turns links of the form [[foo][link to relative
>> url foo]]
>> 
>> ends up creating links of the form ...
>> 
>> this means that it becomes impossible to write hyperlinks
>> that are relative URLs.
Carsten> 
Carsten> Hi Raman,
Carsten> 
Carsten> the url goes into the first pair of square brackets,
Carsten> the description into the second.  If you put
Carsten> something into the first bracket pair that does not
Carsten> look lie a url, it will be treated as an internal
Carsten> link.
Carsten> 
Carsten> Have you tried to use something like
Carsten> 
Carsten> [[http:foo.html][link to relative url]]
Carsten> 
Carsten> ?
Carsten> 
Carsten> - Carsten

-- 
Best Regards,
--raman

  
Email:  [EMAIL PROTECTED]
WWW:http://emacspeak.sf.net/raman/
AIM:emacspeak   GTalk: [EMAIL PROTECTED]
PGP:http://emacspeak.sf.net/raman/raman-almaden.asc
Google: tv+raman 
IRC:irc://irc.freenode.net/#emacs


___
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] export to html and relative links:

2008-04-12 Thread Carsten Dominik


On Apr 13, 2008, at 6:49 AM, T. V. Raman wrote:


Hi,

org-export turns links of the form
[[foo][link to relative url foo]]

ends up creating links of the form
...

this means that it becomes impossible to write hyperlinks that
are relative URLs.


Hi Raman,

the url goes into the first pair of square brackets, the description  
into the second.
If you put something into the first bracket pair that does not look  
lie a url, it will

be treated as an internal link.

Have you tried to use something like

[[http:foo.html][link to relative url]]

?

- Carsten



___
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] export to html bug?

2007-08-30 Thread Carsten Dominik

Fixed (I think), thanks.

- Carsten

On Aug 25, 2007, at 11:14, Rainer Stengele wrote:


Carsten Dominik schrieb:

Is this a new bug, did it work before?
have you changed your config, for example using
org-agenda-skip-function?
- Carsten
On Aug 25, 2007, at 0:39, Rainer Stengele wrote:

Carsten Dominik schrieb:

Version 5.06b fixes the bugs mentioned here in the last few hours.
http://www.astro.uva.nl/~dominik/Tools/org
Thanks for keeping the quality control up!  I could not do this
without you all.
- Carsten


"C-c a e" does not export anything for me. Error message is:

"before first heading".

Rainer



now with 5.06e export works again for the whole buffer ("C-c C-e b").
For "C-c C-e v b" it stops with this error message:

:END: line missing

How can I find where that line is missing?

Rainer



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export to html bug?

2007-08-25 Thread Carsten Dominik

That must have been broken ever since properties were introduced.
This happen when a property drawer is folded, but the first
line is visible when you call an export command for visible
portion.

Will be fixed in the next release, hopefully.

- Carsten

On Aug 25, 2007, at 11:14, Rainer Stengele wrote:


Carsten Dominik schrieb:

Is this a new bug, did it work before?
have you changed your config, for example using
org-agenda-skip-function?
- Carsten
On Aug 25, 2007, at 0:39, Rainer Stengele wrote:

Carsten Dominik schrieb:

Version 5.06b fixes the bugs mentioned here in the last few hours.
http://www.astro.uva.nl/~dominik/Tools/org
Thanks for keeping the quality control up!  I could not do this
without you all.
- Carsten


"C-c a e" does not export anything for me. Error message is:

"before first heading".

Rainer



now with 5.06e export works again for the whole buffer ("C-c C-e b").
For "C-c C-e v b" it stops with this error message:

:END: line missing

How can I find where that line is missing?

Rainer



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export to html

2007-06-16 Thread Carsten Dominik


On Jun 16, 2007, at 8:14, Cecil Westerhof wrote:

I understood that a table can be exported to HTML. I can not find how 
to

do this. How do I do this?


http://staff.science.uva.nl/~dominik/Tools/org/org.html#Exporting


- Carsten



___
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode