emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Price <moptop99@gmail.com>
To: Xebar Saram <zeltakc@gmail.com>
Cc: fabrice.popineau@centralesupelec.fr, org mode <emacs-orgmode@gnu.org>
Subject: Re: org-reveal questions
Date: Fri, 23 Oct 2015 12:08:17 -0400	[thread overview]
Message-ID: <CAN_Dec9UAbp23My2wP5yd=rgpRLyHAqaDA-j543yAi60QpZ42Q@mail.gmail.com> (raw)
In-Reply-To: <CAOQHXPqjnhbR+0fpktsqeoahhdX4+Q5rsPTd7L4MjFgQsW8nJg@mail.gmail.com>

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

On Fri, Oct 23, 2015 at 5:20 AM, Xebar Saram <zeltakc@gmail.com> wrote:

>
> On Fri, Oct 23, 2015 at 12:09 PM, Fabrice Popineau <
> fabrice.popineau@supelec.fr> wrote:
>
> how do i (for a specific slide) make all text not centered but rather left
> aligned?
>
>
I haven't been following this thread very lcosely, but hopefully this will
help:
org-reveal allows you to specify a local.css file (M-x customize-variable
org-reveal-extra-css).  I keep mine in ~/src/org-reveal/local.css, but you
should choose a location that works for you.  I use this file to define
extra css classes for nededs that reveal doesn't met out of the box.

This is a two step process.  In your local.css, put something like this:

.left p, .left ul, .left li {
text-align:left;
}

and then in your org file:

#+ATTR_HTML: :class left
** Slide Title

some slide content

------------------------

I *think* this should work.  If it doesn't, please reply and I'll try to
help.


> thx so much again
>
>

[-- Attachment #2: Type: text/html, Size: 2356 bytes --]

  parent reply	other threads:[~2015-10-23 16:08 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23  5:16 org-reveal questions Xebar Saram
2015-10-23  6:18 ` Eric S Fraga
2015-10-23  6:45   ` Xebar Saram
2015-10-23  8:39     ` Eric S Fraga
2015-10-23  9:09       ` Fabrice Popineau
2015-10-23  9:20         ` Xebar Saram
2015-10-23 14:58           ` Matt Lundin
2015-10-23 16:08           ` Matt Price [this message]
2015-11-22 14:25             ` Xebar Saram
2015-11-22 15:50               ` Eric S Fraga
2015-11-22 16:47                 ` Xebar Saram
2015-11-22 21:58                   ` Matt Price
2015-11-23  2:55                     ` John Hendy
2015-12-03  9:07                       ` Xebar Saram
2015-12-04 14:55                         ` John Hendy
2015-12-04 15:49                           ` Xebar Saram
2015-12-04 18:52                             ` John Hendy
2015-12-03  9:10                     ` Xebar Saram
2015-10-23 13:27         ` Andreas Leha
2015-10-23 16:15   ` Matt Price
2015-10-25 20:46     ` Eric S Fraga
2015-10-25 22:01       ` Matt Price
2015-10-26 16:34         ` Matt Price
2015-10-27 14:41         ` Eric S Fraga
2015-10-26 15:43       ` Xebar Saram

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='CAN_Dec9UAbp23My2wP5yd=rgpRLyHAqaDA-j543yAi60QpZ42Q@mail.gmail.com' \
    --to=moptop99@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=fabrice.popineau@centralesupelec.fr \
    --cc=zeltakc@gmail.com \
    /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).