Re: [O] how to show deadlines in global to-do list?

2011-12-04 Thread James Harkins
At Fri, 02 Dec 2011 12:01:05 -0500, emacs-orgmode-requ...@gnu.org wrote: > Date: Fri, 2 Dec 2011 03:01:36 + (UTC) > From: Herbert Sitz > To: emacs-orgmode@gnu.org > Subject: Re: [O] how to show deadlines in global to-do list? > > James Harkins gmail.com> writes: > > > I like the out-of-the-

Re: [O] M-RET and C-RET

2011-12-04 Thread Nicolas Goaziou
Hello, Michael Brand writes: > I try to argue for some supposed common Org user that likes it simple > like me, is used to the behavior of M-RET and C-RET on headings and > is about to learn to use lists and M-RET but doesn't want to know > about org-M-RET-may-split-line that he prefers to leave

[O] Problem with export pdf and latex

2011-12-04 Thread Steve Prud'Homme
Hi, I loved emacs orgmode. It is very productive. The problem is that i'm french and we use accent like é, à,... And when i use export to pdf i lost my accent... It is possible to include by default the : \usepackage[latin1]{inputenc} % To use characters such as é without typing \'e \usepac

Re: [O] Emacs Prelude

2011-12-04 Thread Tom Prince
On Fri, 02 Dec 2011 20:25:21 -0600, SndChaser wrote: > 2) Has someone bound: org-do-promote, org-do-demote, > org-promote-subtree. org-demote-subtree, org-move-subtree-up and > org-move-subtree-down to another set of keys that is as handy / workable > as the original bindings? Well, I use the

[O] Avoiding div from special blocks to be in …

2011-12-04 Thread Jonathan BISSON
Hi, I just uncommented a line in org-special-blocks.el that made div special blocks (like #+begin_foo) in html export to be between …… It seems to work well like this (and now the produced documents are W3C valid). Any clue on why it was commented ? diff --git a/lisp/org-special-blocks.el b/lisp

Re: [O] Problem with export pdf and latex

2011-12-04 Thread Eric S Fraga
"Steve Prud'Homme" writes: > Hi, > I loved emacs orgmode. It is very productive. > The problem is that i'm french and we use accent like é, à,... > And when i use export to pdf i lost my accent... > It is possible to include by default the : > \usepackage[latin1]{inputenc} % To use characters

[O] Minimal overhead Org-mode blogging system

2011-12-04 Thread Karl Voit
Hi! I got a nice idea on how a very easy to use Org-mode blog system should look like. Currently, I am using Serendipidy with web-based editor to write HTML. Org-mode enabled me to write blog entries and export it to HTML. Then I paste the HTML and have to modify minor things (images, ...) a bit.

[O] Stars in headlines

2011-12-04 Thread Francisco Javier Molina Lopez
Hi, Is it possible to replace the initial stars in headlines with any other utf-8 symbol? Thank you

Re: [O] Avoiding div from special blocks to be in …

2011-12-04 Thread Christian Moe
Hi, I submitted a patch to this effect a month and a half back. http://patchwork.newartisans.com/patch/979/ Apart from uncommenting that line, I put in an org-open-par after the div and rearranged a few lines to follow the same structure as other similar bits of code. Yours, Christian On

Re: [O] Avoiding div from special blocks to be in …

2011-12-04 Thread Jonathan BISSON
On 12/04/2011 07:57 PM, Christian Moe wrote: > Hi, > > I submitted a patch to this effect a month and a half back. > > http://patchwork.newartisans.com/patch/979/ > > Apart from uncommenting that line, I put in an org-open-par after the > div and rearranged a few lines to follow the same structu

Re: [O] Stars in headlines

2011-12-04 Thread Rasmus
Francisco Javier Molina Lopez writes: > Is it possible to replace the initial stars in headlines with any > other utf-8 symbol? There was a huge discussion on this a way back. I think the outcome was to hardcode * everywhere. You could use regexp to display something in place of stars if so de

Re: [O] M-RET and C-RET

2011-12-04 Thread Michael Brand
Hi Nicolas Thank you for all the explanations. On Sun, Dec 4, 2011 at 11:33, Nicolas Goaziou wrote: > Though, from what I read, > I think that you really mean to argue for a change of the default value > of `org-M-RET-may-split-line' (to, i.e. '((default . t) (item))) not for > a change of code.

[O] [OT] The joy of elisp

2011-12-04 Thread Marcelo de Moraes Serpa
Hi list! I decided to finally get my hands dirty and build a small function to improve my org-based productivity system. Let me explain: I have a subdirectory under ~/org which has a bunch of files named after different subjects. Originally it was supposed to model a wiki, but in practice, I cre

Re: [O] Emacs Prelude

2011-12-04 Thread Marcelo de Moraes Serpa
Hi Tom, I'm very interested in the "vi emulation in emacs" subject. I've tried viper-mode but it's quite slow with org, so I gave up on it. What's evil and how's the vi emulation it provides? Could you elaborate on it? I'd appreciate it, a lot. Thanks, Marcelo. On Sun, Dec 4, 2011 at 10:01 AM,