Re: [Orgmode] Re: ECB and org-mode

2009-10-14 Thread Eric S Fraga
At Wed, 14 Oct 2009 19:57:42 +0200, Tassilo Horn wrote: > Eric S Fraga writes: > > (if (string= major-mode "org-mode") > > Here, you want (eq major-mode 'org-mode). Your version also works, but Makes sense! D'uh. Of course there is a way of comparing modes. This is *emacs*, after all! [...

[Orgmode] feature request: scroll other window in agenda view follow mode

2009-10-14 Thread Eric S Fraga
Carsten, I wonder whether I could request a small feature addition in org-mode (or have a pointer to already implemented functionality, of course ;-)? Using the agenda view with follow mode is fantastic for complex agenda views. What I find, however, is that I miss having a scroll other window a

[Orgmode] Re: Repeat time ranges

2009-10-14 Thread Nicolas Aggelidis
thank you guys for your help! ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-14 Thread Michael Brand
I have troube understanding what you mean. An outline heading looks like this *** heading If the cursor is at the first character of that line, org-outline-level will return 3. I want `3' _independently_ of on which column the cursor is on that line and therefore use (save-excursion (beginn

[Orgmode] Re: ECB and org-mode

2009-10-14 Thread Tassilo Horn
Eric S Fraga writes: Hi Eric, > (defadvice ecb-method-clicked (after esf/org-show-context) > "Make sure hierarchy is visible when jumping into location from ECB tree > buffer" > (if (string= major-mode "org-mode") Here, you want (eq major-mode 'org-mode). Your version also works, but only

Re: [Orgmode] ECB and org-mode

2009-10-14 Thread Eric S Fraga
At Tue, 13 Oct 2009 10:00:29 +0200, Carsten Dominik wrote: > > [snipped: messages regarding jumping into org file from ECB tree buffer and > having the hierarchy displayed] > > If you find a solution, please post, maybe I can install it in org.el, > using eval-after-load (I'm doing this already

Re: [Orgmode] Searching inside of attachments (pdf, odt)?

2009-10-14 Thread Karl Maihofer
Hi, Am 13.10.09 19:09, schrieb Samuel Wales: Have you tried the agenda search feature yet? If not, perhaps trying it first will help ground the discussion. OK, I had another look at the org agenda search feature and I agree that it would be much smarter to use the already implemented org fea

Re: [Orgmode] `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-14 Thread Carsten Dominik
On Sep 10, 2009, at 1:48 PM, Michael Brand wrote: I like the org-indent-mode with the soft-indentation but even more I like the hard-indentation with `#+STARTUP: odd hidestars' instead for which I have a question. This is the content of the example file oddeven: -*- mode: org -*- #+STARTUP: od

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-14 Thread Carsten Dominik
On Oct 14, 2009, at 8:19 AM, Michael Brand wrote: There is something more with org-outline-level in org-version 6.31a which I still don't understand because I am not aware of some functions used in its implementation. I drilled down the quite special situation to the following file content

Re: [Orgmode] `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-14 Thread Carsten Dominik
On Sep 10, 2009, at 1:48 PM, Michael Brand wrote: I like the org-indent-mode with the soft-indentation but even more I like the hard-indentation with `#+STARTUP: odd hidestars' instead for which I have a question. This is the content of the example file oddeven: -*- mode: org -*- #+STARTUP: od

[Orgmode] Re: suggestion: simplify depth stepping of document structure (outline) visibility

2009-10-14 Thread Michael Brand
Hi all, One reply is not that much feedback yet..., maybe I tried to be detailed but was not clear enough? Ok, I thought after having submitted a few bug reports before, it would be good to contribute in a way a bit more constructive this time ;-) and implemented what I have described in my pr

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-14 Thread Michael Brand
Here I am lost and would like some help. I was not able to find out how to determine if the cursor is on a line with an outline heading or not. I think you can use the function org-on-heading-p to determine if you are on a heading or not. Thank you, exactly what I have missed. __

[Orgmode] Re: Q: How to search dates within current week

2009-10-14 Thread Bernt Hansen
Bernt Hansen writes: > "tan@juno.com" writes: > >> Q: How to search dates within current week >> >> [ I am posting this according to //gmane.org/post.php instructions. >> I hope this works. ] >> >> I am a beginner in using Orgmode. >> I would like to search for CLOSED items within the curre

[Orgmode] Re: Q: How to search dates within current week

2009-10-14 Thread Bernt Hansen
"tan@juno.com" writes: > Q: How to search dates within current week > > [ I am posting this according to //gmane.org/post.php instructions. > I hope this works. ] > > I am a beginner in using Orgmode. > I would like to search for CLOSED items within the current week. > > The closest posting

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-14 Thread Bernt Hansen
Michael Brand writes: > Here I am lost and would like some help. I was not able to find out > how to determine if the cursor is on a line with an outline heading or > not. I think you can use the function org-on-heading-p to determine if you are on a heading or not. HTH -Bernt ___

[Orgmode] Re: org-version from git 6.30 trans

2009-10-14 Thread Greg Newman
Thanks Bernt. I learn't somethin' new today. I used gitx to check the submodule which I did not know I could do from within a git repo. Very nice. Ok, I'll update it to use the 6.31 tag. Thanks again. — Greg On Oct 14, 2009, at 7:09 AM, Bernt Hansen wrote: Greg Newman writes: I have

[Orgmode] Re: org-version from git 6.30 trans

2009-10-14 Thread Bernt Hansen
Greg Newman writes: > I have my configs setup so that org-mode is a git submodule from > git://repo.or.cz/org-mode.git I updated my submodule but org-version > is still saying 6.30 trans. Is 6.31 on a branch or tag? Hi Greg, I don't use submodules in git yet but as I understand it the supermod

Re: [Orgmode] Removing time grid lines (invalid function)

2009-10-14 Thread Desmond Rivet
Nick Dokos writes: > Desmond Rivet wrote: > >> Hi all, >> >> I'm attempting to use the hack listed on worg titled : "Remove time grid >> lines that are in an appointment". I'm having a bit of trouble. I'm >> using emacs 23.1. >> >> I add this to my .emacs file: >> >>... > > Try adding this:

[Orgmode] Q: How to search dates within current week

2009-10-14 Thread tan....@juno.com
Q: How to search dates within current week [ I am posting this according to //gmane.org/post.php instructions. I hope this works. ] I am a beginner in using Orgmode. I would like to search for CLOSED items within the current week. The closest posting was in 2007 entitled "search for dates as ta

Re: [Orgmode] Re: Emacs startup file

2009-10-14 Thread saikari keitele
Many thanks to all. Huge help. On Tue, Oct 13, 2009 at 1:04 PM, Memnon Anon < gegendosenflei...@googlemail.com> wrote: > saikari keitele writes: > > > I'm new to orgmode and quite new to Emacs. Could you please tell me > > the exact lines I have to add to the emacs startup file(.emacs.el) to >

[Orgmode] Viewing org Files on Your Phone (continuing an old thread)

2009-10-14 Thread Ian Barton
I have finally almost beaten my worg contribution about using org files on mobile devices into shape. Sorry it has taken so long, but all sorts of unexpected things have happened over the last couple of months! It still needs some editing, so I thought I would open it up for comments/improveme