emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export issue of URL when the text begins with a date
@ 2011-01-05 13:27 Vincent Belaïche
  2011-02-11 10:01 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Belaïche @ 2011-01-05 13:27 UTC (permalink / raw)
  To: Org mode; +Cc: Vincent Belaïche

Hello,

Here is an example org file:

-----------------------------------------------------------------------
* some example

[[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]]
-----------------------------------------------------------------------

When I export this with `C-c C-e h' I get the following in place of the
URL:

-----------------------------------------------------------------------
<p>
[[file://localhost/c%3A/msys/1.0/temp/example.html] <span class="timestamp-wrapper"> <span class="timestamp">2011-01-01 example</span></span>]
</p>
-----------------------------------------------------------------------

I would have rather expected something like 

-----------------------------------------------------------------------
<a href="file://localhost/c%3A/msys/1.0/temp/example.html">2011-01-01 example</a>
-----------------------------------------------------------------------

BTW: happy new year 2011 to all !

    Vincent.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Export issue of URL when the text begins with a date
@ 2011-01-12 13:34 Vincent Belaïche
  0 siblings, 0 replies; 4+ messages in thread
From: Vincent Belaïche @ 2011-01-12 13:34 UTC (permalink / raw)
  To: Org mode; +Cc: Vincent Belaïche

>Hello,
>
>Here is an example org file:
>
>-----------------------------------------------------------------------
>* some example
>
>[[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]]
>-----------------------------------------------------------------------
>
>When I export this with `C-c C-e h' I get the following in place of the
>URL:
>
>-----------------------------------------------------------------------
><p>
>[[file://localhost/c%3A/msys/1.0/temp/example.html] <span 
>class="timestamp-wrapper"> <span class="timestamp">2011-01-01 
>example</span></span>]
></p>
>-----------------------------------------------------------------------
>
>I would have rather expected something like
>
>-----------------------------------------------------------------------
><a href="file://localhost/c%3A/msys/1.0/temp/example.html">2011-01-01 
>example</a>
>-----------------------------------------------------------------------
>
>BTW: happy new year 2011 to all !
>
>    Vincent.
>
>
Hello,

I could not see any feedback. Am I the only one with this issue. Shall I
fill in a bug report ?

   Vincent.

PS: I have tried again with the laster on the Git repo, and the problem
is still there.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: Export issue of URL when the text begins with a date
@ 2011-01-16 21:02 Vincent Belaïche
  0 siblings, 0 replies; 4+ messages in thread
From: Vincent Belaïche @ 2011-01-16 21:02 UTC (permalink / raw)
  To: Org mode, David Maus; +Cc: Vincent Belaïche

[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]

>
>
>Date: Sat, 15 Jan 2011 07:40:35 +0100
>From: dmaus@ictsoc.de
>To: vincent.b.1@hotmail.fr
>Subject: Re: [Orgmode] Export issue of URL when the text begins with a date‏
>CC: dmaus@ictsoc.de; emacs-orgmode@gnu.org
>
>At Fri, 14 Jan 2011 22:12:07 +0100,
>Vincent Belaïche wrote:
>> Thank-you David again for carrying out this correction. By the way, I
>> noticed in the source tree that has a test base, that there is some
>> testing sub-directory. I was expecting that there would be a list of
>> 
>> testNN.org
>> testNN.tex 
>> testNN.html
>> 
>> etc...
>> 
>> so that to check that to carry out non regression tests from testNN.org
>> exported to reference testNN.tex and testNN.html.
>> 
>> It seems that such a non-regression test base and script do not
>> exist. However that would be good to have in order to check that any
>> correction does not break anything. 
> 
>That's exactly what the testing framework[1] could and should do.
>I've just not figured out how to best write tests for entire export
>operations.  Thinking of it: We could create an input file dedicated
>to test link exporting, put in different kinds of links, export and
>then use regexps to check if the links have been exported fine.
> 
>Best,
>  -- David
> 

[...]

Hello David and al.,

I sketched some test script, herein attached. It allows to make a few
export tests. I hope that this is what you had in view...

   Vincent.


[-- Attachment #2: test-export.el --]
[-- Type: application/emacs-lisp, Size: 5706 bytes --]

[-- Attachment #3: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Export issue of URL when the text begins with a date
  2011-01-05 13:27 Vincent Belaïche
@ 2011-02-11 10:01 ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2011-02-11 10:01 UTC (permalink / raw)
  To: Vincent Belaïche; +Cc: Org mode

Hi Vincent,

Vincent Belaïche <vincent.b.1@hotmail.fr> writes:

> Here is an example org file:
>
> -----------------------------------------------------------------------
> * some example
>
> [[file://localhost/c%3A/msys/1.0/temp/example.html][2011-01-01 example]]
> -----------------------------------------------------------------------
>
> When I export this with `C-c C-e h' I get the following in place of the
> URL:
>
> -----------------------------------------------------------------------
> <p>
> [[file://localhost/c%3A/msys/1.0/temp/example.html] <span
> class="timestamp-wrapper"> <span class="timestamp">2011-01-01
> example</span></span>]
> </p>
> -----------------------------------------------------------------------

I cannot reproduce this problem with latest Org.  Can you confirm it's
gone?

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-11 10:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-12 13:34 Export issue of URL when the text begins with a date Vincent Belaïche
  -- strict thread matches above, loose matches on Subject: below --
2011-01-16 21:02 Vincent Belaïche
2011-01-05 13:27 Vincent Belaïche
2011-02-11 10:01 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).