Re: [O] [html-export question] location with JS.

2014-12-17 Thread Rasmus
Hi Christian, Thanks for the insightful comments. Javascript is an interesting domain; totally foreign to me, though. Christian Moe writes: > (except when the window becomes seriously too small, > and the year jumps up on top of the other one, but that, I think, has to > be expected). This is

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Christian Moe
It still works fine for me in Firefox with the added title and text, zooming in and out (except when the window becomes seriously too small, and the year jumps up on top of the other one, but that, I think, has to be expected). A different problem is that the script only picks out every other bol

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Rasmus
Paul Rudin writes: > Hoping for pixel perfect rendering for html is fraught with difficulty - > it's not really designed for that sort of thing. I'm only asking for two things (divs/spans) to be (almost) on the same line (if you rerun the new example I sent to Christian you might see it can go q

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Rasmus
Hi Christian, Christian Moe writes: >> The issue is >> that the javascript that I use absolute position in pixels, and the >> browser doesn't update the location when zooming... >> >> Any ideas on how to solve this? > > Which browser? It seems to work well with zooming in Firefox and Safari, > s

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Paul Rudin
Rasmus writes: > Hi, > > For my CV I'm trying to place a box (div, whatever) at the left edge of > the content-div. My org-file looks like > > - year0–year1 :: FooCorp > - note1 > - note2 {{{BOL(year½)}}} > > And I want the ouput to look like: > > year0–year1FooCorp > - n

Re: [O] [html-export question] location with JS.

2014-12-17 Thread Christian Moe
> The issue is > that the javascript that I use absolute position in pixels, and the > browser doesn't update the location when zooming... > > Any ideas on how to solve this? Which browser? It seems to work well with zooming in Firefox and Safari, so I'd say you're doing something right and the b

[O] [html-export question] location with JS.

2014-12-16 Thread Rasmus
Hi, For my CV I'm trying to place a box (div, whatever) at the left edge of the content-div. My org-file looks like - year0–year1 :: FooCorp - note1 - note2 {{{BOL(year½)}}} And I want the ouput to look like: year0–year1FooCorp - note1 year½ - note2 In the at

Re: [O] html export question

2011-04-13 Thread Rustom Mody
On Wed, Apr 13, 2011 at 12:28 PM, Nick Dokos wrote: > Rustom Mody wrote: > >> On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen wrote: >> > Rustom Mody writes: >> > >> >> If the >> >> $+EMAIL: r...@somewhere.com >> >> option is set it used to appear at the bottom of the html-export. >> >> >> >> Doe

Re: [O] html export question

2011-04-12 Thread Nick Dokos
Rustom Mody wrote: > On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen wrote: > > Rustom Mody writes: > > > >> If the > >> $+EMAIL: r...@somewhere.com > >> option is set it used to appear at the bottom of the html-export. > >> > >> Does not seem to appear now. > >> > >> Is this a regression or am I

Re: [O] html export question

2011-04-12 Thread Rustom Mody
On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen wrote: > Rustom Mody writes: > >> If the >> $+EMAIL: r...@somewhere.com >> option is set it used to appear at the bottom of the html-export. >> >> Does not seem to appear now. >> >> Is this a regression or am I missing some option? >> >> IOW with >> >

Re: [O] html export question

2011-04-12 Thread Bernt Hansen
Rustom Mody writes: > If the > $+EMAIL: r...@somewhere.com > option is set it used to appear at the bottom of the html-export. > > Does not seem to appear now. > > Is this a regression or am I missing some option? > > IOW with > > #+AUTHOR: Rusi > #+EMAIL: myn...@somewhere.com > > Rusi appears in

[O] html export question

2011-04-12 Thread Rustom Mody
If the $+EMAIL: r...@somewhere.com option is set it used to appear at the bottom of the html-export. Does not seem to appear now. Is this a regression or am I missing some option? IOW with #+AUTHOR: Rusi #+EMAIL: myn...@somewhere.com Rusi appears in the html output but not myn...@somewhere.com