I tried using the H key in the agenda to see what it did, and got this
error message:
org-agenda-execute-calendar-command: Wrong type argument: commandp,
list-calendar-holidays
I'm using org-mode 6.31.
--
Robin
___
Emacs-orgmode mailing list
Remembe
--- Gio 15/10/09, Robin Green ha scritto:
Hi, Robin
> I tried using the H key in the agenda
> to see what it did, and got this
> error message:
>
> org-agenda-execute-calendar-command: Wrong type argument:
> commandp,
> list-calendar-holidays
>
> I'm using org-mode 6.31.
I think you did not ac
At Thu, 15 Oct 2009 05:26:01 -0700 (PDT),
Giovanni Ridolfi wrote:
> I think you did not activate the calendar-diary integration
> as suggested in the manual:
>
> 10.3.1 The weekly/daily agenda
>
> (setq org-agenda-include-diary t)
>
> did you?
Fair enough, I didn't. But I think a more user-frie
--- Gio 15/10/09, Robin Green ha scritto:
> At Thu, 15 Oct 2009 05:26:01 -0700 (PDT),
> Giovanni Ridolfi wrote:
> > I think you did not activate the calendar-diary
> > integration
>
> Fair enough, I didn't. But I think a more user-friendly
> error
> message should be shown.
I think that Carsten
Hello list!
I haven't still managed to get org-babel to work, but I do have a doubt that
might turn into a feature request :)
Would it be possible to have chunks of code around the buffer get evaluated
when you close them with some kind of token, and them only show the output,
*just like links be
Hello,
Well, I'm very, very excited to start using org-babel and making cool stuff
with it. However, I could not yet get it to work here.
The first thing that is not working, and I hope some more emacs-savvy users
could put me in the right direction is that, I have this code in my .emacs:
;ORG M
Robin Green writes:
> At Thu, 15 Oct 2009 05:26:01 -0700 (PDT),
> Giovanni Ridolfi wrote:
>> I think you did not activate the calendar-diary integration
>> as suggested in the manual:
>>
>> 10.3.1 The weekly/daily agenda
>>
>> (setq org-agenda-include-diary t)
>>
>> did you?
>
> Fair enough, I
Hi Marcelo,
(Please note that we've agreed to tag org-babel messages with "[babel]")
Marcelo de Moraes Serpa writes:
> Hello,
>
> Well, I'm very, very excited to start using org-babel and making cool stuff
> with it. However, I could not yet get it to work here.
OK, we must fix this.
I create
Has anyone found a nice solution for rendering Org files in OSX Quicklook in
some prettified format (eg, org-mode highlights)?
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.
Hi all,
Greetings!
I found that when I try to export current agenda view to a txt or
html, emacs gets hanging there. But It did work in the previous
version.
Does anyone else find this issue recently?
Thanks.
Qi
** "Life is half spent
Thanks, Nick. I will see if backtrace could give it any clues.
C-g doesn't work after my emacs hangs. When I type C-x C-w in the agenda view,
and selet an option to export then it hangs there. I can see the cpu jumps high
for long.
It's strange. Because I did exactly same thing in v6.30
Qi Qi wrote:
> Thanks, Nick. I will see if backtrace could give it any clues.
>
> C-g doesn't work after my emacs hangs. When I type C-x C-w in the
> agenda view, and selet an option to export then it hangs there. I can
> see the cpu jumps high for long.
>
> It's strange. Because I did exactl
Marcelo de Moraes Serpa writes:
> Hello list!
>
> I haven't still managed to get org-babel to work, but I do have a doubt that
> might turn into a feature
> request :)
>
> Would it be possible to have chunks of code around the buffer get evaluated
> when you close them with some
> kind of token
Hi All,
In a similar way to [1], I want to import my Outlook appointments into
Org. I thought of a less sophisticated way to archive this using Org Babel.
I coded a Ruby script to "print out" the Appointments in Org Format so I
can see them in the agenda view. I execute the code using the ":re
Hi Miguel,
That is a very cool application. To insert your script's results
directly into the Org-mode buffer try changing your header line from
#+begin_src ruby :results output
to
#+begin_src ruby :results output raw
as this seems like the sort of thing which would be generally useful,
would
<14516.1255644...@gamaville.dokosmarshall.org>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
My fault with C-g not working in previous email. C-g works to stop the hang=
ing process.=20
I just test mine that Cx Cw works in any buffe
> "Eric" == Eric Schulte writes:
Eric> Marcelo de Moraes Serpa writes:
>> Hello list!
>>
>> I haven't still managed to get org-babel to work, but I do have a
>> doubt that might turn into a feature request :)
>>
>> Would it be possible to have chunks of code aro
Bernt Hansen norang.ca> writes:
> > Could you explain to me what you really call a project ? (and give an
> > example of what it looks like in org-mode)
>
> Everything is a project. A project is just a task. All of my TODO
> tasks start at level 2
> Does that help?
That's perfect. Thank you
Try this:
(partial-completion-mode t)
(funcall 'org-olpath-completing-read "? "
'("todo1.org/tasks/"
"todo1.org/tasks/normal/"
"todo1.org/tasks/urgent/"
"note.org/")
nil t nil nil)
todo
It stays on todo1.org/ (Sole completion)
my raw patch:
diff
19 matches
Mail list logo