emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Scott Randby <srandby@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Another HTML Export Question
Date: Tue, 15 Mar 2011 12:27:34 -0400	[thread overview]
Message-ID: <4D7F9376.5080809@gmail.com> (raw)
In-Reply-To: <877hc0xvc8.fsf@gnu.org>

Hi Bastien,

>>
>> 1. There is no timestamp with org-mode 7.5. I want a timestamp and I
>> can't get a timestamp by putting timestamp:t in the options line.
>
> Fixed now.

Yes, it works now. Thanks.

>
>> 2. I want to get rid of the link for the validator. I can't find mention
>> of this in the manual.
>
> I added a subsection about exporting the HTML preamble and postamble,
> and I mention `org-export-html-validation-link' there.

This clears things up.

>
>> 3. How do I change the text of the creator line?
>
> You cannot.

Bummer.

>
>> Honestly, I've never had so many problems with an upgrade of org-mode.
>> I'm going back to 7.4 until HTML export is fixed and explained clearly
>> in the manual.
>
> Let me know if it is.
>
> Also, if you can help make the manual clearer, that would be
> appreciated.

I have been planning to go through the entire manual. I hope to get to
that this summer.

The timestamps are fixed, but there are two new issues. First, I get
weird HTML in the postamble for the email address.

With org-mode release_7.5.43.gdf38 I get the following when I export:

  <p class="email"><a href="mailto:<a
href="mailto:srandby@gmail.com">srandby@gmail.com</a>">&lt;<a
href="mailto:srandby@gmail.com">srandby@gmail.com</a>&gt;</p>

I used to get (with 7.4):

  <p class="author"> Author: Scott P. Randby
  <a href="mailto:srandby@gmail.com">&lt;srandby@gmail.com&gt;</a>
  </p>

I think the code for the email line should be:

  <p class="email"><a
href="mailto:srandby@gmail.com">&lt;srandby@gmail.com&gt;</a></p>

The second issue is that the following now appears at the end of my HTML
documents:

  <br/><br/><hr/><p><!-- hhmts start --> <!-- hhmts end --></p>

This appears to have something to do with the
org-export-html-html-helper-timestamp variable. If I change that
variable to an empty string, then I don't get the code (of course).
However, it seems to me this code shouldn't appear unless the user wants
it to appear. It didn't appear when I was using version 7.4.

Scott Randby

  reply	other threads:[~2011-03-15 16:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-15  4:58 Another HTML Export Question Scott Randby
2011-03-15 15:21 ` Bastien
2011-03-15 16:27   ` Scott Randby [this message]
2011-03-15 17:39     ` Bastien
2011-03-15 18:56       ` Scott Randby
2011-03-15 17:53     ` Jason Dunsmore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D7F9376.5080809@gmail.com \
    --to=srandby@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).