* org.css for mobile-friendly
@ 2015-03-04 15:01 OSiUX
2015-03-04 15:05 ` Grant Rettke
2015-03-04 15:29 ` Rasmus
0 siblings, 2 replies; 5+ messages in thread
From: OSiUX @ 2015-03-04 15:01 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 458 bytes --]
Testing my blog [0] (org-mode publish) in
mobile-friendly [1] obtain bad result. :(
Same result for orgmode.org, maybe somebody have
better CSS for org-mode export?
thanks!
[0] http://osiux.com
[1] https://www.google.com/webmasters/tools/mobile-friendly/?url=orgmode.org
--
::
Osiris Alejandro Gomez (OSiUX) osiux@osiux.com.ar
DC44 95D2 0D5D D544 FC1A F00F B308 A671 9237 D36C
http://www.osiux.com.ar http://www.altermundi.net
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org.css for mobile-friendly
2015-03-04 15:01 org.css for mobile-friendly OSiUX
@ 2015-03-04 15:05 ` Grant Rettke
2015-03-04 15:29 ` Rasmus
1 sibling, 0 replies; 5+ messages in thread
From: Grant Rettke @ 2015-03-04 15:05 UTC (permalink / raw)
To: OSiUX; +Cc: emacs-orgmode@gnu.org
https://github.com/fniessen/org-html-themes
On Wed, Mar 4, 2015 at 9:01 AM, OSiUX <xuiso@osiux.com.ar> wrote:
> Testing my blog [0] (org-mode publish) in
> mobile-friendly [1] obtain bad result. :(
>
> Same result for orgmode.org, maybe somebody have
> better CSS for org-mode export?
>
> thanks!
>
> [0] http://osiux.com
> [1] https://www.google.com/webmasters/tools/mobile-friendly/?url=orgmode.org
>
> --
>
> ::
>
> Osiris Alejandro Gomez (OSiUX) osiux@osiux.com.ar
> DC44 95D2 0D5D D544 FC1A F00F B308 A671 9237 D36C
> http://www.osiux.com.ar http://www.altermundi.net
--
Grant Rettke
gcr@wisdomandwonder.com | http://www.wisdomandwonder.com/
“Wisdom begins in wonder.” --Socrates
((λ (x) (x x)) (λ (x) (x x)))
“Life has become immeasurably better since I have been forced to stop
taking it seriously.” --Thompson
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org.css for mobile-friendly
2015-03-04 15:01 org.css for mobile-friendly OSiUX
2015-03-04 15:05 ` Grant Rettke
@ 2015-03-04 15:29 ` Rasmus
2015-03-04 18:27 ` OSiUX
1 sibling, 1 reply; 5+ messages in thread
From: Rasmus @ 2015-03-04 15:29 UTC (permalink / raw)
To: emacs-orgmode
OSiUX <xuiso@osiux.com.ar> writes:
> Testing my blog [0] (org-mode publish) in
> mobile-friendly [1] obtain bad result. :(
>
> Same result for orgmode.org, maybe somebody have
> better CSS for org-mode export?
>
> thanks!
>
> [0] http://osiux.com
> [1] https://www.google.com/webmasters/tools/mobile-friendly/?url=orgmode.org
Did you try to add viewport? E.g.:
<meta name="viewport" content="width=device-width, initial-scale=1">
—Rasmus
--
This is the kind of tedious nonsense up with which I will not put
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org.css for mobile-friendly
2015-03-04 15:29 ` Rasmus
@ 2015-03-04 18:27 ` OSiUX
2015-03-05 9:58 ` Sebastien Vauban
0 siblings, 1 reply; 5+ messages in thread
From: OSiUX @ 2015-03-04 18:27 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 816 bytes --]
El mié, 04 mar 2015, Rasmus decía:
> OSiUX <xuiso@osiux.com.ar> writes:
>
> > Testing my blog [0] (org-mode publish) in
> > mobile-friendly [1] obtain bad result. :(
> >
> > Same result for orgmode.org, maybe somebody have
> > better CSS for org-mode export?
> >
> > thanks!
> >
> > [0] http://osiux.com
> > [1] https://www.google.com/webmasters/tools/mobile-friendly/?url=orgmode.org
>
> Did you try to add viewport? E.g.:
>
> <meta name="viewport" content="width=device-width, initial-scale=1">
^^^^^ this meta is the begining for OK in mobile-friendly
I play with CSS for adapt images sizes.
thanks Rasmus!
--
::
Osiris Alejandro Gomez (OSiUX) osiux@osiux.com.ar
DC44 95D2 0D5D D544 FC1A F00F B308 A671 9237 D36C
http://www.osiux.com.ar http://www.altermundi.net
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: org.css for mobile-friendly
2015-03-04 18:27 ` OSiUX
@ 2015-03-05 9:58 ` Sebastien Vauban
0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Vauban @ 2015-03-05 9:58 UTC (permalink / raw)
To: emacs-orgmode-mXXj517/zsQ
OSiUX wrote:
> El mié, 04 mar 2015, Rasmus decía:
>> OSiUX <xuiso-mBKt9e5PDBUMlKAeRRkD2Q@public.gmane.org> writes:
>>
>>> Testing my blog [0] (org-mode publish) in
>>> mobile-friendly [1] obtain bad result. :(
>>>
>>> Same result for orgmode.org, maybe somebody have
>>> better CSS for org-mode export?
>>>
>>> thanks!
>>>
>>> [0] http://osiux.com
>>> [1] https://www.google.com/webmasters/tools/mobile-friendly/?url=orgmode.org
>>
>> Did you try to add viewport? E.g.:
>>
>> <meta name="viewport" content="width=device-width, initial-scale=1">
>
> ^^^^^ this meta is the begining for OK in mobile-friendly
> I play with CSS for adapt images sizes.
Is there a generic line (the above one, maybe?) that could/should be
added in ox-html in order to make compliant pages from the start,
without forcing all users to add lines in their Org documents?
Best regards,
Seb
--
Sebastien Vauban
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-03-05 9:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 15:01 org.css for mobile-friendly OSiUX
2015-03-04 15:05 ` Grant Rettke
2015-03-04 15:29 ` Rasmus
2015-03-04 18:27 ` OSiUX
2015-03-05 9:58 ` Sebastien Vauban
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).