On Fri, 4 Jun 2010 08:34:05 +0200, Carsten Dominik
wrote:
>
> Hi Eric,
>
> On Jun 3, 2010, at 9:23 PM, Eric S Fraga wrote:
>
> > Hello,
> >
> > I don't think this is something that can be fixed but it has been
> > driving me crazy so I thought I'd email to point it out in case
> > anybody else
Daniel E. Doherty writes:
> All,
>
> In playing around with the date prompt (C-.), I ran across the following
> puzzling behavior from rather simple inputs.
>
> I entered the following on June 1, 2010. Here is a date entered as
> "3/15": <2011-03-15 Tue>. It interpreted it as the upcoming March
Noorul Islam K M writes:
> Daniel E. Doherty writes:
>
>> All,
>>
>> In playing around with the date prompt (C-.), I ran across the following
>> puzzling behavior from rather simple inputs.
>>
>> I entered the following on June 1, 2010. Here is a date entered as
>> "3/15": <2011-03-15 Tue>. It
On Jun 3, 2010, at 7:51 PM, Eric Schulte wrote:
Hi Carsten,
This appears to be an issue in the HEAD (as of two weeks ago) of the
Emacs git repository. I was able to get around this issue (and a
couple
of other font-lock related issues) by stepping back to an older
version
of Emacs (tag E
I do not know what version your info reference is but my latest
git-versions info page documents the usage of 2/5 date format.
(info "(org) The date/time prompt")
Then the info page is wrong and the docstring to `org-read-date' states:
"The prompt will suggest to enter an ISO date, but you can
Hi,
I've set:
--8<---cut here---start->8---
(setq org-fontify-whole-heading-line t)
--8<---cut here---end--->8---
and would like to have the `org-level-1' underlined. To do so, in my
`color-theme.el':
--8<---cut
On May 24, 2010, at 2:34 PM, Clifford Caoile wrote:
Hello emacs-orgmode mailing list:
I too would like the ability for org-mode to ignore (silently)
non-existent agenda files. This has been discussed before on the
mailing list [1].
And it has been implemented since then:
(setq org-agenda-sk
On Jun 4, 2010, at 8:44 AM, Tassilo Horn wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report?
See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mo
On Jun 4, 2010, at 11:39 AM, Mikael Fornius wrote:
I do not know what version your info reference is but my latest
git-versions info page documents the usage of 2/5 date format.
Indeed. This was a but in the special regexp looking for
american-style dates - I had the parts for day and month
Hi Martin,
maybe you can summarize this discussion so that I can see when should
be done? Thanks.
- Carsten
On Jun 3, 2010, at 11:44 PM, Martin Pohlack wrote:
Hi All,
I finally found some hours to walk through the code.
On 18.05.2010 19:25, Matt Lundin wrote:
Martin Pohlack writes:
On May 31, 2010, at 6:28 PM, Scot Becker wrote:
On Mon, May 31, 2010 at 3:56 PM, David Bremner wrote:
I would like some more control over how tags are exported to PDF. I
tried both latex and docbook based methods, and as far as I can
tell, in
both cases the treatment is hard-coded (at leas
Hi,
can someone please summarize what the status of this discussion is?
I have lost track
Thanks!
- Carsten
On May 22, 2010, at 4:09 PM, Nathaniel Flath wrote:
Yes, this patch is primarily for weekly agendas - it changes when
items are displayed to be the same as having a style of 'hab
On Jun 3, 2010, at 3:00 PM, Dietmar Winkler wrote:
Den 03. juni 2010 14:50, skrev Carsten Dominik:
The idea here is that you might be able to connect to the server in
two
different ways, webdav and scp. Emacs can then use scp, so that
you do
not have to mount the server on your computer.
Tom writes:
> When in the agenda I sometimes accidentaly press 't' again on a
> repeating task which is already in DONE state. This makes the
> task to skip yet another repetition and set the date to the next
> available date.
>
> Is this 'feature' actually useful? It makes sense for a
> non-repe
On Friday 04 June 2010 13:28:02 Carsten Dominik wrote:
Hi Carsten,
> > But there's one thing which might be a bug. I have this TODO entry:
> >
> > *** TODO Einteilung für Nacht der Informatik machen
> ><2010-06-08 Tue>
>
> Hi Tassilo, before looking deeper: Why don't you schedule
> the it
On 04.06.2010 13:27, Carsten Dominik wrote:
Hi Martin,
maybe you can summarize this discussion so that I can see when should
be done? Thanks.
* org-agenda-filter-preset is ignored for multi-part agendas (broken)
* I have a patch that fixes this by applying filtering for each sub-part
* The pa
On Jun 4, 2010, at 2:10 PM, Tassilo Horn wrote:
On Friday 04 June 2010 13:28:02 Carsten Dominik wrote:
Hi Carsten,
But there's one thing which might be a bug. I have this TODO entry:
*** TODO Einteilung für Nacht der Informatik machen
<2010-06-08 Tue>
Hi Tassilo, before looking deeper
> > It seems org behaves correctly, and there's only an issue with
> > KOrganizer. So I'll knock on their doors. ;-)
>
> Great.
Haha, that sounds kinda maliciously. ;-)
> Another option would be of course a deadline with 0 warning days in
> there. This would show up as a due date.
Yes, but o
Hi Carsten,
Carsten Dominik writes:
> can someone please summarize what the status of this discussion is?
>
> I have lost track
As I understand it, the proposed patch hides items scheduled in the
future in the weekly agenda. E.g., if it is Monday, tasks scheduled for
Friday with a "STYLE=hi
Carsten,
Thanks for the fix. All, thanks for the follow-up.
Regards,
Dan
> Carsten Dominik writes:
> On Jun 4, 2010, at 11:39 AM, Mikael Fornius wrote:
>>
>> I do not know what version your info reference is but my latest
>> git-versions info page documents the usage o
Hi Nicolas,
Nicolas Goaziou writes:
>> Eric Schulte writes:
>
>> This patch looks great!
>
> Thank you.
>
I just applied this patch. Thanks again for the contribution.
>
>> Thanks for the contribution. However before I apply this patch, can
>> I ask, have you signed the FSF papers.
>
> It
On Fri, Jun 4, 2010 at 19:52, Carsten Dominik wrote:
>
> On May 24, 2010, at 2:34 PM, Clifford Caoile wrote:
>
>> Hello emacs-orgmode mailing list:
>>
>> I too would like the ability for org-mode to ignore (silently)
>> non-existent agenda files. This has been discussed before on the
>> mailing li
I push my org file to a WebDav directory. I sync MobileOrg on my iPod Touch. I
see all of the Outline data.
However, MobileOrg thinks none of the items have a TODO state. If I try to
update the TODO state, the only choice MobileOrg displays is DONEARCHIVE.
The Org Manual says you should
How can I set the org-mode to automatically wrap the long lines, so they would
fit the window size, as it is done in the fundamental mode?
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://l
Hi Erik,
This is an interesting problem. The simplest setup I was able to use to
reproduce the issue was the following org-mode file,
* babel call test
Test calling Emacs from within a babel code block.
#+begin_src sh :results output
./babel-call-test.sh
#+end_src
which calls the following s
Greetings!
Thanks first of all to all the contributors to org-mode.
I suppose that it is possible to set up org-mode so that if I click or
press C-c C-o on a "mailto:a...@xyz.org"; a gnus compose window will be
created. I tried finding how to do so using Google, but could not
find it.
This the
Applied, thanks.
- Carsten
On Jun 3, 2010, at 3:10 PM, Bernt Hansen wrote:
* contrib/lisp/org-special-blocks.el (org-special-blocks-make-
special-cookies):
Emacs 22 doesn't have string-match-p
* lisp/org-freemind.el (org-freemind-write-mm-buffer):
(org-freemind-get-node-style):
Emacs 22 doesn
I am trying to use the clocktable dynamic block to generate monthly
time reports for my work on a particular project. I would like to
have a tally of how much time I spent on tasks labelled with the
":ON:ADMIN:" tag. Looking at a post by Adam Elliott from when the
clocktable block was implemented
Hi Carsten,
Carsten Dominik writes:
> On Jun 3, 2010, at 7:51 PM, Eric Schulte wrote:
>
>> Hi Carsten,
>>
>> This appears to be an issue in the HEAD (as of two weeks ago) of the
>> Emacs git repository. I was able to get around this issue (and a
>> couple of other font-lock related issues) by s
Ivanov Dmitry writes:
> How can I set the org-mode to automatically wrap the long lines, so they
> would fit the window size, as it is done in the fundamental mode?
Yeesss, wrapping lines is a good idea - in emails too!!!
;)
binHeVRgbKfwu.bin
Description: application/emacs-lisp
For me, t
Henri-Paul Indiogine writes:
> Greetings!
>
> Thanks first of all to all the contributors to org-mode.
>
> I suppose that it is possible to set up org-mode so that if I click or
> press C-c C-o on a "mailto:a...@xyz.org"; a gnus compose window will be
> created.
Yes.
> created. I tried findin
Kristofer Bergstrom writes:
> I am trying to use the clocktable dynamic block to generate monthly
> time reports for my work on a particular project. I would like to
> have a tally of how much time I spent on tasks labelled with the
> ":ON:ADMIN:" tag. Looking at a post by Adam Elliott from when
Thank you very much for the input, Sebastian. I tried without the
dash (and typed C-c C-x C-r to update the table) but the table still
includes items not tagged ON or ADMIN, as shown below. I've tried
with and without colons, with and without the quotes, and have tried
other tags. I've also trie
Kristofer Bergstrom writes:
> Thank you very much for the input, Sebastian. I tried without the
> dash (and typed C-c C-x C-r to update the table) but the table still
> includes items not tagged ON or ADMIN, as shown below.
Use this line:
> #+BEGIN: clocktable :tags "ON ADMIN" :block thismonth
Hi Sebastian!
2010/6/4 Sebastian Rose :
> M-x customize-variable RET org-link-mailto-program RET
>
> and set it to
>
> `compose-mail'
Actually, this variable was set to compose-mail. This will give me
that error message.
--
Henri-Paul Indiogine
Curriculum & Instruction
Texas A&M Univer
Henri-Paul Indiogine wrote:
> Hi Sebastian!
>
> 2010/6/4 Sebastian Rose :
> > M-x customize-variable RET org-link-mailto-program RET
> >
> > and set it to
> >
> > `compose-mail'
>
> Actually, this variable was set to compose-mail. This will give me
> that error message.
>
>
Try
Hi Nick & Sebastian!
Nick Dokos writes:
> (setq org-link-mailto-program '(compose-mail "%a" "%s"))
Thanks, this works. However, probably because I use the latest Ubuntu
Emacs snapshot (v. 24.0.50.1) it gives me a message that now the default
is message-mail. So, using message-mail inst
Henri-Paul Indiogine wrote:
> Hi Nick & Sebastian!
>
> Nick Dokos writes:
> > (setq org-link-mailto-program '(compose-mail "%a" "%s"))
>
> Thanks, this works. However, probably because I use the latest Ubuntu
> Emacs snapshot (v. 24.0.50.1) it gives me a message that now the default
>
38 matches
Mail list logo