emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rick Frankel <rick@rickster.com>
To: Rustom Mody <rustompmody@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: How to change org-export-html-style
Date: Wed, 16 Apr 2014 10:59:11 -0400	[thread overview]
Message-ID: <cfc52d6ddb29d375308ab65bfc38fc32@mail.rickster.com> (raw)
In-Reply-To: <CAJ+TeofV2QeefLqz2vTX7HjChrApX8C5erEbP6nLEo7TSjeKjw@mail.gmail.com>

On 2014-04-15 23:25, Rustom Mody wrote:
> On Tue, Apr 15, 2014 at 10:39 PM, Rick Frankel <rick@rickster.com> 
> wrote:
> 
> On 2014-04-15 07:30, Rustom Mody wrote:
> 
> I need (for various reasons) to inline these styles
> 
> I have this code in my init to change the html style
> 
> (defun rusi/load-css()
>   "Returns string from css file (hardwired) suitable for inline css"
>   (interactive)
>   (setq org-export-html-style
>     (with-temp-buffer
>       (insert "n<style type="text/css">n")
>       (insert-file-contents (expand-file-name "my-org.css" 
> "~/orghacks"))
>       (goto-char (point-max))
>       (insert "n</style>n")
>       (buffer-string))))
> (rusi/load-css)
> Now if I edit and save the my-org.css file and then call M-: 
> (rusi/load-css)
> it does not work.
> Restarting emacs makes it work.
> Ive checked that org-export-html-style is actually changed.
> However org-mode seems to be keeping some internal copy after first 
> use.
> org-reload is not helping here
> 
> Can you explain "not working"? There's not enough info here to see
> what problem you are having.
> 

On further examination, I'm not sure how it works at all!
`org-export-html-style' is a customization variable from the (old)
version of org included w/ emacs:

#+BEGIN_SRC emacs-lisp
(describe-variable 'org-export-html-style)
#+END_SRC

#+RESULTS:
#+begin_example
org-export-html-style is a variable defined in `org-html.el'.
<snip/>
#+end_example

The source file for the current exporter is `ox-html.el'.

Try setting `org-html-head' and `org-html-head-include-default-style'.

rick

  parent reply	other threads:[~2014-04-16 14:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-15 11:30 How to change org-export-html-style Rustom Mody
     [not found] ` <28e944dca49c583c458b6ba60f29d078@mail.rickster.com>
2014-04-16  3:25   ` Rustom Mody
2014-04-16  4:53     ` Nick Dokos
2014-04-16  8:35     ` Rustom Mody
2014-04-16 14:59     ` Rick Frankel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-15 11:35 Rustom Mody

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=cfc52d6ddb29d375308ab65bfc38fc32@mail.rickster.com \
    --to=rick@rickster.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rustompmody@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).