emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Usage of #+STYLE:
@ 2009-01-30 18:47 David St-Hilaire
  2009-01-31 16:33 ` Carsten Dominik
  0 siblings, 1 reply; 8+ messages in thread
From: David St-Hilaire @ 2009-01-30 18:47 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 294 bytes --]

Hello!

I tried to add the follwing line to one of my org file:

#+STYLE: <link rel="stylesheet" type="text/css" href="style.css" />

but, when I export it to html, there is no <link .../> line in the
resulting html... Is there something that I am doing wrong?

Thank you!

David


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Usage of #+STYLE:
  2009-01-30 18:47 Usage of #+STYLE: David St-Hilaire
@ 2009-01-31 16:33 ` Carsten Dominik
  2009-02-02 14:11   ` David St-Hilaire
  0 siblings, 1 reply; 8+ messages in thread
From: Carsten Dominik @ 2009-01-31 16:33 UTC (permalink / raw)
  To: David St-Hilaire; +Cc: emacs-orgmode

When I do this, the line is included.

I need a minimal example to find out more.

- Carsten

On Jan 30, 2009, at 7:47 PM, David St-Hilaire wrote:

> Hello!
>
> I tried to add the follwing line to one of my org file:
>
> #+STYLE: <link rel="stylesheet" type="text/css" href="style.css" />
>
> but, when I export it to html, there is no <link .../> line in the
> resulting html... Is there something that I am doing wrong?
>
> Thank you!
>
> David
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Usage of #+STYLE:
  2009-01-31 16:33 ` Carsten Dominik
@ 2009-02-02 14:11   ` David St-Hilaire
  2009-02-02 14:26     ` Sebastian Rose
  0 siblings, 1 reply; 8+ messages in thread
From: David St-Hilaire @ 2009-02-02 14:11 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


[-- Attachment #1.1.1: Type: text/plain, Size: 309 bytes --]

Carsten Dominik wrote:
> When I do this, the line is included.
> 
> I need a minimal example to find out more.

Ok I've attached a minimal org file which uses both the #+TITLE: form (which
works fine) and the #+STYLE: form (wich doesn't). I've also attach the generated
html file.

Thank you! ^_^


[-- Attachment #1.1.2: toto.html --]
[-- Type: text/html, Size: 2060 bytes --]

[-- Attachment #1.1.3: toto.org --]
[-- Type: text/plain, Size: 156 bytes --]

#+TITLE: Plan du mémoire de maîtrise
#+STYLE: <link rel="stylesheet" type="text/css" href="style.css" />

* This is a test!

** blublu

** blabla

[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Usage of #+STYLE:
  2009-02-02 14:11   ` David St-Hilaire
@ 2009-02-02 14:26     ` Sebastian Rose
  2009-02-02 14:32       ` David St-Hilaire
  0 siblings, 1 reply; 8+ messages in thread
From: Sebastian Rose @ 2009-02-02 14:26 UTC (permalink / raw)
  To: David St-Hilaire; +Cc: emacs-orgmode

Hi David,


Exactly that file works fine here.

Hm - anything else must cause this. I don't think your org-mode version
older than the feature?



Regards,


   Sebastian

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose@emma-stil.de, sebastian_rose@gmx.de
Http:  www.emma-stil.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Usage of #+STYLE:
  2009-02-02 14:26     ` Sebastian Rose
@ 2009-02-02 14:32       ` David St-Hilaire
  2009-02-02 14:54         ` Manish
  2009-02-02 15:04         ` Sebastian Rose
  0 siblings, 2 replies; 8+ messages in thread
From: David St-Hilaire @ 2009-02-02 14:32 UTC (permalink / raw)
  To: Sebastian Rose; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 617 bytes --]

Sebastian Rose wrote:
> Hi David,
> 
> 
> Exactly that file works fine here.
> 
> Hm - anything else must cause this. I don't think your org-mode version
> older than the feature?
> 

I don't think so. I'm using the most recent version available in gentoo's portage:

dave@david-laptop ~ $ eix org-mode
[I] app-emacs/org-mode
     Available versions:  6.05b ~6.16c ~6.20c
     Installed versions:  6.05b(08:51:52 AM 09/01/09)
     Homepage:            http://www.orgmode.org/
     Description:         An Emacs mode for notes and project planning

Is this version too old?

Thanks!

David



[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Usage of #+STYLE:
  2009-02-02 14:32       ` David St-Hilaire
@ 2009-02-02 14:54         ` Manish
  2009-02-02 14:56           ` David St-Hilaire
  2009-02-02 15:04         ` Sebastian Rose
  1 sibling, 1 reply; 8+ messages in thread
From: Manish @ 2009-02-02 14:54 UTC (permalink / raw)
  To: David St-Hilaire; +Cc: emacs-orgmode

On Mon, Feb 2, 2009 at 8:02 PM, David St-Hilaire wrote:
> Sebastian Rose wrote:
>> Hi David,
>>
>>
>> Exactly that file works fine here.
>>
>> Hm - anything else must cause this. I don't think your org-mode version
>> older than the feature?
>>
>
> I don't think so. I'm using the most recent version available in gentoo's portage:
>
> dave@david-laptop ~ $ eix org-mode
> [I] app-emacs/org-mode
>   Available versions: 6.05b ~6.16c ~6.20c
>   Installed versions: 6.05b(08:51:52 AM 09/01/09)
>   Homepage:      http://www.orgmode.org/
>   Description:     An Emacs mode for notes and project planning

#+STYLE was added on 6.08 [1].  Org-mode is a very fast moving target.  You
 might want to take a look at "Keeping current" in Org FAQ [2].

1. http://orgmode.org/Changes.html
2. http://orgmode.org/worg/org-faq.php

-- 
Manish

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Usage of #+STYLE:
  2009-02-02 14:54         ` Manish
@ 2009-02-02 14:56           ` David St-Hilaire
  0 siblings, 0 replies; 8+ messages in thread
From: David St-Hilaire @ 2009-02-02 14:56 UTC (permalink / raw)
  To: Manish; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 328 bytes --]

Manish wrote:
> #+STYLE was added on 6.08 [1].  Org-mode is a very fast moving target.  You
>  might want to take a look at "Keeping current" in Org FAQ [2].
> 
> 1. http://orgmode.org/Changes.html
> 2. http://orgmode.org/worg/org-faq.php
> 

I see! Sorry for that newb question and thank you for your help!

David


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Usage of #+STYLE:
  2009-02-02 14:32       ` David St-Hilaire
  2009-02-02 14:54         ` Manish
@ 2009-02-02 15:04         ` Sebastian Rose
  1 sibling, 0 replies; 8+ messages in thread
From: Sebastian Rose @ 2009-02-02 15:04 UTC (permalink / raw)
  To: David St-Hilaire; +Cc: emacs-orgmode

David St-Hilaire <sthilaid@iro.umontreal.ca> writes:
>> Hm - anything else must cause this. I don't think your org-mode version
>> older than the feature?
>> 
>
> I don't think so. I'm using the most recent version available in gentoo's portage:
>
> dave@david-laptop ~ $ eix org-mode
> [I] app-emacs/org-mode
>      Available versions:  6.05b ~6.16c ~6.20c
>      Installed versions:  6.05b(08:51:52 AM 09/01/09)
>      Homepage:            http://www.orgmode.org/
>      Description:         An Emacs mode for notes and project planning
>
> Is this version too old?



Git says it's from 2008-06-20 00:21:15

This is actually _very_ old. You'll miss tons of features :-)


I recently started to believe in more than one Carsten Dominik on the
other end of my internet connection.


I'd suggest to visit http://orgmode.org/index.html#sec-3 and track the
git repo (as most of us here do). You won't regret it.



Regards,

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Http:  www.emma-stil.de

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-02 15:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-30 18:47 Usage of #+STYLE: David St-Hilaire
2009-01-31 16:33 ` Carsten Dominik
2009-02-02 14:11   ` David St-Hilaire
2009-02-02 14:26     ` Sebastian Rose
2009-02-02 14:32       ` David St-Hilaire
2009-02-02 14:54         ` Manish
2009-02-02 14:56           ` David St-Hilaire
2009-02-02 15:04         ` Sebastian Rose

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).