[Orgmode] Re: Two question about org-mode?

2009-09-30 Thread Bernt Hansen
Sebastian Rose writes: > Water Lin writes: >> The second question, I have some underline in my org text, like >> --- >> test_src >> --- >> >> When I export it to html page, it is converted to subscript characters. >> How can I make org not to convert the underline? > > > Quote the unders

[Orgmode] Re: Filtering the global todo list in a custom agenda

2009-09-30 Thread PT
Carsten Dominik gmail.com> writes: > > No reason not to smile > > (setq org-agenda-tags-todo-honor-ignore-options t) Cool! :) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http:/

Re: [Orgmode] Images in div and p

2009-09-30 Thread Carsten Dominik
Hi Sebastian, what patch should I apply? You know that you have infinite power over the Org HTML export :-) Could we have a way to set how to place the figure on a per-figure base? Like using #+HTML_ATTR: Let me know how to improve this. - Carsten On Oct 1, 2009, at 6:24 AM, Sebastian Rose w

Re: [Orgmode] HTML export: How to export body only, as HTML "fragment"?

2009-09-30 Thread Sebastian Rose
Bill Powell writes: > - get HTML export to just convert the text to HTML, > without wrapping a template and and and > tags around it. I can't find an option to do this, > but it seems like if there isn't one, it should be fairly > easy to implement. Pyblosxom needs HTML fragments so it can >

[Orgmode] Images in div and p

2009-09-30 Thread Sebastian Rose
Hi Carsten and all XHTML exporters, is there a godd reason to export [[./intranet/img/powered-by-mysql-167x86.png]] as ? Nowadays, we need to add this to our Org-mode files: #+STLYE: div.figure p { text-align: left; } I think this not a feature, but annoying. The e

Re: [Orgmode] A question about inlined images

2009-09-30 Thread Sebastian Rose
Water Lin writes: > Acoording to reference > > http://orgmode.org/manual/Inlined-images.html#Inlined-images > > , I can insert images to my org. > > But after I export the org file to html, I get a page whoes images are > all aligned at the right side. > > How can I control the image css style?

Re: [Orgmode] Two question about org-mode?

2009-09-30 Thread Sebastian Rose
Water Lin writes: > First, I am using item list like this in my org file: > > 1. test > 1) test > 2) test > 3) test > > 2. test2 > > 3. test3 > > I don't know why my webpage looks like this after exported: > > 1. test > 1. test > 2. test

Re: A simpler remember architecture (was: Re: [Orgmode] Re: is there a hook to save a remember buffer?)

2009-09-30 Thread Sebastian Rose
Yes, good concept. > yes > >> - possibility to 'pick file/topic first then remember' > > No. The idea would be that you refile then or later. No problem for me. I don't remember a case, when I had to change the tempalte or target after filling it. And still, there is `org-remember-goto-last-s

[Orgmode] Re: HTML export: How to export body only, as HTML "fragment"?

2009-09-30 Thread Matt Lundin
Bill Powell writes: > - get HTML export to just convert the text to HTML, > without wrapping a template and and and > tags around it. I can't find an option to do this, > but it seems like if there isn't one, it should be fairly > easy to implement. Pyblosxom needs HTML fragments so it can >

Re: [Orgmode] Feature Request: "Keeping me honest"

2009-09-30 Thread Tim O'Callaghan
Small update. Fixes the problem of the highlighting not disappearing when headline is fixed. - Still has some issues with removing highlighting when TODO becomes something else. - Added new default verbs: TODO, NEXT -> Call, Email, Fix, Find, Fill out, Give, Print, Re-Do, Take PROJECT -> Configur

Re: [Orgmode] gnowsys-mode a major mode extending org

2009-09-30 Thread Samuel Wales
On Tue, Sep 29, 2009 at 21:49, Nagarjuna G. wrote: > Isn't adding an ID marker same as creating node with properties.  It No. In this case Node = graph theory and Entry = org headline. ID markers turn non-entries into nodes. Never mind; it was just something i thought you might want. ___

[Orgmode] HTML export: How to export body only, as HTML "fragment"?

2009-09-30 Thread Bill Powell
Hi! First off, thanks to all for this amazing org-mode. Second, sorry if this posts twice. I've just joined the list, and may have messed up. :) I've just come in and seen the thread on using org-mode for blogging. Actually, I'd like to set up org-mode publishing mode to work with the blogging pr

Re: [Orgmode] Re: Is there a good way to use org as blog system?

2009-09-30 Thread Eric Schulte
"Nagarjuna G." writes: > org offers multiple ways of solving problems. worg, blorg, and > Manoj's perl script, and I am sure there will be others. I am now > thinking on the following idea: > > Using the new features (babel) added in the fresh release of org, it > is indeed possible to provide

Re: [Orgmode] Re: Is there a good way to use org as blog system?

2009-09-30 Thread Nagarjuna G.
org offers multiple ways of solving problems. worg, blorg, and Manoj's perl script, and I am sure there will be others. I am now thinking on the following idea: Using the new features (babel) added in the fresh release of org, it is indeed possible to provide a minor mode in gnowsys-mode (see t

Re: [Orgmode] Feature Request: "Keeping me honest"

2009-09-30 Thread Tim O'Callaghan
Attached is a working implementation of the idea. So, in GTD each 'next action' is supposed to be an actual doable thing to further the project it is associated with. When creating next actions or project headlines there is sometimes a tendency to use a heading that is a bit vague/undoable. This

[Orgmode] pstricks in org-mode?

2009-09-30 Thread Johan Ekh
Hi all, I'm using org-mode to write LaTeX snippets that I later (usually) transfer into a separate latex document. Can I also write and preview pstricks code in org-mode? Also, can I do "usepackage(xxx)" someway do use LaTeX extensions? Best regards, Johan

Re: [Orgmode] Re: Filtering the global todo list in a custom agenda

2009-09-30 Thread Carsten Dominik
On Sep 30, 2009, at 8:20 PM, PT wrote: Carsten Dominik gmail.com> writes: The todo agenda is not very good in matching. Better to use the tags- todo view, but specify no tags, onlt a todo match after the slash: (setq org-agenda-custom-commands '(("h" "Agenda and todo" ((

[Orgmode] Re: Filtering the global todo list in a custom agenda

2009-09-30 Thread PT
Carsten Dominik gmail.com> writes: > > > > The todo agenda is not very good in matching. Better to use the tags- > todo view, but specify no tags, onlt a todo match after the slash: > > (setq org-agenda-custom-commands > '(("h" "Agenda and todo" > ((agenda "") > (tags

[Orgmode] Re: Is there a good way to use org as blog system?

2009-09-30 Thread Matt Lundin
Bob Erb writes: > Hi, Water. > > Water Lin writes: >> I want to mantain a local static html blog system on my local >> computer. I think org is good enough to organise the stuff. >> >> Is there any special function for me to use org as blog system? > > Take a look at worg; it'll do ya: > >

[Orgmode] Re: compile fails for latest git pull

2009-09-30 Thread Manish
On Wed, Sep 30, 2009 at 7:24 PM, Manish wrote: > Latest git pull (a few minutes old) fails compilation.  Log below: > > , > | [Wed 30 18:58] (2024) ~/elisp/org-mode.git $ make clean && make && make doc > | make cleanelc > | make[1]: Entering directory `/home/zms/elisp/org-mode.git' > | rm -f l

[Orgmode] Re: Filtering the global todo list in a custom agenda

2009-09-30 Thread Matt Lundin
PT writes: > I'm trying to filter the global todo list, so that items with certain > tags don't appear in it, but this solution doesn't seem to work: > > (setq org-agenda-custom-commands > '(("h" "Agenda and todo" > ((agenda "") > (alltodo "-test") > > > Items with "t

[Orgmode] Org-mode version 6.31 (release_6.31); org-clock-cancel erroneous quotes

2009-09-30 Thread Reimar Finken
[Sorry for the double post, I was too quick with my C-c C-c] Clocking in on any task (C-c C-x C-i) and cancelling afterwards (C-c C-x C-x) results in the following backtrace: , | Debugger entered--Lisp error: (wrong-type-argument markerp org-clock-marker) | move-marker(org-clock-marker nil) |

[Orgmode] Org-mode version 6.31 (release_6.31); org-clock-cancel erroneous quotes

2009-09-30 Thread Reimar Finken
Clocking in on any task (C-c C-x C-i), e.g. in the org file * A task on Emacs : GNU Emacs 23.1.1 (i586-suse-linux-gnu, GTK+ Version 2.14.4) of 2009-07-30 on build21 Package: Org-mode version 6.31 (release_6.31) current state: == (setq org-after-todo-state-change-hook '(org-c

Re: A simpler remember architecture (was: Re: [Orgmode] Re: is there a hook to save a remember buffer?)

2009-09-30 Thread Tim O'Callaghan
> - 'throw it into the bucket for later'. > > what does that mean? Kind of works as remember now. Currently you have a 'default save to point' for a particular template. I would guess that most people just throw it all into the one 'bucket' and sort it out later. > >> - org - remember keymap > >

Re: [Orgmode] Filtering the global todo list in a custom agenda

2009-09-30 Thread Carsten Dominik
On Sep 30, 2009, at 2:07 PM, PT wrote: I'm trying to filter the global todo list, so that items with certain tags don't appear in it, but this solution doesn't seem to work: (setq org-agenda-custom-commands '(("h" "Agenda and todo" ((agenda "") (alltodo "-test") T

[Orgmode] Re: Is there a good way to use org as blog system?

2009-09-30 Thread Bob Erb
Hi, Water. Water Lin writes: > I want to mantain a local static html blog system on my local > computer. I think org is good enough to organise the stuff. > > Is there any special function for me to use org as blog system? Take a look at worg; it'll do ya: http://orgmode.org/worg/worg-abou

Re: A simpler remember architecture (was: Re: [Orgmode] Re: is there a hook to save a remember buffer?)

2009-09-30 Thread Carsten Dominik
On Sep 30, 2009, at 4:45 PM, Tim O'Callaghan wrote: +1, can we keep/have: - the templates, yes - possibility to 'pick file/topic first then remember' No. The idea would be that you refile then or later. - 'throw it into the bucket for later'. what does that mean? - org - remember ke

Re: A simpler remember architecture (was: Re: [Orgmode] Re: is there a hook to save a remember buffer?)

2009-09-30 Thread Tim O'Callaghan
+1, can we keep/have: - the templates, - possibility to 'pick file/topic first then remember' - 'throw it into the bucket for later'. - org - remember keymap - local fontification? - remove need to have remember package installed? Tim. 2009/9/30 Carsten Dominik : > I don't know what the others th

[Orgmode] Org-mode release 6.31

2009-09-30 Thread Carsten Dominik
Hi, I have released Org-mode 6.31. Biggest news is the inclusion of Org-babel. Thanks to Eric Schulte and Dan Davison for their work on this. Enjoy! - Carsten Version 6.31 Author: Carsten Dominik Date: 2009-09-30 16:16:10 CEST Org-babel is now part of the Org distribution

[Orgmode] Re: Is there a good way to use org as blog system?

2009-09-30 Thread Manoj Srivastava
On Wed, Sep 30 2009, Water Lin wrote: > I want to mantain a local static html blog system on my local > computer. I think org is good enough to organise the stuff. > > Is there any special function for me to use org as blog system? > > I need a reference to start.. With the following

[Orgmode] LaTeX export bug (skipping outline levels)

2009-09-30 Thread Eric Schulte
Hi, I've noticed that when exporting to LaTeX Org-mode will skip levels that are two deeper than their immediate parent level. See the attached example where the "*** third level" headline is not exported to LaTeX. simple.org Description: Binary data I'll also attach the resulting .tex file

[Orgmode] compile fails for latest git pull

2009-09-30 Thread Manish
Latest git pull (a few minutes old) fails compilation. Log below: , | [Wed 30 18:58] (2024) ~/elisp/org-mode.git $ make clean && make && make doc | make cleanelc | make[1]: Entering directory `/home/zms/elisp/org-mode.git' | rm -f lisp/org.elc lisp/org-agenda.elc lisp/org-ascii.elc lisp/org-a

Re: [Orgmode] Is there a good way to use org as blog system?

2009-09-30 Thread Eric Schulte
Water Lin writes: > I want to mantain a local static html blog system on my local > computer. I think org is good enough to organise the stuff. > For "static html" using the built in publishing features of Org-mode is probably sufficient (see [1]). If you want to get more sophisticated (and com

[Orgmode] Filtering the global todo list in a custom agenda

2009-09-30 Thread PT
I'm trying to filter the global todo list, so that items with certain tags don't appear in it, but this solution doesn't seem to work: (setq org-agenda-custom-commands '(("h" "Agenda and todo" ((agenda "") (alltodo "-test") Items with "test" tag are shown nevertheles

Re: A simpler remember architecture (was: Re: [Orgmode] Re: is there a hook to save a remember buffer?)

2009-09-30 Thread Carsten Dominik
I don't know what the others think ... but I think this is a brilliant idea. - Carsten On Sep 29, 2009, at 10:48 PM, Samuel Wales wrote: Hi Carsten, Here is an idea for a much simpler remember architecture that simultaneously solves Alan's problem. 1) To me also, a more complicated way

[Orgmode] icalendar export incomplete

2009-09-30 Thread Richard Lewis
Hi there, I've been trying to get org-mode to export all my TODOs and diary file entries to a single iCalendar file (which I then intend to import to my phone). However, when I run the command org-export-icalendar-combine-agenda-files it only exports a selection of TODOs and events to the output

Re: A simpler remember architecture (was: Re: [Orgmode] Re: is there a hook to save a remember buffer?)

2009-09-30 Thread Eric S Fraga
At Tue, 29 Sep 2009 13:48:53 -0700, Samuel Wales wrote: > > Hi Carsten, > > Here is an idea for a much simpler remember architecture that > simultaneously solves Alan's problem. [...] > 5) Here is my idea: discard the concept of remember > buffers entirely. > - Create the entry at t

[Orgmode] Unrelated time of day shown in agenda for scheduled event

2009-09-30 Thread Antti Kaihola
I have the following TODO item: * TODO Confirm meeting with Alice on <2009-10-01 Thu 09:00-10:00>. SCHEDULED: <2009-09-30 Wed> It appears in the agenda view time grid for *both* 2009-09-30 and 2009-10-01 as: 9:00-10:00 Scheduled: TODO Confirm meeting with Alice on . I assumed it would ap

[Orgmode] A question about inlined images

2009-09-30 Thread Water Lin
Acoording to reference http://orgmode.org/manual/Inlined-images.html#Inlined-images , I can insert images to my org. But after I export the org file to html, I get a page whoes images are all aligned at the right side. How can I control the image css style? -- Water Lin's blog: http://blog.wa

[Orgmode] Is there a good way to use org as blog system?

2009-09-30 Thread Water Lin
I want to mantain a local static html blog system on my local computer. I think org is good enough to organise the stuff. Is there any special function for me to use org as blog system? I need a reference to start.. Thanks -- Water Lin's blog: http://blog.waterlin.org Email: water...@ymai

Re: [Orgmode] LaTeX export of images

2009-09-30 Thread Francesco Pizzolante
Hi Nick and Carsten, First of all I thank you for your replies and the already checked-in patch. The behavior for images inserted in the middle of a paragraph is now correct. >> Yes sure, but what is wrong with \centerline? does the \centering >> lead to a different result? Using \centerline

[Orgmode] Re: Option SETUPFILE partially broken

2009-09-30 Thread henry atting
On Mi, Sep 30 2009, Carsten Dominik wrote: > On Sep 29, 2009, at 4:22 PM, henry atting wrote: > >> This morning the following setup file did work flawlessly: > > I seriously doubt that. This worked when in the file being exported, > but not when being in a #+SETUPFILE. > > It now does. > > - Cars

Re: [Orgmode] fullpage.sty replacement [WAS: Problem with LaTeX snippets preview]

2009-09-30 Thread Carsten Dominik
On Sep 29, 2009, at 7:03 PM, Nick Dokos wrote: Carsten Dominik wrote: However: - Fullpage is a trivial ad very small package that only changes margins. Even if it changes at some point, there is no reason for Org to follow this change. Agreed - it was more "the principle of the thing

[Orgmode] Two question about org-mode?

2009-09-30 Thread Water Lin
First, I am using item list like this in my org file: 1. test 1) test 2) test 3) test 2. test2 3. test3 I don't know why my webpage looks like this after exported: 1. test 1. test 2. test 3. test 2. test2 --- Why the 1)

Re: [Orgmode] Option SETUPFILE partially broken

2009-09-30 Thread Carsten Dominik
On Sep 29, 2009, at 4:22 PM, henry atting wrote: This morning the following setup file did work flawlessly: I seriously doubt that. This worked when in the file being exported, but not when being in a #+SETUPFILE. It now does. - Carsten --8<---cut here---start---

Re: [Orgmode] Visibility hide mode in 6.30trans doesn't hide last character in child region - BUG

2009-09-30 Thread Carsten Dominik
I cannot even reproduce it with -1. Can you make a full test case, please? Can someone else also try, please? - Carsten On Sep 29, 2009, at 8:18 PM, Nick Bell wrote: Fixed it - bug (I think) - the problem only occurs if "Org Cycle Separator Lines" is set to -1. Setting it to anything zero or

Re: [Orgmode] gnowsys-mode a major mode extending org

2009-09-30 Thread Scot Becker
This sounds great! I have been wanting the idea of 'hard linked' nodes in org (whose existence would be equally in hierarchy A and hierarchy B). And it sounds like this may provide that (along with much more). ___ Emacs-orgmode mailing list Remember:

Re: [Orgmode] LaTeX export of images

2009-09-30 Thread Carsten Dominik
On Sep 29, 2009, at 9:32 PM, Nick Dokos wrote: diff --git a/lisp/org-latex.el b/lisp/org-latex.el index 4058891..248d653 100644 --- a/lisp/org-latex.el +++ b/lisp/org-latex.el @@ -1553,8 +1585,8 @@ The conversion is made depending of STRING- BEFORE and STRING-AFTER." (cond ((and imgp (

Re: [Orgmode] gnowsys-mode a major mode extending org

2009-09-30 Thread Carsten Dominik
Hi Nagarjuna, This sound very interesting indeed. Thanks for sharing! - Carsten On Sep 30, 2009, at 2:19 AM, Nagarjuna G. wrote: Dear orgmode developers and users This is a note to share with you our adventure with org. We, at gnowledge.org, began a project that extends orgmode (without sp