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!
[...
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
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
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
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
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
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
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
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
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
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
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.
__
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
"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
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
___
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
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
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:
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
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
>
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
21 matches
Mail list logo