emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: [ox, patch] Add #+SUBTITLE
Date: Thu, 26 Mar 2015 11:42:43 +0100	[thread overview]
Message-ID: <877fu49h0c.fsf@gmx.us> (raw)
In-Reply-To: 87pp7w9jba.fsf@gmx.us

Rasmus <rasmus@gmx.us> writes:

>> <div class="page-header">
>>   <h1>This would be the title <small>and this the subtitle</small></h1>
>> </div>
>>
>> ref: http://getbootstrap.com/components/#page-header

According to html5doctor.com:

    Note: Some have been advocating of the use of the small element to
    signify subtitles. This has been under discussion in the HTML working
    group, but no compelling arguments for its use have been
    made. Therefore it is not advised to use small to mark up subtitles.

That puts the nail in that coffin. . .

>> Another commonly seen approach is this (many web CMS use this pseudo
>> standard):
>>
>> <h1 class="title">My Title</h1>
>> <h2 class="subtitle">My Subtitle</h1>
>
> This is basically how it's handled.  I guess you could get the former by
> writing a custom preamble and disabling title export.

The same page as above leads to this interesting documents, which
unfortunately has draft in its name.

    http://www.w3.org/html/wg/drafts/html/master/semantics.html#sub-head

It suggests the following:

    <header>
    <h1>title</h1>
    <p>subtitle</p>
    </header>
   
I really like this one!  This is the HTML5 solution, it seems.  Then this
could be used for non-HTML5:

    <h1>Ramones <br>
    <span>Hey! Ho! Let's Go</span> 
    </h1>

WDYT?

—Rasmus

-- 
And when I’m finished thinking, I have to die a lot

  reply	other threads:[~2015-03-26 10:43 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20 23:23 [ox, patch] Add #+SUBTITLE Rasmus
2015-03-21  2:26 ` Marcin Borkowski
2015-03-21  2:32   ` Melanie Bacou
2015-03-22 14:02 ` Nicolas Goaziou
2015-03-22 15:29   ` Rasmus
2015-03-22 20:47     ` Marcin Borkowski
2015-03-22 21:21       ` Thomas S. Dye
2015-03-22 21:23       ` John Williams
2015-03-22 22:43       ` Rasmus
2015-03-22 23:19         ` Marcin Borkowski
2015-03-23  0:05           ` Rasmus
2015-03-23  8:32             ` Marcin Borkowski
2015-03-23  9:00       ` Sebastien Vauban
2015-03-24  9:05     ` Nicolas Goaziou
2015-03-24  9:37       ` Rasmus
2015-03-28 15:17         ` Nicolas Goaziou
2015-03-26  2:36       ` Melanie Bacou
2015-03-26  2:38         ` Melanie Bacou
2015-03-26 10:10         ` Rasmus
2015-03-22 14:34 ` Eric Abrahamsen
2015-03-22 15:32   ` Rasmus
2015-03-23  1:17     ` Eric Abrahamsen
2015-03-26  2:47       ` Melanie Bacou
2015-03-26  9:52         ` Rasmus
2015-03-26 10:42           ` Rasmus [this message]
2015-03-28  8:26             ` Melanie Bacou

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=877fu49h0c.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --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).