[Orgmode] More wiki-like behaviour

2009-02-06 Thread Paul Sexton
Hi, I am interested in using Org mode to create a personal wiki (along the lines of Wikidpad: http://wikidpad.sourceforge.net/ ), treating top level headings (one star) as wiki topics. To do this, I have added 2 behaviours to Org-mode. 1. Always narrow to subtree after following an internal

Re: [Orgmode] worg accessibility

2009-02-06 Thread William Henney
Hi Samuel On Thu, Feb 5, 2009 at 5:54 PM, Samuel Wales samolog...@gmail.com wrote: Thanks for trying it. Your screenshot looks good, but I don't get that using the preferences panel. I am using Tiger. Ah, that might explain it. Lots of little annoyances got fixed in Leopard (a few other

[Orgmode] minor option conflict

2009-02-06 Thread Samuel Wales
With org-log-done set to t or 'time and org-cycle-separator-lines set to 0 or 1, on a node with no body, org-done inserts a time log item with a blank line after it. This causes the blank line to show in the collapsed outline. Perhaps org-done could check for the presence of a body before

[Orgmode] Re: minor option conflict

2009-02-06 Thread Samuel Wales
Closely related: the CLOSED timestamp does not insert a blank line. For consistency with the above, perhaps it can insert a blank line if and only if there is a body. I would also propose minor changes: - all such, including CLOSED On Thu, Feb 5, 2009 at 22:44, Samuel Wales

[Orgmode] Re: minor option conflict

2009-02-06 Thread Samuel Wales
Incomplete message. - All such, including CLOSED, could possibly be - items for consistency. - Depending on settings, neither left flush nor aligned under the heading, but indented by 2, to allow noting visually that they are items, works best for me, as then they are in a consistent

Re: [Orgmode] Installing on windows

2009-02-06 Thread Saurabh Agrawal
Can you mail the exact statement you used to add org-mode to .emacs please? Sorry Manish, I was out. I added following to my .emacs: (add-to-list 'load-path D:/Software/office/emacs/org-6.21b/org-6.21b) (require 'org-install) ;; The following lines are always needed. Choose your own keys.

Re: [Orgmode] Installing on windows

2009-02-06 Thread Manish
On Fri, Feb 6, 2009 at 12:45 PM, Saurabh Agrawal wrote: Can you mail the exact statement you used to add org-mode to .emacs please? Sorry Manish, I was out. I added following to my .emacs: (add-to-list 'load-path D:/Software/office/emacs/org-6.21b/org-6.21b) Please replace the line above

Re: [Orgmode] worg accessibility

2009-02-06 Thread Carsten Dominik
Hi Samuel, I tried to reproduce this on my powerbook with 10.5 in both Firefox and Safari and could not. - Carsten On Feb 5, 2009, at 9:06 PM, Samuel Wales wrote: I have an issue with worg, which is that it is unreadable. The R tutorial, Carsten's beginner's guide, and

Re: [Orgmode] error when exporting org to html

2009-02-06 Thread Carsten Dominik
I cannot reproduce this. - Carsten On Feb 5, 2009, at 2:05 PM, Rainer Stengele wrote: I have a problem exporting html and directly browsing the exported file. I have my org file in a indirect buffer, Pressing C-c C-e b results in: Exporting... [2 times] save-restriction: Args out of

[Orgmode] Re: [help] A org agenda command

2009-02-06 Thread Carsten Dominik
Hi Leo, I am afraid there is no good solution to this problem, you can always look at this two ways. Would you like to suggest a place where this behavior could be documented? - Carsten On Feb 4, 2009, at 4:34 PM, Leo wrote: On 2009-02-04 14:22 +, Carsten Dominik wrote: On Feb 4, 2009,

Re: [Orgmode] Funny export of code

2009-02-06 Thread Carsten Dominik
Hi Sebastian, this is an unlucky combination of you having turned on org-export-with-latex-fragments, \[ being a LaTeX math delimiter, \\[ showing up in your example, and HTML export not checking for protectedness in export while searching for LaTeX fragments. I have fixed the forth issue so

Re: [Orgmode] worg accessibility

2009-02-06 Thread Sebastian Rose
Yes, I'm currently looking through the CSS and I found, the line-height was in pixels. Should be `em' to adjust automatically. Fixed that and pushed it to Worg. Please tell us if that helps. Regards, Sebastian Samuel Wales samolog...@gmail.com writes: Thanks for trying it. Your

Re: Re: [Orgmode] error when exporting org to html

2009-02-06 Thread Giovanni Ridolfi
--- Gio 5/2/09, Bernt Hansen be...@norang.ca ha scritto: Ah - you don't have transient mark mode set. [...] Uh! thanks Bernt you're right. :-( --- Ven 6/2/09, Carsten Dominik domi...@science.uva.nl ha scritto: On Feb 5, 2009, at 3:08 PM, Giovanni Ridolfi wrote: have you seen Bernt's message

[Orgmode] Re: Beginners guide to Org customization

2009-02-06 Thread Rustom Mody
The idea of helping to ease org customizations is good and will reduce the barrier to entry to new persons. But it seems that 40 is too large for the new user and too small for the power user. Instead if we split up org usage into some broad categories, the relevant customizations for that would

Re: [Orgmode] Installing on windows

2009-02-06 Thread Saurabh Agrawal
On Fri, Feb 6, 2009 at 1:35 PM, Manish mailtomanish.sha...@gmail.com wrote: On Fri, Feb 6, 2009 at 12:45 PM, Saurabh Agrawal wrote: Can you mail the exact statement you used to add org-mode to .emacs please? Sorry Manish, I was out. I added following to my .emacs: (add-to-list 'load-path

Re: [Orgmode] HTML Export Issue

2009-02-06 Thread Carsten Dominik
On Feb 6, 2009, at 8:47 AM, Carsten Dominik wrote: On Feb 5, 2009, at 7:04 PM, sran...@gmail.com wrote: Greetings: This is a small issue. I've just installed Org-6.21b, upgrading from Org-6.09 (yes, I'm behind). At the top of an org file I export to html, I have the -*- mode: org; -*-

[Orgmode] TIP: set up org-agenda-files automagically

2009-02-06 Thread Richard KLINDA
Here is a little code snippet for setting up the org-agenda-files variable via elisp code, to only include files modified in the last X days. I use this, because I have ~500 org files and if I add all of them to org-agenda-files then creating agenda buffers takes up just too much time[1], and it

Re: [Orgmode] Installing on windows

2009-02-06 Thread Saurabh Agrawal
Then check Org version again please. It is still 6.16... :( Can you please mail me your complete .emacs, the location where you unzipped the org-mode package and what additional steps you took to install the package (like make etc.), if any? Hi Manish, thanks for all the help. Here is

[Orgmode] Re: Advice sought on managing decision alternatives.

2009-02-06 Thread Carsten Dominik
Hi Tom, I am now looking at org-decision and start to integrate it. There is one point I'd like to discuss. My preferred way to do the integration is opening a new hacking door which will not require changes to org.el for other people doing similar stuff. So my idea would be to search for

[Orgmode] Re: error when exporting org to html

2009-02-06 Thread Rainer Stengele
Rainer Stengele schrieb: I have a problem exporting html and directly browsing the exported file. I have my org file in a indirect buffer, Pressing C-c C-e b results in: Exporting... [2 times] save-restriction: Args out of range: 0, 1 org version: 6.21b GNU Emacs 23.0.60.1

Re: [Orgmode] auto-fill-mode bug?

2009-02-06 Thread John Rakestraw
On Fri, 6 Feb 2009 00:38:07 +0100 Christopher Kuettner ckuett...@gmail.com wrote: Using org together with auto-fill. Whenever I hit (C-c c) to update my file-specific #+TAGS: settings, org exits auto-fill. I than have to re-enter auto-fill. Why? Is this a bug? hmm. doesn't happen here. I

[Orgmode] auto-fill-mode bug?

2009-02-06 Thread Christopher Kuettner
Using org together with auto-fill. Whenever I hit (C-c c) to update my file-specific #+TAGS: settings, org exits auto-fill. I than have to re-enter auto-fill. Why? Is this a bug? - Christopher ___ Emacs-orgmode mailing list Remember: use `Reply

Re: [Orgmode] Automatic Update of Org files

2009-02-06 Thread David Thole
Something I've been working on and am continuing to work on is kinda a middleware script like what you're doing. It's in python now - and have a few who contacted me personally who are interested in this once I get the refactor complete. Basically what I've done is try to merge stuff in from our

[Orgmode] Re: HTML Export Issue

2009-02-06 Thread Bernt Hansen
Carsten Dominik domi...@science.uva.nl writes: Bernt, or any other git guru, how can I find out when I changed that default? I am sure there is a clever way to do this? $ git log -S'string to find' or $ git gui blame FILE - find the line you are interested in - right click on it

Re: [Orgmode] Column Properties

2009-02-06 Thread Carsten Dominik
On Feb 3, 2009, at 11:50 AM, Flávio wrote: I am using COLUMN VIEW to see a summary of worked and estimated hours. But I am getting some strange results. In one big org file I clocked all my work in different atomic tasks (The file is mixed with English and Portuguese ). For example: *

Re: [Orgmode] minor option conflict

2009-02-06 Thread Carsten Dominik
Hi Samuel, I cannot reproduce this. - Carsten On Feb 6, 2009, at 6:44 AM, Samuel Wales wrote: With org-log-done set to t or 'time and org-cycle-separator-lines set to 0 or 1, on a node with no body, org-done inserts a time log item with a blank line after it. This causes the blank line to

Re: [Orgmode] Sorting a column of inactive dates

2009-02-06 Thread Carsten Dominik
On Feb 3, 2009, at 1:06 AM, Hsiu-Khuern Tang wrote: Hi all, I have a table where one column consists of inactive dates, such as this: | Date | OK? | |--+-| | [2009-01-30 Fri] | x | | [2009-01-27 Tue] | x | | [2009-01-28 Wed] | x | I can't

Re: [Orgmode] html heading levels when exporting sub-tree

2009-02-06 Thread William Henney
Hi Carsten On Fri, Feb 6, 2009 at 1:38 AM, Carsten Dominik domi...@science.uva.nl wrote: I guess you are right that this should work differently, but it is not as easy to fix as I thought. It is on my list, though. OK, I understand. Thanks for looking into it. I really appreciate the effort

Re: [Orgmode] Re: Advice sought on managing decision alternatives.

2009-02-06 Thread William Henney
On Fri, Feb 6, 2009 at 7:08 AM, Carsten Dominik domi...@science.uva.nl wrote: CHOOSEas the prefix choseness as the interpretation org-decision as the name of the module. My request would be to maybe use `choose' also as the interpretation symbol, or, alternatively, CHOSENESS as the

Re: [Orgmode] Re: Funny export of code

2009-02-06 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: The Problem does not occur in LaTeX export. That works fine. Hm. This one is FIXED by Carsten already. Just to note that here. Thank's Carsten, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36

Re: [Orgmode] Sorting a column of inactive dates

2009-02-06 Thread Hsiu-Khuern Tang
* On Fri 03:53PM +, 06 Feb 2009, Carsten Dominik (domi...@science.uva.nl) wrote: On Feb 3, 2009, at 1:06 AM, Hsiu-Khuern Tang wrote: Hi all, I have a table where one column consists of inactive dates, such as this: | Date | OK? | |--+-|

Re: [Orgmode] Automatic Update of Org files

2009-02-06 Thread Mark Elston
David, This sound interesting and similar to what I am doing. I didn't want to have to parse the Org file but it may be that I have no choice in the matter. I may be able to make some of this easier on myself by putting all (or most) generated information in a block of some kind that allows me

Re: [Orgmode] Automatic Update of Org files

2009-02-06 Thread Manish
On Sat, Feb 7, 2009 at 12:24 AM, Mark Elston wrote: [...] My biggest concern is keeping any notes I add to items I have extracted from these various sources during an update process. I tried the org-registry package mentioned by Samuel but it didn't load and initialize. I haven't had a

Re: [Orgmode] Installing on windows

2009-02-06 Thread Manish
On Fri, Feb 6, 2009 at 6:37 PM, Saurabh Agrawal wrote: Then check Org version again please. It is still 6.16... :( Can you please mail me your complete .emacs, the location where you unzipped the org-mode package and what additional steps you took to install the package (like make etc.),

Re: [Orgmode] Automatic Update of Org files

2009-02-06 Thread Mark Elston
Manish, I actually have it printed out and am going through it. One of the reasons I would prefer to keep notes *with* the entries I generate is that I would like to eventually export both the entries and notes to a file I can print out and take with me to meetings. Either LaTeX export or text

[Orgmode] Re: Advice sought on managing decision alternatives.

2009-02-06 Thread Tom Breton (Tehom)
Hi Tom, [...] WIth you patch, we have right now CHOOSEas the prefix choseness as the interpretation org-decision as the name of the module. My request would be to maybe use `choose' also as the interpretation symbol, or, alternatively, CHOSENESS as the prefix. Yes. I think choose

Re: [Orgmode] Installing on windows

2009-02-06 Thread Chris McMahan
You were adding to the end of the load path, and emacs was using the first copy it came to (the one included in emacs). You could try something like this instead... (setq load-path-orig load-path) (setq load-path (append (list

Re: [Orgmode] minor option conflict

2009-02-06 Thread Samuel Wales
On Fri, Feb 6, 2009 at 08:42, Carsten Dominik domi...@science.uva.nl wrote: I cannot reproduce this. I assumed that it would be reproducible, apologies. org-add-planning-info sees outline-regexp and inserts \n. I do not comprehend the code. ___

[Orgmode] Re: minor option conflict

2009-02-06 Thread Bernt Hansen
Samuel Wales samolog...@gmail.com writes: On Fri, Feb 6, 2009 at 08:42, Carsten Dominik domi...@science.uva.nl wrote: I cannot reproduce this. I assumed that it would be reproducible, apologies. org-add-planning-info sees outline-regexp and inserts \n. I do not comprehend the code. Have

[Orgmode] Re: minor option conflict

2009-02-06 Thread Samuel Wales
outline-regexp is a variable defined in `outline.el'. Its value is \\*+ Local in buffer todo-new.org; global value is [*\f]+ Automatically becomes buffer-local when set in any fashion. -- ___ Emacs-orgmode mailing list Remember: use `Reply All' to

[Orgmode] Re: minor option conflict

2009-02-06 Thread Bernt Hansen
Samuel Wales samolog...@gmail.com writes: outline-regexp is a variable defined in `outline.el'. Its value is \\*+ Local in buffer todo-new.org; global value is [*\f]+ Automatically becomes buffer-local when set in any fashion. -- Okay - I guess that's not it. Your value matches mine for

[Orgmode] Re: minor option conflict

2009-02-06 Thread Bernt Hansen
I can't reproduce this either. -Bernt Carsten Dominik domi...@science.uva.nl writes: Hi Samuel, I cannot reproduce this. - Carsten On Feb 6, 2009, at 6:44 AM, Samuel Wales wrote: With org-log-done set to t or 'time and org-cycle-separator-lines set to 0 or 1, on a node with no body,

[Orgmode] Article (and Python script) for reformatting agenda view for paper planner

2009-02-06 Thread Charles Cave
I have written an article about a Python script I wrote to reformat the agenda view into a compact format for printing as my daily action plan. http://members.optusnet.com.au/~charles57/GTD/agenda_reformatting.html I am a Python novice, so I welcome feedback on the script. Charles in Sydney,

Re: [Orgmode] Installing on windows

2009-02-06 Thread Tim O'Callaghan
Obviously, I do not fully understand the initialization sequence for EmacsW32. Could someone using EmacsW32 throw some more light on a better procedure/technique to install Org-mode on it? Hi, I run the same installation of org in Xemacs Emacs on Windows+Cygwin Linux/Unix. Currently i

Re: [Orgmode] Installing on windows

2009-02-06 Thread Sebastian Rose
Chris McMahan cmcma...@one.net writes: You were adding to the end of the load path, and emacs was using the first copy it came to (the one included in emacs). You could try something like this instead... (setq load-path-orig load-path) (setq load-path (append (list

[Orgmode] Move point to next-line after clocking in

2009-02-06 Thread Daniel Clemente
Hi. Consider a file with 2 lines: -- heading -- Place the cursor at line 2 (where you can type). Then use C-c C-x C-i to start a clock. You have now 3 lines: -- heading CLOCK: [2009-02-07 sáb 01:06] --

[Orgmode] Latex enumerate item problem

2009-02-06 Thread Flávio de Souza
I think I found a problem when exporting to Latex. If my org file is like this: * Blablablbalbala 1) Blablablbalbala 2) Blablablbalbala #+BEGIN_EXAMPLE sudo apt-get install openoffice.org-java-common #+END_EXAMPLE 3) Blablablbalbala 4) Blablablbalbala 5) Blablablbalbala When I

[Orgmode] Too much text is interpreted as a code fragment

2009-02-06 Thread Daniel Clemente
Hi, with this file: * blabla CLOCK: [2009-02-06 dv 09:39]--[2009-02-06 dv 10:12] = 0:33 c:if test=%= GroupPermission.contains(permissionChecker, group.getGroupId(), ActionKeys.MANAGE_LAYOUTS) % I see this

Re: [Orgmode] Article (and Python script) for reformatting agenda view for paper planner

2009-02-06 Thread Matthew Lundin
Hi Charles, Charles Cave charles_c...@optusnet.com.au writes: I have written an article about a Python script I wrote to reformat the agenda view into a compact format for printing as my daily action plan. http://members.optusnet.com.au/~charles57/GTD/agenda_reformatting.html Thanks for

Re: [Orgmode] Latex enumerate item problem

2009-02-06 Thread Sebastian Rose
HI Flavio (?), Lists are made from indentation in the first place, I think. Hence the #+BEGIN_EXAMPLE breaks the list. It would be OK to export it like that, since, funny enough, a `pre' element is indeed allowed inside an `li' element in XHTML (it is _not_ allowed in a p element _and_ a ol

Re: [Orgmode] Too much text is interpreted as a code fragment

2009-02-06 Thread Sebastian Rose
Hi Daniel, I cannot reproduce this here. Daniel Clemente n142...@gmail.com writes: Hi, with this file: * blabla CLOCK: [2009-02-06 dv 09:39]--[2009-02-06 dv 10:12] = 0:33 c:if test=%= GroupPermission.contains(permissionChecker,

[Orgmode] how to do this org-agenda command?

2009-02-06 Thread Richard KLINDA
Hi, I need an org-agenda-custom-commands section for the following: list all TODO entries, that are either scheduled for that day OR have #A priority. Is it possible? Thanks in advance! -- Richard ___ Emacs-orgmode mailing list Remember: use `Reply

[Orgmode] Index page to my articles on org-mode, Remember mode, GTD and emacs

2009-02-06 Thread Charles Cave
I have published several articles on org-mode over the last few years but until now I haven't had an index page to the collection. Today I created the index page and here it is ... http://members.optusnet.com.au/~charles57/GTD/ Charles ___

Re: [Orgmode] Automatic Update of Org files

2009-02-06 Thread William Henney
Mark On Fri, Feb 6, 2009 at 12:54 PM, Mark Elston m.els...@advantest-ard.com wrote: You say you are using Python. I have used Perl since I found a SOAP package for Perl and I haven't seen one for Python and I need it for accessing TestTrack. I would prefer Python otherwise.

Re: [Orgmode] Too much text is interpreted as a code fragment

2009-02-06 Thread Carsten Dominik
Hi Daniel, stuff you do not want interpreted should be protected as an example, or with : at the beginning of the line. If you do want this interpreted as HTML, put it into a BEGIN_HTML block or so. - Carsten On Feb 7, 2009, at 1:23 AM, Daniel Clemente wrote: Hi, with this file: