Re: [Orgmode] Having time inside a scheduled item

2009-02-03 Thread David St-Hilaire
Manish wrote: > C-c C-s drops you in a prompt, enter "wed 10:10 RET" (sans quotes) and > it is scheduled for that precise hour. No? > *sigh* your right! hehe I was trying to enter 10h00, but i guess it has to be 10:00! hehe Thank you! David signature.asc Description: OpenPGP digital signatu

[Orgmode] Having time inside a scheduled item

2009-02-03 Thread David St-Hilaire
Hello! Whenever I schdedule an item (C-c C-s), I don't know how to have the hour of the scheduled item to appear/to be considered. I know that with timestamps, using C-u C-c ./! will add the hour in the timestamp, but C-u C-c C-s doesn't seem to work. Is it possible to schedule at a precise hour,

[Orgmode] Colored highlights?

2009-02-02 Thread David St-Hilaire
Hi all! I would like to know if it is possible to highlight some text region with a certain color. I know that the *bold*, _underligned_ and /italic/ works fine, and I was wondering if it would be possible to colorize some other parts to have a better contrast. Thank you! ^_^Y David signature

Re: [Orgmode] Usage of #+STYLE:

2009-02-02 Thread David St-Hilaire
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 yo

Re: [Orgmode] Usage of #+STYLE:

2009-02-02 Thread David St-Hilaire
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: d...@david-laptop ~ $ eix org-

Re: [Orgmode] Usage of #+STYLE:

2009-02-02 Thread David St-Hilaire
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! ^_^ T

[Orgmode] Usage of #+STYLE:

2009-01-31 Thread David St-Hilaire
Hello! I tried to add the follwing line to one of my org file: #+STYLE: but, when I export it to html, there is no line in the resulting html... Is there something that I am doing wrong? Thank you! David signature.asc Description: OpenPGP digital signature

Re: [Orgmode] elisp code location?

2009-01-19 Thread David St-Hilaire
Matthew Lundin wrote: > Hi David, > > David St-Hilaire writes: > >> No reason, I was just trying to understand how to publishing system >> works. I couldn't make it work so far. I now have setup my project >> alist in my .emacs file (and reloaded my .ema

Re: [Orgmode] elisp code location?

2009-01-19 Thread David St-Hilaire
Manish wrote: > Some of the publishing options can be kept in the org file itself but > some others would need to defined as part of org-publish-project-alist > itself only. Is there a reason why you do not wish to keep the settings > in .emacs file? No reason, I was just trying to understand how

[Orgmode] elisp code location?

2009-01-19 Thread David St-Hilaire
Hi all! I am new to the org-mode, but its been very helpfull so far :). I was wondering though, where should I put the elisp code that is sometime required? For example, when creating a project I have to set the org-publish-project-alist variable, but where that setq should be? I've put it in my