[Orgmode] Re: org-protocol://remember:// question

2009-04-04 Thread Tassilo Horn
Sebastian Rose writes: Hi Sebastian, > the issue should be fixed now. The docs should now match the reality. > > Your templates may refer to the page title through > > %:description > > See > http://orgmode.org/worg/org-contrib/org-protocol.php#example-template > once it's updated. Ok, now

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-03 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, >> Done that, and this line of my .emacs broke the completion: >> >> (setq completion-styles (remove 'basic completion-styles)) >> >> After deleting it, I can complete in steps as it should be. > > What reason did you have to add this line in the first place?

[Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-02 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, >> That's what I'm doing. After I've completed to file.org/ an >> additional TAB won't add the headings as new completion >> possibilities, file.org/ is the only one. The same with RET. > > Very strange. This does work find for me. Can you tyr to make a te

Re: [Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-02 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, >> With this step-wise completion I only get file.org/ but I cannot >> select it. Completing to file.org/ and hitting RET causes a short >> flickering, but no new completion possibilities, e.g. the headlines >> in file.org. > > The idea is not to select it, b

[Orgmode] org-protocol://remember:// question

2009-04-01 Thread Tassilo Horn
Hi all, first I'd like to say that this is superb. It'll deprecate my home-brewn remember webpage hacks for conkeror soon. :-) Ok, now the problem I have: I defined a remember template for remembering pages from my browser like that: --8<---cut here---start->

[Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-01 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > There are two things to this. > > First, there was a bug (now fixed) which caused the file name to show > up twice, both as part of the outline path, and then behind it in > parenthesis. > > Fixed now. Great! > The second part of the story is that you have

[Orgmode] Re: Bug if `org-refile-use-outline-path' is set to 'file

2009-04-01 Thread Tassilo Horn
Eraldo Helal writes: Hi Eraldo, > I am having the same problem. > I understood the manual it in the same way you did. > > I also found out, that if I enter file as the value for that > variable... and then check again what is assigned to it... it shows > the path to my .emacs file! How do you

[Orgmode] Bug if `org-refile-use-outline-path' is set to 'file

2009-04-01 Thread Tassilo Horn
Hi all, the docs state: ,[ C-h v org-refile-use-outline-path RET ] | org-refile-use-outline-path is a variable defined in `org.el'. | Its value is t | | Documentation: | Non-nil means, provide refile targets as paths. | So a level 3 headline will be available as level1/level2/level3. | When

[Orgmode] Re: Orgstruct-mode with custom outline-regexp

2009-03-17 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > you are right, it does not work with orgstruct-mode, because that sets > local variables like in Org-mode for the duration of the command. > > I think the best solution in this case, where you want to do mainly > visibility cycling in an arbitrary mode is us

[Orgmode] Orgstruct-mode with custom outline-regexp (was: can the symbol for leading stars be changed?)

2009-03-17 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, >> I wonder if I cannot make `orgstruct-mode' work the same way. I've >> always thought that it uses `outline-regexp' for the cycling and >> stuff, but maybe I'm wrong. What's the correct regexp that's used >> for `org-cycle'? `org-complex-heading-regexp'?

[Orgmode] Re: can the symbol for leading stars be changed?

2009-03-16 Thread Tassilo Horn
Gray Calhoun writes: Hi Gray, > Is there a way for users to easily replace the leading stars with > another symbol? In particular, I want to replace the '*' with '#' so > that I use org mode to write pseduocode for R in outline form -- R > uses # to designate comments and this would ensure th

Re: [Orgmode] Problems with org-mode-hook when files are opened by org-agenda-list

2009-03-12 Thread Tassilo Horn
Carsten Dominik writes: >> --8<---cut here---start->8--- >> (defun th-org-update-agenda-file (&optional force) >> (interactive) >> (save-excursion >>(save-window-excursion >> (let ((file "/tmp/org-agenda.txt")) >>(org-agenda-list) >>(

[Orgmode] Problems with org-mode-hook when files are opened by org-agenda-list

2009-03-12 Thread Tassilo Horn
Hi all, I want that each time I startup emacs and each time I change a org file, the agenda for this week should be exported to /tmp/org-agenda.txt. I use this file for creating an agenda popup in my window manager [1] To achive that, I use the following code: --8<---cut here---

Re: [Orgmode] Re: Setting recurring deadlines

2009-02-10 Thread Tassilo Horn
Nick Dokos writes: Hi Nick, >> I was curious how to get that done, but I couldn't find a diary for >> "each last day of a month" in diary, too. "Each second thursday in a >> month" is on emacswiki, but all those complex dates I found are wired >> to a specific day of the week... > > "Bah, how h

[Orgmode] Re: Setting recurring deadlines

2009-02-09 Thread Tassilo Horn
Manish writes: >> I am having trouble with something pretty basic. I am trying to setup >> a recurring deadline on the last day of every month. However, when I >> set it as <2009-02-28 +1m>, the next deadline shows up at 2009-03-28, >> rather than 31st March. >> >> I don't use appt/diary. Is ther

[Orgmode] Re: POLL: the 40 variables project

2009-01-29 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > So here is my question to all of you. Could you, in reply to this > message, list all the Org-related variables that you have customized, > along with the values you used? Ok, here I go with some comments added. (setq org-return-follows-link t ;; I

[Orgmode] Re: Property does not seem to work

2009-01-19 Thread Tassilo Horn
Ryan writes: Hi Ryan, > When I do a "C-c / p", as per the manual, I get a "Wrong type > argument: integer-or-marker-p, nil" message. Do `M-x toggle-debug-on-error' before `C-c / p' and send us the backtrace. Bye, Tassilo -- Richard Stallman's left and right hands are named "apply" and "eval"

[Orgmode] Re: [IDEA] HTML-export literal examples to textarea

2009-01-19 Thread Tassilo Horn
Carsten Dominik writes: Hi! Is it worth thinking about an example block that will be exported to a "..." structure in HTML export? I was recently playing around with org for online documentation. The documents contained lots of literal examples that can be dire

Re: [Orgmode] Re: Link to heading in another org file

2009-01-18 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, > Under "Activation", the manual also states: > > ,- > | Add the following lines to your `.emacs' file. The last three lines > | define _global_ keys for the commands `org-store-link', `org-agenda', > | and `org-iswitchb' - please choose suitable keys you

[Orgmode] Re: Link to heading in another org file

2009-01-17 Thread Tassilo Horn
Carsten Dominik writes: Hi Carsten, >>> Ok, so it was [[file:proj.org::*some heading]] instead of >>> [[file:proj.org#*some heading]], fine. >> >> I've just noticed that if you have two headlines with the same text, >> it'll always link to the first one. > > Yes. Using ID links will work around

[Orgmode] Re: desirability of boxquote-style snippets for helping new users

2009-01-16 Thread Tassilo Horn
"Samuel Wales" writes: Hi Samuel, > While an experienced user can figure out rectangle commands or write a > command to unpack the quote, new users and users who can't type much > might skip using the code to avoid having to do that. And a very new > user could actually stick the whole thing in

[Orgmode] Re: Link to heading in another org file

2009-01-14 Thread Tassilo Horn
Daniel Clemente writes: > Ok, so it was [[file:proj.org::*some heading]] instead of > [[file:proj.org#*some heading]], fine. I've just noticed that if you have two headlines with the same text, it'll always link to the first one. > Could it be documented as example in > http://orgmode.org/m

[Orgmode] Re: Link to heading in another org file

2009-01-14 Thread Tassilo Horn
Hi Daniel, If I call `org-store-link' on a headline it creates a link like file:~/iese.org::*Merge%20invoke%20insert%20invokation%20statement which I can insert in any other org file using `org-insert-link'. Works fine for me. Bye, Tassilo -- Richard Stallman gets 9 bits to the byte. __

[Orgmode] Re: path completion with file: links?

2009-01-09 Thread Tassilo Horn
Matthew Lundin writes: Hi, > Dan Davison writes: > >> When creating a file link with C-c C-l, I appreciate that the initial >> file: specifier is autocompleted for me, but I don't subsequently get >> autocompletion on path names. Is that supposed to happen, and if not >> would it be possible /

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-12 Thread Tassilo Horn
Ulf Stegemann writes: Hi Ulf, > Yes, increasing the interval is certainly a good idea. But how about > using the Fibonacci sequence (1, 2, 3, 5, 8 ...) for this :) The fibonacci sequence increases too slow. The current implementation (which should hit the main tree soon) increases step by step

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Tassilo Horn
Ulf Stegemann writes: Hi Ulf, > this works after some modifications (patch attached). XEmacs does not > know `substring-no-properties' but org-compat has > `org-substring-no-properties'. Ah, ok. > Besides, my Gnus holds `gnus-large-newsgroup' as a string not as > integer. What?!? Do you set

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Tassilo Horn
Hi Ulf, please try this one. diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 7231538..3cf4b1e 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -74,11 +74,11 @@ If `org-store-link' was called with a prefix arg the meaning of (if (and (string-match "^nntp" group) ;; Only for nntp

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Tassilo Horn
Ulf Stegemann <[EMAIL PROTECTED]> writes: >>> but again the summary buffer is not opened. >> >> That's really strange. BTW: What backend did you use for testing? I >> used nnimap. MAybe that makes the difference... > > Gotcha! It works on nnimap but not on nnml which I was using for the > tests

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Tassilo Horn
Ulf Stegemann <[EMAIL PROTECTED]> writes: Hi Ulf, >> Please do a test for me: >> >> 1. Enter a group in Gnus >> 2. Delete the last article >> 3. Exit summary >> 4. Try `C-u 1 RET' on the group. It should issue "No unread news". >> 5. Do `M-: (gnus-activate-group "" t) RET' >> 6. Try `C-u 1 RET'

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Tassilo Horn
Ulf Stegemann <[EMAIL PROTECTED]> writes: Hi Ulf, > huh, that's strange. The patched version was really in effect here > when the tests failed. I've just updated Gnus to the latest (CVS) > version but again, it's not fixed for me ... and maybe it cannot be > fixed. The whole subject reminds me of

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Tassilo Horn
Ulf Stegemann <[EMAIL PROTECTED]> writes: Hi Ulf, >> please try this one: >> >> diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el >> index 7231538..05bed5b 100644 >> --- a/lisp/org-gnus.el >> +++ b/lisp/org-gnus.el >> @@ -157,12 +157,9 @@ If `org-store-link' was called with a prefix arg the >> me

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-11 Thread Tassilo Horn
Hi Ulf, please try this one: --8<---cut here---start->8--- diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 7231538..05bed5b 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -157,12 +157,9 @@ If `org-store-link' was called with a prefix arg the me

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-10 Thread Tassilo Horn
Ulf Stegemann <[EMAIL PROTECTED]> writes: Hi Ulf, > this works in principle but is not really an option. Since first > argument 't' to `gnus-group-read-group' makes every article readable > in a group, building the summary buffer takes far too long for groups > with many articles. Try it with gro

[Orgmode] Re: Problem with org-gnus-follow-link

2008-12-09 Thread Tassilo Horn
Ulf Stegemann <[EMAIL PROTECTED]> writes: Hi Ulf, > After a bit of investigation I found out that the problem is > `gnus-group-read-group' which is called by `org-gnus-follow-link'. > `gnus-group-read-group' does not return an article but nil if the last > message of the group has been deleted (t

Re: [Orgmode] Spreadsheet question

2008-12-04 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > @-1 references the row above the current. If that is a hline, if > actually references the current line. Yes, I see that, but I wonder if that's actually the right thing to do. IMO defaulting to some cell/row/column which is not referenc

[Orgmode] Spreadsheet question

2008-12-03 Thread Tassilo Horn
Hi all, I have this table: | header | || | 1 | | 1 | || | 0 | #+TBLFM: @4$1=vsum(@[EMAIL PROTECTED]) The cell containing 0 should sum up all values of the column's rows above. But C-u C-c C-c gives 2, then 4, then 6, then 8... Reading the docs I found out that @-

Re: [Orgmode] Re: All tags in agenda and bug in column view (maybe an emacs bug)

2008-11-30 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > how do you load org-mode in .emacs? Maybe things will work better if > you load it only when there is a frame. So don't do (require 'org), > but only (require 'org-install), That's what I do. > so that the lisp files will only be loade

[Orgmode] Re: [PATCH] better links to Gnus articles

2008-11-28 Thread Tassilo Horn
Ulf Stegemann <[EMAIL PROTECTED]> writes: Hi Ulf, > I've just updated to the latest git version and it seems that the > patch in questions breaks linking to Gnus articles. I'm using XEmacs > 21.4.21 and No Gnus v0.9. Hm, I tried to setup XEmacs 21.4.21 and ngnus-0.10 (0.9 is not listed at gnus.o

[Orgmode] Re: All tags in agenda and bug in column view (maybe an emacs bug)

2008-11-27 Thread Tassilo Horn
Tassilo Horn <[EMAIL PROTECTED]> writes: Replying myself: > Do you have some comments according my garbled column view? I get a correct column view if I start emacs as "emacs". Usually it's started by a system service with "emacs --daemon". Then there's

Re: [Orgmode] All tags in agenda and bug in column view (maybe an emacs bug)

2008-11-27 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hey Carsten, > you can of course look at all tags of a specific line interactively > with "T". Ah, yes, I remember. But I'd like it straight in the face. :-) > This looks like a great feature to me, also in view of the tag > filtering that we can now

[Orgmode] All tags in agenda and bug in column view (maybe an emacs bug)

2008-11-26 Thread Tassilo Horn
Hi all, first my question: Is it possible to get all tags (declared + inherited) displayed in the usual agenda (day/week) view? I'm currently in the process of using tags wherever it makes sense and I'd like to get rid of custom categories at all. Basically I'd like to have the categories privat

[Orgmode] Re: undo and folding

2008-11-24 Thread Tassilo Horn
"Samuel Wales" <[EMAIL PROTECTED]> writes: Hi Samuel, > Very often, I will hit undo, only to find that all of the changes it > makes are hidden in a folded subtree. That happens to me quite often, too. > Combined with the lack of a non-buggy true redo, this makes things > very confusing. Where

[Orgmode] Re: Using yasnippet with org Mode

2008-11-23 Thread Tassilo Horn
"Eric Schulte" <[EMAIL PROTECTED]> writes: Hi Eric, > I think maybe your lambda should not be quoted, try Since lambda evaluates to itself, that doesn't make any difference. , | ELISP> (lambda () nil) | (lambda nil nil) | ELISP> (quote (lambda () nil)) | (lambda nil nil) ` I suspect ya

[Orgmode] [PATCH] better links to Gnus articles

2008-11-18 Thread Tassilo Horn
7;s the patch: >From b252dea93a851e42c649b94db08ea0b115712a6a Mon Sep 17 00:00:00 2001 From: Tassilo Horn <[EMAIL PROTECTED]> Date: Tue, 18 Nov 2008 21:59:04 +0100 Subject: [PATCH] - Rename org-usenet-links-prefer-google to org-gnus-prefer-web-links - Make that option work for gmane - Only

Re: [Orgmode] Better links to usenet articles

2008-11-16 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > is there no way to do this without having to show the headers? Seems > to be unnecessary overhead... I'm not sure. Could you please point me to the location where org creates the link, then I'll try to figure it out. > Sorry for being

Re: [Orgmode] Better links to usenet articles

2008-11-14 Thread Tassilo Horn
Tassilo Horn <[EMAIL PROTECTED]> writes: Ups, please correct that one line. > --8<---cut here---start->8--- > (with-current-buffer gnus-article-buffer > (save-excursion > (gnus-summary-toggle-header 1)

Re: [Orgmode] Better links to usenet articles

2008-11-14 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > Does anyone know the magic spell to check for this header field in a > gnus article? That works for me: --8<---cut here---start->8--- (with-current-buffer gnus-article-buffer (save-excursion (gnu

[Orgmode] Better links to usenet articles

2008-11-13 Thread Tassilo Horn
Hi all, I want to propose 2 things concerning the option org-usenet-links-prefer-google. 1. I would be nice if that feature was available for Gmane articles, too. 2. Articles which have X-No-Archive set to yes cannot be looked up at google, neither by message id nor with keywords. It woul

[Orgmode] Re: linking to an email..

2008-11-12 Thread Tassilo Horn
Bernt Hansen <[EMAIL PROTECTED]> writes: Hi! >> part of me would like to use gnus (does anyone on here use gnus for >> email?).. > > I do with a local IMAP server. Ditto! And with gnus linking email or newsgroup messages is very nice (when using org-remember). There's even an option that makes

[Orgmode] Re: How to say "Footnotes" on other languages

2008-11-08 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > Could some of you please complete the following table? > > (defcustom org-export-language-setup > ("de" "Autor" "Datum" "Inhaltsverzeichnis" "Fussnoten") ^

Re: [Orgmode] Re: Is there some kind of verbatim environment for org?

2008-10-09 Thread Tassilo Horn
"Eric Schulte" <[EMAIL PROTECTED]> writes: Hi Eric, >> Could you please check if you get the same font-lock gibberish as I >> do with the graphic and reproduction recipe I posted as reply to >> Carsten a minute ago? >> > > I pasted the following into an org file, put the cursor in the middle > an

Re: [Orgmode] Re: Is there some kind of verbatim environment for org?

2008-10-09 Thread Tassilo Horn
"Eric Schulte" <[EMAIL PROTECTED]> writes: Hi Eric, >> Here, it prompts me for a file. That's because `org-edit-special' >> calls `ffap' if it doesn't know what to do. Is that different in >> your version? >> > > Yes, for me C-c' calls `org-edit-special', which ends up calling > `org-edit-fixed

Re: [Orgmode] Re: Is there some kind of verbatim environment for org?

2008-10-09 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > On Oct 9, 2008, at 4:53 PM, Tassilo Horn wrote: >> I guess, that's what you mean. But at least in my version, that's no >> too big improvement. Let's say I have this: >> >> #+BEGIN

Re: [Orgmode] Re: Is there some kind of verbatim environment for org?

2008-10-09 Thread Tassilo Horn
"Eric Schulte" <[EMAIL PROTECTED]> writes: Hi Eric, >> While I can live with TAB freaking out (Hey, `C-c '' switches to >> artist mode. Yay!), the broken font-locking is disturbing me. Is it >> possible to fontify everything in #+BEGIN...#+END blocks with some >> special face which takes precede

[Orgmode] Re: Is there some kind of verbatim environment for org?

2008-10-09 Thread Tassilo Horn
Sebastian Rose <[EMAIL PROTECTED]> writes: Hi Sebastian, > with a current version of Org-mode you may press C-c ' to create such > a region or edit an existing one. Not shure when this feature made it > into org. But 6.09 has this feature. Here it is: ,[ C-h k C-c ' ] | C-c ' runs the comm

[Orgmode] Is there some kind of verbatim environment for org?

2008-10-09 Thread Tassilo Horn
Hi, in an org file I want to insert some ascii art graphics. In the docs I found the #+BEGIN_EXAMPLE construct, but that seems to take effect only when exporting. If I add my ascii graphic inside such a construct, I get a weired font-locking [1], and TAB and M-q work as if it was normal text and

Re: [Orgmode] Org-remember items are stored to the wrong headline

2008-09-05 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > Things will be fine if you explicitly specify nil for the file and > headline fields in the template definition. Or get the latest git > release, where this problem is fixed as well. Thanks a lot. Bye, Tassilo -- GNU Emacs is a text ed

[Orgmode] Re: Link Associations in Linux

2008-09-04 Thread Tassilo Horn
"David A. Gershman" <[EMAIL PROTECTED]> writes: Hi David, > In the org.el file, I found "org-file-apps-defaults-gnu", made my > adjustments { ("pdf" . "xpdf %s") } and away I went! However, is > there a way I can modify/add to the "org-file-apps-defaults-gnu" via > my .emacs file? Sure, lots of

Re: [Orgmode] Using orgstruct-mode to structure source code

2008-09-03 Thread Tassilo Horn
"Eric Schulte" <[EMAIL PROTECTED]> writes: Hi Eric, > Instead of putting org into the source file, would it make sense to > put the source code into an org file. Using MuMaMo-Mode > http://www.emacswiki.org/cgi-bin/wiki/MuMaMo and delimiters like > > #+BEGIN_LISP > > #+END_LISP > > it would be p

[Orgmode] Re: Question/Poll

2008-09-03 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > is anyone using the interactive note target selection with remember? No, I always save to org-default-notes-file and org-remember-default-headline. Bye, Tassilo ___ Emacs-orgmode mailing lis

Re: [Orgmode] Using orgstruct-mode to structure source code

2008-09-03 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > "?..." is not a correct regular expression in Emacs. You are using > wildcard synax, it seems. No, I used (concat comment-starter "?...") to make the comment starter optional. But that's not fully correct. In elisp the comment starter

[Orgmode] Using orgstruct-mode to structure source code

2008-09-03 Thread Tassilo Horn
Hi, this is a resend of my message from <2008-08-20 Wed>. So far nobody answered and since Carsten is back now, I thought I may try again. I'd like to switch from outline-minor-mode to orgstruct-mode for various source code files, because the outline keybindings are not really quick nor easy to

Re: [Orgmode] Org-remember items are stored to the wrong headline

2008-08-27 Thread Tassilo Horn
Manish <[EMAIL PROTECTED]> writes: Hi! > > --8<---cut here---start->8--- > > (setq org-default-notes-file "~/repos/org/main.org" > > org-remember-default-headline "Remember" > > org-remember-templates > > '(;; TODOs > >("todo-

[Orgmode] Org-remember items are stored to the wrong headline

2008-08-26 Thread Tassilo Horn
Hi all, I use org-mode which is included in Emacs 23 from CVS (a current checkout). This is my relevant config for org-remember: --8<---cut here---start->8--- (require 'remember) (setq org-default-notes-file "~/repos/org/main.org" org-remember-default-he

[Orgmode] Using orgstruct-mode in programming language files

2008-08-20 Thread Tassilo Horn
Hi, I'd like to switch from outline-minor-mode to orgstruct-mode for various programming language files. So for example shell scripts (sh-mode) a headline looks like #* Foobar The fontlocking works for such headlines. Now I've found out that org-context-p won't return t for that line, and thus

[Orgmode] Re: Org-mode and taskpaper

2008-04-01 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > I hope that you can all agree with my conclusion. If not, than I am > confident that with time you will realize just how important today's > decision was. I do agree with you. I only use a tiny subset of org's features: Outlining, TODOs

Re: [Orgmode] Re: rcirc

2008-03-13 Thread Tassilo Horn
Richard G Riley <[EMAIL PROTECTED]> writes: Hi Richard, >>> rcirc doesnt seem to allow config of multiple servers and channels >>> though so I thought org-mode might be useful for "remembering" >>> servers and channels. >> >> Sure, it does! > > Thanks Tassilo! I didn't see that in the rcirc doc o

[Orgmode] Re: rcirc

2008-03-13 Thread Tassilo Horn
Richard G Riley <[EMAIL PROTECTED]> writes: Hi Richard, > rcirc doesnt seem to allow config of multiple servers and channels > though so I thought org-mode might be useful for "remembering" servers > and channels. Sure, it does! --8<---cut here---start->8---

[Orgmode] Re: undo in org.el

2007-11-14 Thread Tassilo Horn
"William Henney" <[EMAIL PROTECTED]> writes: Hi William, >> > On XEmacs I like being able to have a default variable width font >> > in the org-mode buffer but still have the calendar, etc, come up in >> > a monospace font in a different buffer in the same frame. I >> > haven't been able to do t

[Orgmode] Re: undo in org.el

2007-11-14 Thread Tassilo Horn
Wes Nakamura <[EMAIL PROTECTED]> writes: Hi Wes, > On XEmacs I like being able to have a default variable width font in > the org-mode buffer but still have the calendar, etc, come up in a > monospace font in a different buffer in the same frame. I haven't > been able to do this in Emacs since I

[Orgmode] Org errors when requiring a new pabbrev.el version

2007-11-04 Thread Tassilo Horn
Hi, in <[EMAIL PROTECTED]> Phillip Lord posted a new version oy his pabbrev.el in the emacs-sources mailinglist. There seem to be some changes that break the current code in org.el. When I do (require 'pabbrev) I get. --8<---cut here---start->8--- Debugger en

[Orgmode] Re: Args out of range when creating TODOs

2007-10-25 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > There is a lot of code happening between the moment of the match, and > the replacement. So far none of this code seems to have had the > effect of changing the match data, I have been careful to avoid this. > However, in your case it see

[Orgmode] Re: Args out of range when creating TODOs

2007-10-25 Thread Tassilo Horn
Bastien <[EMAIL PROTECTED]> writes: Hi Bastien, > Mhh... strange, I still cannot reproduce here with a minimal config. > Can you debug step by step in this case? It fails in line 13497 of org.el (the call to replace-match). Here's the edebug output so far. --8<---cut here-

[Orgmode] Re: Args out of range when creating TODOs

2007-10-25 Thread Tassilo Horn
Bastien <[EMAIL PROTECTED]> writes: Hi Bastien, >> I didn't follow the org development for the last few weeks, so maybe >> this is no bug but a misconfiguration by me. > > What version of Org are you using? > > I cannot reproduce your problem here with latest Org 5.13e. Same here. >> When I wan

[Orgmode] Re: Args out of range when creating TODOs

2007-10-25 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > I cannot reproduce this. Hm, I use a Emacs checkout from this morning which comes with org 5.13e, but I noticed that behavior earlier. I can reproduce the problem like this: 1. emacs -Q 2. Switch to *scratch* and eval (setq org-use

[Orgmode] Args out of range when creating TODOs

2007-10-25 Thread Tassilo Horn
Hi, I didn't follow the org development for the last few weeks, so maybe this is no bug but a misconfiguration by me. Anyway, I've set org-use-fast-todo-selection t org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "WAITING(w)" "|" "DONE(d)" "DEFERRED(f)" "CAN

[Orgmode] Re: Two org-remember bugs in 5.07

2007-09-07 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, >> ,[ (info "(org)Storing notes") ] >> | If the variable `org-adapt-indentation' is non-nil, the entire >> | text is also indented so that it starts in the same column as the >> | headline (after the asterisks). >> ` >> >>

[Orgmode] Re: Two org-remember bugs in 5.07

2007-09-07 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > Solutions: > > - Grab the script that was published here for local installation of > the lates org-mode version with a single command. Ok, I'll do that. > - Someone with Emacs write acces and a bit of time on his/her hand > could tak

[Orgmode] Re: Two org-remember bugs in 5.07

2007-09-06 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > What happens if you leave an empty line before the "* Remember" line? It works as it should. ;-) Bye, Tassilo -- Tom Clancy has to pay royalties to Chuck Norris because "The Sum of All Fears" is the name of Chuck Norris' autobiography.

[Orgmode] Re: running remember with emacsclient - how to get a new frame

2007-09-06 Thread Tassilo Horn
pete phillips <[EMAIL PROTECTED]> writes: Hi Pete, > Is there anything I can pass to emacs using emacsclient which will force > it to open up a new frame on my current desktop ? (and preferably close > the frame once I have hit ^C^C) I think this should work. (add-hook 'server-switch-hook 'mak

[Orgmode] Two org-remember bugs in 5.07

2007-09-05 Thread Tassilo Horn
Hi, I think I've discovered two problems with org's remember integration. Sadly I use 5.07 since 5.08 hasn't been incorporated Emacs trunk yet. Here's my remember setup: --8<---cut here---start->8--- (setq org-default-notes-file "~/org/main.org" org-reme

[Orgmode] Re: remember

2007-09-02 Thread Tassilo Horn
Cezar <[EMAIL PROTECTED]> writes: Hi Cezar, >>> (setq remember-data-file "~/Organiser/Notes.org") >> ^ >> Take this line out and add these two lines: >> >> (setq remember-annotation-functions '(org-remember-annotation) >> remember-handle

[Orgmode] Re: remember

2007-09-02 Thread Tassilo Horn
Cezar <[EMAIL PROTECTED]> writes: Hi Cezar, > Here is my org-mode setup: > > ;; Org Mode > (require 'org) > (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) > (define-key global-map "\C-cl" 'org-store-link) > (define-key global-map "\C-ca" 'org-agenda) > (setq org-todo-keywords > '((s

[Orgmode] Re: remember

2007-09-01 Thread Tassilo Horn
Cezar <[EMAIL PROTECTED]> writes: Hi Cezar, > The comment is not removed in the file, I gave you an example of what > the file looks like after the C-c C-c Oh, that's wrong. How did you set it up (post the relevant lines here) and what version of org and remember are you using? Bye, Tassilo --

[Orgmode] Re: remember

2007-08-31 Thread Tassilo Horn
Cezar <[EMAIL PROTECTED]> writes: Hi Cezar, > I want to start using remember to record todos like this wonderfull > paper shows: > > http://johnwiegley.com/org.mode.day.planner.html Wise decision. > My problem is that is also inserts some comments. The recorded entry > looks like this: >

[Orgmode] Re: Org-mode Version 5.07

2007-08-31 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > This looks very odd, as if your setup of org-tags-list is the wrong > way round. Hm, I use a CVS emacs 3 hours old, but org-tags-list is not known there. I guess you mean org-tag-alist, right? > I should be > > (setq org-tags-list > '(

[Orgmode] Re: Org-mode Version 5.07

2007-08-31 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, >>> #+SEQ_TODO: TODO(t) WAITING(w) | CANCELED(c) DONE(d) >> >> Is it possible to set those globally via `org-todo-keywords', too? >> If yes, what's the syntax? > > You can just write the keywords like "TODO(t)" in the global list, > tha

[Orgmode] Re: Org-mode Version 5.07

2007-08-30 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > #+SEQ_TODO: TODO(t) WAITING(w) | CANCELED(c) DONE(d) Is it possible to set those globally via `org-todo-keywords', too? If yes, what's the syntax? Bye, Tassilo -- Jesus can walk on water, but Chuck Norris can walk on Jesus. __

[Orgmode] Re: request: face for „...“ at collapsed sections

2007-08-26 Thread Tassilo Horn
"Daniel Clemente" <[EMAIL PROTECTED]> writes: Hi Daniel, > now that we speak about new faces... I would like to change the > color of the ... that can be seen when a section is rolled out. Why? > Because I want to differentiate this: > > ** Some title... > > From this: > > ** Some title... I

[Orgmode] Some bugs in org-5.05 docs

2007-08-23 Thread Tassilo Horn
Hi Carsten, ,[ C-h f org-insert-link-global RET ] | org-insert-link-global is an interactive compiled Lisp function in `org.el'. | It is bound to C-c o i. | (org-insert-link-global) | | Insert a link like Org-mode does. | This command can be called in any mode to follow a link that has | Org-

[Orgmode] Re: Agenda week view

2007-08-12 Thread Tassilo Horn
Renzo Been <[EMAIL PROTECTED]> writes: He Renzo, > P.S. How did you produce that border around the text in the email > you've send? It looks pretty good... That's , | ;;; boxquote.el --- Quote text with a semi-box. | ;; Copyright 1999,2000,2001,2002,2003 by Dave Pearson <[EMAIL PROTECTED]>

[Orgmode] Re: Agenda week view

2007-08-11 Thread Tassilo Horn
"Renzo Been" <[EMAIL PROTECTED]> writes: Hi Renzo, > I've got a question about the weekly agenda view. > > Is there a setting that can change the agenda view to start the week > on the current date, instead of on Mondays? So that the agenda would > show 7 days, starting from the current date. ,-

[Orgmode] Re: Highlighting agenda line

2007-08-02 Thread Tassilo Horn
Rainer Stengele <[EMAIL PROTECTED]> writes: Hi Rainer, > I would therefore also like the line where the cursor is in > highlighted. Am I missing a custom parameter or do I have to look > elesewhere? ,[ C-h f hl-line-mode RET ] | hl-line-mode is an interactive compiled Lisp function in `hl-l

[Orgmode] Re: Integration of Org mode and Gnus

2007-07-18 Thread Tassilo Horn
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > th> I don't have any clue. :-) > > I suspected something was wrong when you said "this should be easy" > because when I looked at the code, it didn't seem SO easy. ;) I got you wrong. You said But that function does not return the URL of the

[Orgmode] Re: Integration of Org mode and Gnus

2007-07-18 Thread Tassilo Horn
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: > >> If you could do that and submit it back to Gnus, that would be > >> great. > > th> I just found out that this is not needed. You can use the > th> `gnus-summary-article-move-hook'. Each function of that hook will > th> be run with the argum

[Orgmode] Re: Integration of Org mode and Gnus

2007-07-18 Thread Tassilo Horn
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: Hi Georg, > th> Would that help? > > Yes, I think so. > > Although I think the function supports moving several marked articles, > so the return value should technically be a list. As far as I can see it can only move several articles to exactly o

[Orgmode] Re: Integration of Org mode and Gnus

2007-07-18 Thread Tassilo Horn
"Georg C. F. Greve" <[EMAIL PROTECTED]> writes: Hi Georg, > Moving email is trivial -- you just need to call > > gnus-summary-move-article > > to move things to the place you want to archive them. But that > function does not return the URL of the moved article (as one might > hope). Would that

[Orgmode] Typo in info docs (was: Org-mode version 5.02)

2007-07-10 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, There's a little typo in ,[ (info "(org)Column view") ] | A great way to view and edit properties in aan outline tree is _column |^^^ | view_. ` Bye, Tassilo -- [Emacs] is written in Li

[Orgmode] Bug in docs of org-remember-templates

2007-06-26 Thread Tassilo Horn
Hi, The variable description states: The third element is optional and can specify a destination file for remember items created with this template. The default file is given by `org-default-notes-file'. An optional third element can specify

[Orgmode] Re: How do I change font for DONE tasks?

2007-03-30 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi, >> The one thing I miss is having finished tasks show in a gray font >> with a line through it. Unfinished tasks are much easier to see in a >> long list of tasks that way. How can I duplicate this in Org-Mode? > > You can customize most of the org-mode faces. For t

<    1   2   3   4   5   >