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 ar

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 pro

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 eq

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 cannot

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

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

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

2009-11-14 Thread Eric Schulte
Darlan Cavalcante Moreira 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 expenses an

Re: [Orgmode] Speed commands

2009-11-14 Thread Dan Davison
Dan Davison writes: > Carsten Dominik 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, displaying the next entry whil

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). Sebastia

Re: [Orgmode] To re-assign keys ?

2009-11-14 Thread Sebastian Rose
lanas 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: Shift-Crtl-Right Ar

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

2009-11-14 Thread Sebastian Rose
Bernt Hansen writes: > ,[ test.org exported to HTML buffer ] > | > | > | UP > | | > | HOME > | > | > | test.org > ` > > Shouldn't the up and home links both be moved to the body of the page, > stripped of their in-line style info (text-align, font-size, > white-space) and use CS

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

2009-11-14 Thread Sebastian Rose
Bernt Hansen writes: > ,[ test.org exported to HTML buffer ] > | > | > | UP > | | > | HOME > | > | > | test.org > ` > > Shouldn't the up and home links both be moved to the body of the page, > stripped of their in-line style info (text-align, font-size, > white-space) and use CS

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

2009-11-14 Thread Bernt Hansen
Eraldo Helal 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 .. section of the page and not the .. section. This looks strange to me.

[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 http://lists.gnu.org/mailman/list

[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 n

[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 the

[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 als

[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 and

[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 arc

[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. --8<--

[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] 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 al

[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] [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 third-par

Re: [Orgmode] Re: Speed commands

2009-11-14 Thread Dan Davison
Benjamin Andresen writes: > Hey Dan, > > Dan Davison 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. Here's a new version. There could

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.

[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 d

[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 is

[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] Re: Speed commands

2009-11-14 Thread Benjamin Andresen
Hey Dan, Dan Davison 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 ___ Emacs-orgmode maili

[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