Re: [O] bug: hovering window obscures text

2011-05-03 Thread Aankhen
(Sorry for replying to my own message.) On Tue, May 3, 2011 at 11:26, Aankhen wrote: > On Tue, May 3, 2011 at 11:11, Jambunathan K wrote: >> Aankhen writes: >> >>> On Mon, May 2, 2011 at 22:39, Samuel Wales wrote: On this page  http://orgmode.org/worg/org-faq.html#closing-outlin

Re: [O] Display missing/overlapping clock ranges

2011-05-03 Thread Rainer Stengele
Dear Carsten, yesterday I found some time to check all my clockings starting from the begining of the year. With the help of the agenda gaps and overlaps indication I found quite some faults in my clockings. I found the functions to be very helpful! Org is becoming more useful all the time! Th

Re: [O] Completing with anything

2011-05-03 Thread Julien Danjou
On Sun, Mar 27 2011, Michael Markert wrote: > Attached code handles both capturing from summary and message > buffer. I've added this file into contrib, beside org-contacts.el -- Julien Danjou ❱ http://julien.danjou.info pgpYWL7yrdunj.pgp Description: PGP signature

Re: [O] Old versions

2011-05-03 Thread Giovanni Ridolfi
"David Dyer-Bennet" writes: > What's the oldest version of org-mode known to work with Gnu Emacs > 21.4.1? Search engines are your friends! 'org-mode "emacs 21" support discontinued' gives the first link: http://permalink.gmane.org/gmane.emacs.orgmode/27701 " Emacs 21 support has been dropped

Re: [O] HTML Postamble is inside Content DIV

2011-05-03 Thread Sébastien Vauban
Hi Jonathan, Jonathan BISSON wrote: > Sébastien Vauban writes: >> After a couple of tests, I've observed that the postamble is forced to be >> included *inside* the div "content". >> >> Proof on Line 1764... These are the ending tags of every HTML page: >> >> #+begin_src emacs-lisp >> (un

Re: [O] LaTeX beamer class text

2011-05-03 Thread John Tait
Matt (and Daniel Bausch -- sorry for double post earlier) I've found that beamer "allowframebreaks" doesn't work for Org files that have been included with #+INCLUDE: . I've tried adding the proporites list to both the main Org file and in the included files, and made sure that "org-use-property-

Re: [O] Old versions

2011-05-03 Thread Jambunathan K
Giovanni Ridolfi writes: > "David Dyer-Bennet" writes: > >> What's the oldest version of org-mode known to work with Gnu Emacs >> 21.4.1? > Search engines are your friends! > > 'org-mode "emacs 21" support discontinued' gives the first link: > > http://permalink.gmane.org/gmane.emacs.orgmode/277

Re: [O] org-capture-other-frame

2011-05-03 Thread Lluís
Marcelo de Moraes Serpa writes: > Thanks for sharing, this looks really interesting. Could you give us a > bit more information on how you are using it (how you are setting up > the hotkeys, what's the workflow, etc)? Some specs about your system > would help as well. I'm using OSX 10.6. I've tes

[O] can org prompt for tags in org-agenda-diary-entry?

2011-05-03 Thread Eric S Fraga
Hello, I use, very frequently, the insert diary capability in the default agenda view. This works very well and especially with a date-tree diary. The only thing missing is the ability to easily add tags to a new entry. Unlike org-capture, there does not appear to be any type of template one ca

Re: [O] [agenda] %% questions

2011-05-03 Thread Matt Lundin
Michael Brand writes: > Hi all > > The items 2 and 4 in the following example are not shown in the agenda > with today's release_7.5-135-g7021f70. > > Question about item 2: Is this a bug since the items 1 and 3 are > shown? At the moment, time of day strings are not allowed within brackets. So

[O] MobileOrg Android 0.5.4 Release - Now with Tablet support

2011-05-03 Thread Matthew Jones
Hey folks, I'm happy to announce the availability of MobileOrg 0.5.4 for Android. You can find links and instructions on how to install it on the wiki page: https://github.com/matburt/mobileorg-android/wiki There is now also a donate version available in the Android Market. Here are some of the

Re: [O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.147.g9ddc)]

2011-05-03 Thread charles . sebold
On 7 Apr 2011, Charles Sebold wrote: > Second attempt to send this patch. > > I primarily use Org-mode on Windows, and my org files mostly have DOS > line endings. A while back a patch from me was accepted to convert > the checksum file to Unix EOLs (and Richard updated the iOS app to be > agnost

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread charles . sebold
On 7 Apr 2011, Charles Sebold wrote: > Here's a test. Take the line below and put it in an agenda file, then > view the agenda. > > %%(format "%s" (concat "[[elisp:(info)]" "[Link to info]]")) > > The results as I see them give me a link that I can mouse-click on, > but I can't move point to it a

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Nick Dokos
charles.seb...@lcms.org wrote: > On 7 Apr 2011, Charles Sebold wrote: > > > Here's a test. Take the line below and put it in an agenda file, then > > view the agenda. > > > > %%(format "%s" (concat "[[elisp:(info)]" "[Link to info]]")) > > > > The results as I see them give me a link that I can

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Matt Lundin
charles.seb...@lcms.org writes: > On 7 Apr 2011, Charles Sebold wrote: > >> Here's a test. Take the line below and put it in an agenda file, then >> view the agenda. >> >> %%(format "%s" (concat "[[elisp:(info)]" "[Link to info]]")) >> >> The results as I see them give me a link that I can mouse-

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Sebold, Charles
On 3 May 2011, Matt Lundin wrote: > The bigger question, however, is why the expression above is even > showing up in the agenda, since it contains no scheduling information. > :) Hm. I didn't think about whether anybody else could see it, come to think of it; my real problem (for which this was

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Matt Lundin
charles.seb...@lcms.org (Sebold, Charles) writes: > On 3 May 2011, Matt Lundin wrote: > >> The bigger question, however, is why the expression above is even >> showing up in the agenda, since it contains no scheduling information. >> :) > > Hm. I didn't think about whether anybody else could see

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Sebold, Charles
On 3 May 2011, Matt Lundin wrote: > I should clarify. I, too, can see the link in the agenda. I had been > under the impression that only diary sexps will appear in the agenda, > but it seems that a generic sexp that returns a string will also show > up. > > I'm not sure whether this is a feature

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Nick Dokos
Matt Lundin wrote: > I should clarify. I, too, can see the link in the agenda. I had been > under the impression that only diary sexps will appear in the agenda, > but it seems that a generic sexp that returns a string will also show > up. > > I'm not sure whether this is a feature or a bug. >

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread Matt Lundin
Nick Dokos writes: > Matt Lundin wrote: > > >> I should clarify. I, too, can see the link in the agenda. I had been >> under the impression that only diary sexps will appear in the agenda, >> but it seems that a generic sexp that returns a string will also show >> up. >> >> I'm not sure whether

Re: [O] Old versions

2011-05-03 Thread David Dyer-Bennet
On Tue, May 3, 2011 07:22, Jambunathan K wrote: > Giovanni Ridolfi writes: > >> "David Dyer-Bennet" writes: >> >>> What's the oldest version of org-mode known to work with Gnu Emacs >>> 21.4.1? >> Search engines are your friends! >> >> 'org-mode "emacs 21" support discontinued' gives the first l

Re: [O] Old versions

2011-05-03 Thread David Dyer-Bennet
On Tue, May 3, 2011 16:01, David Dyer-Bennet wrote: > And now it's doing this: > > [engl]$ make > emacs -batch -q -no-site-file -eval "(setq load-path (cons > (expand-file-name \"./lisp/\") (\ > cons \"~//share/emacs/21.4/site-lisp\" load-path)))" -f batch-byte-compile > lisp/org-feed.el > Loadin

[O] tried export menu yesterday

2011-05-03 Thread Jude DaShiell
This was with org-mode on slackware 13.0 and when I tried t from that menu I got a w3m error. Does w3m need additional setup to work with org-mode?

Re: [O] tried export menu yesterday

2011-05-03 Thread Nick Dokos
Jude DaShiell wrote: > This was with org-mode on slackware 13.0 and when I tried t from that menu > I got a w3m error. Does w3m need additional setup to work with org-mode? > Not enough information. Read section 1.4, "Feedback", of the Org manual and post again, this time including a backtrac

Re: [O] headings with begin/end markers

2011-05-03 Thread Skip Collins
On Sun, May 1, 2011 at 5:03 PM, bertie wrote: > Or any other suggestion for getting this fact - I realize this is starting to > look more like XML than an outline - but would really like to get this > behavior > without having to leave orgmode. I made a suggestion for a natural org sytax to enco

Re: [O] insert picture feature request.

2011-05-03 Thread Mark S.
This doesn't work under windows even if you have ImageMagick installed. Is there a similar way to capture and insert a picture under windows? Thanks! --- On Mon, 5/2/11, Russell Adams wrote: > From: Russell Adams > Subject: Re: [O] insert picture feature request. > To: emacs-orgmode@gnu.org >