[Orgmode] How to Use date-tree in remember

2009-11-14 Thread Ian Barton
The date-tree option in the latest org looks very useful. However, I am having trouble making it work. My remember template looks like: (Test ?x * %^{prompt} :journal:\n\n %i%\n %! ~/Documents/org/journal/notes.org date-tree) In notes.org I have: * Date Tree Test. :PROPERTIES: :DATE_TREE:

[Orgmode] Re: Speed commands

2009-11-14 Thread Benjamin Andresen
Hey Dan, Dan Davison davi...@stats.ox.ac.uk writes: (unless (org-heading-has-child-p) (org-cycle)) There is no function by the name of org-heading-has-child-p in the current org-mode tree. I'd like to try the above code. Dan br, benny ___

[Orgmode] Bug: org-wl: from property not set as expected [6.33]

2009-11-14 Thread David Maus
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[Orgmode] the great^n grand-daddy of orgmode? :)

2009-11-14 Thread Adam Spiers
In case you haven't seen it, this is probably the first ever public demo of outlining software in 1968: http://www.youtube.com/watch?v=6epbmU7_fvg Some of the similarities to org-mode are fairly staggering - it was also the first public demo of hyperlinks, anchors, the mouse ... (This video

[Orgmode] org-agenda-diary-entry without date tree

2009-11-14 Thread Matt Lundin
Hi Carsten, The new org-agenda-diary-entry looks quite convenient. Would it be possible to add an option to bypass the date tree so as to add each new appointment as a simple first level heading? I prefer to keep my appointments organized by project and/or category and have no real use for the

Re: [Orgmode] How to Use date-tree in remember

2009-11-14 Thread Ian Barton
Ian Barton wrote: The date-tree option in the latest org looks very useful. However, I am having trouble making it work. My remember template looks like: (Test ?x * %^{prompt} :journal:\n\n %i%\n %! ~/Documents/org/journal/notes.org date-tree) In notes.org I have: * Date Tree Test.

Re: [Orgmode] Re: Speed commands

2009-11-14 Thread Dan Davison
Benjamin Andresen be...@in-ulm.de writes: Hey Dan, Dan Davison davi...@stats.ox.ac.uk writes: (unless (org-heading-has-child-p) (org-cycle)) There is no function by the name of org-heading-has-child-p in the current org-mode tree. I'd like to try the above code. Thanks Benny.

[Orgmode] [PATCH] Typo

2009-11-14 Thread Noorul Islam
Hi, I do not have public repository so I am attaching the patch. It is very small though! Thanks Noorul diff --git a/README b/README index dea5506..f4b491d 100644 --- a/README +++ b/README @@ -28,7 +28,7 @@ xemacs/ until version 4.37, but no longer. CONTRIB/ -A diretory with

[Orgmode] [PATCH] Remove unused function.

2009-11-14 Thread Noorul Islam
Hi, Attached is the patch which removes the unused function org-compact-display-after-subtree-move. Thanks and Regards Noorul diff --git a/lisp/org.el b/lisp/org.el index 0c22428..b95028c 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -5412,19 +5412,6 @@ This function is the default value of the

[Orgmode] Problem refiling using IDO with flex matching

2009-11-14 Thread Gregory J. Grubbs
Hi, all. I find that using IDO with fuzzy matching turned on is making org-refile unusable. The problem is that emacs will lock up for up to 45 seconds for each character I type, as ido searches through 3 levels of headings in all my archive files. I like having ido turned on for this, as it

[Orgmode] [PATCH] Meaningful prompt for org-set-effort

2009-11-14 Thread Gregory J. Grubbs
I don't understand what I'm being prompted for with the current prompt. --8---cut here---start-8--- diff --git a/lisp/org.el b/lisp/org.el index c5499a3..dcded8e 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12213,11 +12213,11 @@ allowed value.

[Orgmode] Request: org-display-outline-path report full file path even when narrowed

2009-11-14 Thread Gregory J. Grubbs
When the following file is narrowed to the Sub Two tree, org-display-outline reports the path relative to Sub Two. It would be more useful to report, e.g. Top One/Sub Two/Blah Obviously, if you are narrowed further down the hierarchy, the current function becomes even less useful.

[Orgmode] Re: Problem refiling using IDO with flex matching

2009-11-14 Thread Gregory J. Grubbs
greg...@dynapse.com (Gregory J. Grubbs) writes: Hi, all. I find that using IDO with fuzzy matching turned on is making org-refile unusable. The problem is that emacs will lock up for up to 45 seconds for each character I type, as ido searches through 3 levels of headings in all my archive

[Orgmode] Emacs package management with org-mode

2009-11-14 Thread andrea Crotti
I was keeping a list of packages I use with emacs (here) http://github.com/AndreaCrotti/Emacs-conf/blob/master/.emacs.d/README.txt but now I had another idea, why don't create a table with org mode? I thought a table like | PACK | UPDATE CMD | REPO | COMMENT | RANK | CONF | where PACK: name

[Orgmode] [PATCH] Suggestion to change speed key

2009-11-14 Thread Gregory J. Grubbs
The current speed keys include the following: --8---cut here---start-8--- c org-cycle C org-shifttab --8---cut here---end---8--- But those keys already have equivalents with the same number of key strokes: c can also

[Orgmode] Re: [PATCH] Suggestion to change speed key

2009-11-14 Thread Bernt Hansen
greg...@dynapse.com (Gregory J. Grubbs) writes: I therefore suggest removing C as a speed key, and using c to invoke org-columns, like so: I think what we should probably do is redefine the keys locally in org-speed-commands-user and then after using them for a while get people to post their

[Orgmode] To re-assign keys ?

2009-11-14 Thread lanas
Hello all, I use orgmode on a daily basis and it's great. Although it could be a bit better if it was possible to copy/paste as in regular buffers. In a regular buffer (eg. C, Perl code for instance) I use to select characters inside a line of text: Shift-Crtl-Right Arrow. In orgmode it does

[Orgmode] html export - howto change UP|HOME link style?

2009-11-14 Thread Eraldo Helal
How can I make style changes to UP and HOME links? (#+LINK_UP/HOME) without messing with the other link styles? ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-14 Thread Bernt Hansen
Eraldo Helal era...@eraldo.org writes: How can I make style changes to UP and HOME links? (#+LINK_UP/HOME) without messing with the other link styles? You should use CSS for this but... the up and home links seem to be inside the head../head section of the page and not the body../body

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-14 Thread Sebastian Rose
Bernt Hansen be...@norang.ca writes: ,[ test.org exported to HTML buffer ] | head | div style=text-align:right;font-size:70%;white-space:nowrap; | a accesskey=h href=up_goes_here UP /a | | | a accesskey=H href=home_goes_there HOME /a | /div | | titletest.org/title `

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-14 Thread Sebastian Rose
Bernt Hansen be...@norang.ca writes: ,[ test.org exported to HTML buffer ] | head | div style=text-align:right;font-size:70%;white-space:nowrap; | a accesskey=h href=up_goes_here UP /a | | | a accesskey=H href=home_goes_there HOME /a | /div | | titletest.org/title `

Re: [Orgmode] To re-assign keys ?

2009-11-14 Thread Sebastian Rose
lanas la...@securenet.net writes: Hello all, I use orgmode on a daily basis and it's great. Although it could be a bit better if it was possible to copy/paste as in regular buffers. In a regular buffer (eg. C, Perl code for instance) I use to select characters inside a line of text:

Re: [Orgmode] To re-assign keys ?

2009-11-14 Thread Sebastian Rose
Hi Lanas, for short: M-x customize-variable RET org-disputed-keys RET M-x customize-variable RET org-replace-disputed-keys RET and set it to `t' (or `on') BTW: I'll now go ahead and add an FAQ entry - if it doesn't exist yet (`grep disputed-keys' says it does not).

Re: [Orgmode] Speed commands

2009-11-14 Thread Dan Davison
Dan Davison davi...@stats.ox.ac.uk writes: Carsten Dominik domi...@uva.nl writes: ... I am happy to have a discussion what additional commands should be present by default. I thought a speed command for scrolling through an org document might be good -- move from heading to heading,

Re: [Orgmode] Ignore some lines when using org-plot/gnuplot

2009-11-14 Thread Eric Schulte
Darlan Cavalcante Moreira darc...@gmail.com writes: Hi everybody, Is there a way to ignore some lines when using org-plot/gnuplot to plot a table in Org? I have a table with some expenses, but the last two lines are the total calculated from the previous lines. I'd like to plot only the

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-14 Thread Sebastian Rose
Eraldo Helal era...@eraldo.org writes: This patch fixes it. I've put the LINK_UP and ..._HOME directly after the body tag: body - HERE --- div id=content How can I now style them with css ...without messing with the other links? By defining links in body for UP and HOME and

Re: [Orgmode] Release 6.33

2009-11-14 Thread Carsten Dominik
On Nov 14, 2009, at 12:03 AM, Sebastian Rose wrote: Drawers are now exported properly == Drawers are now exported when the configuration requires it, i.e. if the variable `org-export-with-drawers' is t or a list containing the drawers to export. I still

Re: [Orgmode] [PATCH] Suggestion to change speed key

2009-11-14 Thread Carsten Dominik
On Nov 14, 2009, at 7:49 PM, Gregory J. Grubbs wrote: The current speed keys include the following: --8---cut here---start-8--- c org-cycle C org-shifttab --8---cut here---end---8--- But those keys already have

Re: [Orgmode] org-agenda-diary-entry without date tree

2009-11-14 Thread Carsten Dominik
On Nov 14, 2009, at 1:33 PM, Matt Lundin wrote: Hi Carsten, The new org-agenda-diary-entry looks quite convenient. Would it be possible to add an option to bypass the date tree so as to add each new appointment as a simple first level heading? I prefer to keep my appointments organized by

Re: [Orgmode] the great^n grand-daddy of orgmode? :)

2009-11-14 Thread Carsten Dominik
Hi Adam, this is awesome, thanks for the link - Carsten On Nov 14, 2009, at 1:27 PM, Adam Spiers wrote: In case you haven't seen it, this is probably the first ever public demo of outlining software in 1968: http://www.youtube.com/watch?v=6epbmU7_fvg Some of the similarities to org-mode