Re: [O] How do I chain babel blocks with arguments?

2014-04-18 Thread Alan Schmitt
Hi Eric, On 2014-04-17 07:42, Eric Schulte schulte.e...@gmail.com writes: Alan Schmitt alan.schm...@polytechnique.org writes: How can I execute block `test1' from block `test2' by passing an argument that is one from test2? #+name: z : bar #+name: test1 #+begin_src emacs-lisp :var

Re: [O] Request for worg page -- escaping questions

2014-04-18 Thread Alan Schmitt
Hi Rustom, On 2014-04-18 05:21, Rustom Mody rustompm...@gmail.com writes: What I would like is a graphic -- an automata-diagram made perhaps by dot. Can that easily/conveniently go up onto worg? I don't know how worg's export is configured, but something like this may work ...

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-18 Thread Alan Schmitt
On 2014-04-17 17:30, Eric S Fraga e.fr...@ucl.ac.uk writes: During the last years, I'be become a real org-mode fan and I want to stay current and be active in the great org-mode community. I've subscribed to the orgmode mailinglist about 1,5 years ago and so I have 17.500 mails in my inbox.

Re: [O] is it possible to customise what headline level which-function displays?

2014-04-18 Thread Eric S Fraga
On Thursday, 17 Apr 2014 at 16:44, Bastien wrote: [...] `which-function' uses `imenu--index-alist' so you can change the value of `org-imenu-depth' from 2 to 3 to get what you want (not tested.) This seems to work, in that it does look deeper in the hierarchy. Thanks. Makes which-function

Re: [O] is it possible to customise what headline level which-function displays?

2014-04-18 Thread Bastien
Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: then which-function thinks we are in A.1 when point is where indicated. This is the case with the default value of org-imenu-depth. Surely an issue with Emacs, as I can't reproduce the problem here with latest Emacs. -- Bastien

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-18 Thread Martin Beck
M Elwood151 at web.de writes: This is off-topic, but I hope that someone can give me some good advice: During the last years, I'be become a real org-mode fan and I want to stay current and be active in the great org-mode community. I've subscribed to the orgmode mailinglist about 1,5

Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-18 Thread Sharon Kimble
Brady Trainor algeb...@uw.edu writes: On 04/16/2014 12:28 PM, M wrote: This is off-topic, but I hope that someone can give me some good advice: TLDR version: I've decided to go with newsgroup rather than subscribe, and Thunderbird rather than GNUS. have we established the following ? 3

Re: [O] Feature Request. org-bibtex-tags-are-keywords inherit tags

2014-04-18 Thread Leonard Randall
I ​ t was indeed easier than I had thought. I tested the modified function on my reading list file and it works as expected under most conditions (It plays well with other variables etc.). The only exception was the previously mentioned issue with nonstandard bibtex types. If I have time this

[O] CUA copy/paste within code block

2014-04-18 Thread Xavier Garrido
Dear orgers, I am a CUA mode user and when I want to copy/paste a line or block of code within a org-babel code block, I always get back to the beginning of the code block after pasting. For example, assume you have the following piece of code echo coucou #+BEGIN_SRC sh for i in {0..10} do

Re: [O] CUA copy/paste within code block

2014-04-18 Thread Bastien
Hello Xavier, I can't reproduce this with latest Org and Emacs. What version of Emacs/Org are you using? Thanks for letting us know, -- Bastien

Re: [O] Feature Request. org-bibtex-tags-are-keywords inherit tags

2014-04-18 Thread Bastien
Hi Leonard, thanks for starting this! A few stylistic comments inline. Leonard Randall leonard.a.rand...@gmail.com writes: diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index ed645e5..848d0e4 100644 --- a/lisp/org-bibtex.el +++ b/lisp/org-bibtex.el @@ -270,20 +270,31 @@ with

Re: [O] sharing my firsts, org babel tangle and init .org file

2014-04-18 Thread Bastien
Brady Trainor algeb...@uw.edu writes: Have you migrated your init files into .org file(s)? What's your setup? I do, and find it very convenient. My setup is here: http://bzg.fr/emacs.html -- Bastien

[O] How do I define `org-agenda-cmp-user-defined'?

2014-04-18 Thread Alan Schmitt
Hello, I'm working on a way to schedule reviews of projects, and I would like to have them ordered by age in an agenda view. It seems that I want to write my own `org-agenda-cmp-user-defined' function to do so. Unfortunately I cannot find an example of such a function. More precisely, given

Re: [O] emacs regex work done within literate org-mode?

2014-04-18 Thread Bastien
Hi Lawrence, Lawrence Bottorff borg...@gmail.com writes: But could the results of running literate code then be fed into the next section of literate code? Definitely, see this section of the manual: (info (Org) Noweb reference syntax) HTH, -- Bastien

Re: [O] Archive subtree with parent structure

2014-04-18 Thread Bastien
Hi Florian, Florian Lindner mailingli...@xgm.de writes: is it possible to org-archive-subtree a subtree and keep the entire parent structure? e.g. * A ** AA ** AB ** AC AB will be archived to: * A ** AB No, but each subtree can contain an :ARCHIVE: property that will help you come

Re: [O] [bug] Org-verbatim and org-code not converted into HTML tags

2014-04-18 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Though, there are extra diffs in my HTML output, about the style of the org-block delimiter lines: they've lost their under/over-line feature, and colors are not the same anymore. not sure how this

Re: [O] Bug? (was Request for worg page -- escaping questions)

2014-04-18 Thread Bastien
Hi Rustom, Rustom Mody rustompm...@gmail.com writes: However there is still a minor issue: font-locking shows something like ~x | y~ inside a table as code but the other table commands like C-c C-c and export to html treats the '|' as a table marker. Yes, a known bug, we need to decide

Re: [O] Request for worg page -- escaping questions

2014-04-18 Thread Bastien
Rustom Mody rustompm...@gmail.com writes: Trouble is you guys are the hares that make us (me at least) into tortoises -- you add significant functionality faster than I can keep with the 'what' (leave aside how and details). Well, remember that Worg is here to *stay* -- so let's start with

Re: [O] Prepare release 8.2.6

2014-04-18 Thread Bastien
Hi Rainer, Rainer M Krug rai...@krugs.de writes: This has been introduced within the previous week, if I am not mistaken. Can you try to bisect a bit more? Maybe look for a commit that changed property inheritance, as it looks like it's related. Thanks, -- Bastien

Re: [O] CUA copy/paste within code block

2014-04-18 Thread Xavier Garrido
Hi Bastien, Le 18/04/2014 13:01, Bastien a écrit : Hello Xavier, I can't reproduce this with latest Org and Emacs. What version of Emacs/Org are you using? I use the latest git version but you are right I can't also reproduce the problem when I am running emacs with minimal setup namely

Re: [O] Bug? (was Request for worg page -- escaping questions)

2014-04-18 Thread Bastien
Rustom Mody rustompm...@gmail.com writes: However there is still a minor issue: font-locking shows something like ~x | y~ inside a table as code but the other table commands like C-c C-c and export to html treats the '|' as a table marker. Yes, that's a known bug. I of course checked

Re: [O] Weaving a budget with Org ledger

2014-04-18 Thread Alan Schmitt
Hi, On 2014-02-21 05:59, Erik Hetzner e...@e6h.org writes: Users of ledger and Org may be interested in this tutorial on how I manage an envelope style budget with those two excellent tools. http://orgmode.org/worg/org-tutorials/weaving-a-budget.html Thanks to this nice description, I

Re: [O] Trouble with Tables and Python

2014-04-18 Thread Sebastien Vauban
John Kitchin wrote: I also find you want :results output raw if you are printing a table or printing org. This is something I have never found satisfying, especially for long tables or outputs it is tedious to have to delete the old output by hand before rerunning it. I have not found any

Re: [O] using org-babel-trim in org-sbe?

2014-04-18 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: #+TBLFM: $2='(org-sbe spending (c (concat \ $1 \)))::$3='(org-sbe spending (c (concat \ (org-babel-trim $1) \))) You need to swap concat and org-babel-trim like this: #+TBLFM: $2='(org-sbe spending (c (concat \ $1

Re: [O] babel and long-running computations

2014-04-18 Thread John Kitchin
we routinely do this, in the following way. We run jobs that may take up to a week to finish, and they are usually run on a cluster. Our setup relies on the following behavior for a script. 1. you can run the script anytime you want, and it can tell the state of the calculation by some means. If

Re: [O] How do I define `org-agenda-cmp-user-defined'?

2014-04-18 Thread Bastien
Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: More precisely, given this: ,- | (defun org-review-schedule-compare (a b) | Compares the date of scheduled review for the two agenda |

Re: [O] Embedding an image in base64; exporting to ascii, html, and latex?

2014-04-18 Thread Skip Collins
On Thu, Apr 17, 2014 at 2:49 PM, Bastien b...@gnu.org wrote: How would that be different that zipping org files along with pictures and related needed content? Not different at all. Integrating the zipping into org-mode itself could standardize the process and make it more repeatable, portable,

Re: [O] [RFC] Org Minor Mode?

2014-04-18 Thread Bastien
Thorsten Jolitz tjol...@gmail.com writes: In the case of regexps its of course not considered bad practice to write ^foo$ many times in a program, so nobody is to blame here, but the issue is the same as writing (message What a wonderful world) many times in a program and then entering a

Re: [O] [RFC] Org Minor Mode?

2014-04-18 Thread Bastien
Thorsten Jolitz tjol...@gmail.com writes: That means that Org headlines are much more 'intelligent' than outline headlines (they know about todos, priorities, tags, timestamps, properties, planning, clocking, being archived etc.) and one could have that kind of intelligent headlines in other

Re: [O] Embedding an image in base64; exporting to ascii, html, and latex?

2014-04-18 Thread Bastien
Hi Skip, I now see how this could be useful for sharing documents with Org files and Emacs configuration bits, but I doubt this would prove really useful: in LibreOffice, the bundle makes sense because it contains all what people need for both reading and writing docs; while in Emacs land, Org

Re: [O] Feature Request. org-bibtex-tags-are-keywords inherit tags

2014-04-18 Thread Leonard Randall
Hi Bastien, Thanks for the feedback. I have attached the modified patch. All best, Leonard On 18 April 2014 12:14, Bastien b...@gnu.org wrote: Hi Leonard, thanks for starting this! A few stylistic comments inline. Leonard Randall leonard.a.rand...@gmail.com writes: diff --git

Re: [O] Problem with org-clock-display

2014-04-18 Thread Sebastien Vauban
Hello Bastien, Bastien wrote: Noah Slater nsla...@tumbolia.org writes: - Times are indented like the nodes, meaning they don't line up. (I presume this is intentional, but I find it annoying. Is there a way to turn it off?) Fixed. - Everything is highlighted with yellow. Is this

Re: [O] Counting number of children under heading

2014-04-18 Thread Sebastien Vauban
Bastien wrote: Marvin Doyley marvin...@gmail.com writes: I would like to automatically count the number of children under a given heading. For example, I would like to have * Cars (2) ** BMW ** Escort There is no such feature in Org, but I seem to remember someone hack something similar

Re: [O] Problem with org-clock-display

2014-04-18 Thread Bastien
Hi Sébastien, should be fixed, thanks! -- Bastien

Re: [O] org-todo-keywords-1 detection in asyn export

2014-04-18 Thread zwz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, zwz zhangwe...@gmail.com writes: So here what I mean by locally is to adjust the org-latex-pdf-process by some keywords, instead of binding it with some specific code/value (which is difficult for modification) `org-latex-pdf-process'

Re: [O] Can ELPA package split contrib part?

2014-04-18 Thread Sacha Chua
Bastien b...@gnu.org writes: Hello, Bastien, all! While I use org-plus-contrib package from orgmode ELPA, With other package which requires (updated) org, it isn't recognized as I expect. You should really not have both installed, I'd recommend using `org-plus-contrib' only. If that's not

Re: [O] Feature Request. org-bibtex-tags-are-keywords inherit tags

2014-04-18 Thread Bastien
Hi Leonard, Leonard Randall leonard.a.rand...@gmail.com writes: Thanks for the feedback. I have attached the modified patch. Applied, thanks. Have a look at the ChangeLog I added in the commit message. If you plan to add other change, please sign the FSF agreement:

Re: [O] Counting number of children under heading

2014-04-18 Thread Sacha Chua
Sebastien Vauban sva-n...@mygooglest.com writes: I would like to automatically count the number of children under a given heading. For example, I would like to have * Cars (2) ** BMW ** Escort There is no such feature in Org, but I seem to remember someone hack something similar -- maybe

Re: [O] org-export-format-source-code-or-example: End of Buffer

2014-04-18 Thread Bastien
Hi Mishal, Mishal Awadah a.mam...@gmail.com writes: I added the sample code that generates the error for me on http://stackoverflow.com/questions/22565379/emacs-org-mode-python-source-blocks-dont-export-with-python-mode-el I see Andreas made this python-mode bug report for it:

Re: [O] Spacing after sorting a heading

2014-04-18 Thread Sebastien Vauban
Bastien, Bastien wrote: Kyle Meyer k...@kyleam.com writes: Does anyone have suggestions for maintaining a space before headings after sorting? I fixed this in maint, let me know if this works for you. A pity that your fix did not solve the bug When moving headings, blank lines are added to

Re: [O] Problem with org-clock-display

2014-04-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: should be fixed, thanks! Almost, but not really. See http://screencast.com/t/fmR5TJfa what happens to the size of the titles, when the overlay is applied or removed. Also, I did prefer (unlike Noah) when there were no reading dots. Is there a way to remove them, or

Re: [O] Spacing after sorting a heading

2014-04-18 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: A pity that your fix did not solve the bug When moving headings, blank lines are added to the display (reported on 2013-11-15) at the same time ;-( It may look similar, but that's a completely different

Re: [O] Bug? (was Request for worg page -- escaping questions)

2014-04-18 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Yes, a known bug, we need to decide whether markup should be supported in tables. Try this to see how bad it is: | abc | +3 | |-+| | || Fortunately, the parser doesn't make such error ;) Regards, -- Nicolas Goaziou

Re: [O] [RFC] Org Minor Mode?

2014-04-18 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Thorsten Jolitz tjol...@gmail.com writes: That means that Org headlines are much more 'intelligent' than outline headlines (they know about todos, priorities, tags, timestamps, properties, planning, clocking, being archived etc.) and one could have that kind of

Re: [O] Problem with org-clock-display

2014-04-18 Thread Noah Slater
On 18 April 2014 17:03, Sebastien Vauban sva-n...@mygooglest.com wrote: Also, I did prefer (unlike Noah) when there were no reading dots. Is there a way to remove them, or at least to get them in a very light gray, for example? They are completely removed for me.

Re: [O] using org-babel-trim in org-sbe?

2014-04-18 Thread Alan Schmitt
On 2014-04-18 15:17, Bastien b...@gnu.org writes: Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: #+TBLFM: $2='(org-sbe spending (c (concat \ $1 \)))::$3='(org-sbe spending (c (concat \ (org-babel-trim $1) \))) You need to swap concat and org-babel-trim like this: #+TBLFM:

Re: [O] How do I define `org-agenda-cmp-user-defined'?

2014-04-18 Thread Alan Schmitt
On 2014-04-18 15:21, Bastien b...@gnu.org writes: Hi Alan, Alan Schmitt alan.schm...@polytechnique.org writes: More precisely, given this: ,- | (defun org-review-schedule-compare (a b) | Compares

Re: [O] org-todo-keywords-1 detection in asyn export

2014-04-18 Thread Nicolas Goaziou
zwz zhangwe...@gmail.com writes: Can you give me some example code? I was thinking about something like this (untested): --8---cut here---start-8--- (let (template) (defun ngz-set-template (new) (setq template new)) (defun ngz-latex-process (file)

Re: [O] Clocktable for this week starting at Sunday

2014-04-18 Thread Torben Hoffmann
Tried :wstart with all sorts of numbers - all starts at Monday. Cheers, Torben On 17 April 2014 16:28, Bastien b...@gnu.org wrote: Hi Torben, Torben Hoffmann torben.leh...@gmail.com writes: #+BEGIN: clocktable :maxlevel 2 :scope agenda-with-archives :weekstart 7 :block

[O] Bug: clocktable does not respond to :wstart [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/Cellar/emacs/24.3/share/emacs/24.3/lisp/org/)]

2014-04-18 Thread torben . lehoff
I'm trying to get a weekly clocktable report starting on Sunday using this specification: #+BEGIN: clocktable :maxlevel 2 :scope agenda-with-archives :wstart 2 :block thisweek-1 :step day :fileskip0 :narrow 20! #+END: The problem is that no matter which argument I use for :wstart the report

[O] org-review-schedule

2014-04-18 Thread Alan Schmitt
Hello, I've just finished writing a little bit of code that allows the scheduling of reviews. The basic idea is that every task that is supposed to be reviewed has a LAST_REVIEW property (a date when the task / project was last reviewed), and optionally a REVIEW_DELAY property (with a

[O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Samuel Wales
i find the highlighting of lines upon mouse pointer movement and the echo area notification to be distracting. i don't understand the code at all, but i tried (remove-text-properties 1 1 '(mouse-face nil)). didn't work. my goal is to make moving the mouse pointer do nothing in the agenda. --

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales samolog...@gmail.com writes: i find the highlighting of lines upon mouse pointer movement and the echo area notification to be distracting. for the highlighting: (add-hook 'org-finalize-agenda-hook (lambda () (remove-text-properties (point-min) (point-max)

Re: [O] sharing my firsts, org babel tangle and init .org file

2014-04-18 Thread Pete Ley
I've looked at the solution on worg and, though I didn't actually try to implement, it seems like tangling your init file every time you open Emacs is a little cumbersome. Please correct me if I'm wrong in this assumption. I also have a sync script hooked into my tangling that has to do with

[O] [PATCH] Making org-agenda filters orthogonal and refreshed

2014-04-18 Thread Greg Tucker-Kellogg
This is org-mode version 8.2.5h, directly off the git. emacs version 24.4.50.1 I have noticed that combining top headline filters and category filters didn't always work as documented. In particular, the combination of filters displayed depends on the order of application and removal, and is not

Re: [O] sharing my firsts, org babel tangle and init .org file

2014-04-18 Thread Grant Rettke
Good thing to consider. On my slow machine it takes 6 minutes to tangle my init and on my faster machine 1.5 minutes so I follow the static approach. Grant Rettke | AAAS, ACM, FSF, IEEE, Sigma Xi gret...@acm.org | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates ((λ (x) (x

Re: [O] Limits on capture mode?

2014-04-18 Thread Mark S.
Thanks for the suggestion, Bastien. I'm thinking now that when the org-protocol is invoked on Win XP via the capture javascript code that it's essentially the same as calling a windows command line. The Windows XP command line has an upper limit of 8192 characters. You can reach that fast

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Samuel Wales
that works for the highlighting part of the question. thank you! On 4/18/14, Igor Sosa Mayor joseleopoldo1...@gmail.com wrote: for the highlighting: (add-hook 'org-finalize-agenda-hook (lambda () (remove-text-properties (point-min) (point-max) '(mouse-face t

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales samolog...@gmail.com writes: that works for the highlighting part of the question. thank you! I think for your other problem you have to use: (setq org-agenda-follow-mode nil) -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 ::

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Samuel Wales
follow mode is nil. i am referring to the message that says that you can do mouse 2 or RET to go to the org file, which appears whenever the mouse pointer is over an agenda line. this message appears to be hardcoded in various places in org, but i don't know if its echoing can be disabled. your

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales samolog...@gmail.com writes: follow mode is nil. i am referring to the message that says that you can do mouse 2 or RET to go to the org file, which appears whenever the mouse pointer is over an agenda line. maybe... ,[ C-h v org-agenda-show-outline-path RET ] |

Re: [O] Problem with org-clock-display

2014-04-18 Thread Bastien
Hi, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: See http://screencast.com/t/fmR5TJfa what happens to the size of the titles, when the overlay is applied or removed. Fixed, although I think this bug was present before I tweaked this function. Also, I did

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Samuel Wales
it is not the outline path. it is a notification message that occurs when the mouse pointer is over a line. move mouse to a line without clicking and it will show up after a few seconds. On 4/18/14, Igor Sosa Mayor joseleopoldo1...@gmail.com wrote: ,[ C-h v org-agenda-show-outline-path RET

Re: [O] [RFC] Org Minor Mode?

2014-04-18 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: The real value and innovation of a true org-minor-mode would be to introduce Org's intelligent headlines and all the related functionality into the world of outcommented text in programming modes. Yes. We could have

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales samolog...@gmail.com writes: it is not the outline path. it is a notification message that occurs when the mouse pointer is over a line. move mouse to a line without clicking and it will show up after a few seconds. yes, I see. You're right... Maybe it is not exactly a org

Re: [O] Bug: clocktable does not respond to :wstart [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/Cellar/emacs/24.3/share/emacs/24.3/lisp/org/)]

2014-04-18 Thread Bastien
Hi Torben, torben.leh...@gmail.com writes: Package: Org-mode version 7.9.3f I can reproduce the bug with this version, but it has been fixed in the meantime and Org version 8 works fine. See the manual on how to install non built-in Org : http://orgmode.org/manual/Installation.html Thanks,

Re: [O] [RFC] Org Minor Mode?

2014-04-18 Thread Samuel Wales
another option is to create annotation mechanisms that are so compelling that you don't need org in non-org files. your lists and tasks would stay in your org agenda files, but your external files would be able to show (via overlays) and link to the annotations in org. in turn, your annotations

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Bastien
Igor Sosa Mayor joseleopoldo1...@gmail.com writes: Samuel Wales samolog...@gmail.com writes: it is not the outline path. it is a notification message that occurs when the mouse pointer is over a line. move mouse to a line without clicking and it will show up after a few seconds. yes, I

Re: [O] Bug? (was Request for worg page -- escaping questions)

2014-04-18 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@gnu.org writes: Yes, a known bug, we need to decide whether markup should be supported in tables. Try this to see how bad it is: | abc | +3 | |-+| | || Fortunately, the parser doesn't make such error ;) Mhh.. why

Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Bastien b...@gnu.org writes: M-x tooltip-mode RET Or increase tooltip-delay. aha, interesting... but I get the message with tooltip-mode enabled and disabled... -- :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com :: :: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ :: :: jabberid: