Hi David,
thanks for the detailed report - nice catch. This was due to the fact
that I am copying all local variables from the target buffer to the
temp buffer, unfortunately including buffer-file-name :)
THhis is fixed now - I hope you did not loose any data.
- Carsten
On Jun 27, 2010, at 7:
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-mode mailing list.
-
Eric,
Looks good to me! It's abusing the None type's meaning a little, but
I think it's acceptable enough. (If you think of hlines as rows that
are not rows, you can trick yourself into thinking it is perfectly
pythonic :))
- cwebb
"Eric Schulte" writes:
> Hi Christopher,
>
> I'm certainly
Samuel Wales writes:
> Worth knowing that magit reverts buffers. It appears to
> revert all buffers, not just those with changes.
Magit reverts all saved buffers on the current working copy after
committing.
> This has 2 consequences for org. Magit is slow, and org visibility is
> reset to de
Hi Christopher,
I'm certainly no Python expert, but I implemented your idea of
converting "hlines" to and from "None"'s (patch below [1]), and it seems
to work (under some definition of work). See the following example with
the new behavior.
--8<---cut here---start---
Hey Eric,
Thanks for the super helpful reply!
Out of curiosity, is it likely that we will ever get hline support in
Python and etc? I've been pondering how it might be done, and maybe it
could be like this, using a '|-' string instead of a list for the row:
[['a', 'b', 'c'], '|-', ['d', 'e', 'f
Carsten Dominik writes:
> On Jun 26, 2010, at 6:30 PM, Štěpán Němec wrote:
>
>> "Eric Schulte" writes:
>>
>>> Štěpán Němec writes:
>>>
>>> [...]
How come some of your rewrites above still use the `org-babel-'
prefix?
(As a side note, I don't see what Emacs guidelines sugges
On Jun 26, 2010, at 6:30 PM, Štěpán Němec wrote:
"Eric Schulte" writes:
Štěpán Němec writes:
[...]
How come some of your rewrites above still use the `org-babel-'
prefix?
(As a side note, I don't see what Emacs guidelines suggest `ob-'
is more
appropriate than `org-babel-', and I wou
Also sprach Eric Schulte:
Štěpán Němec writes:
"Eric Schulte" writes:
Štěpán Němec writes:
[...]
How come some of your rewrites above still use the `org-babel-' prefix?
(As a side note, I don't see what Emacs guidelines suggest `ob-' is more
appropriate than `org-babel-', and I would
Worth knowing that magit reverts buffers. It appears to
revert all buffers, not just those with changes. This has 2
consequences for org. Magit is slow, and org visibility is
reset to default.
So I wonder:
Is there a way to preserve visibilty across revert-buffer?
Has anybody profiled loading
Štěpán Němec writes:
> "Eric Schulte" writes:
>
>> Štěpán Němec writes:
>>
>> [...]
>>>
>>> How come some of your rewrites above still use the `org-babel-' prefix?
>>> (As a side note, I don't see what Emacs guidelines suggest `ob-' is more
>>> appropriate than `org-babel-', and I would persona
Hi Christopher,
Thanks for pointing this out, this is an error in the documentation,
which I will update. The code you posted should generate the error you
have received.
Currently the only language which can handle hlines is emacs-lisp, all
other languages will result in errors like the one you
"Eric Schulte" writes:
> Štěpán Němec writes:
>
> [...]
>>
>> How come some of your rewrites above still use the `org-babel-' prefix?
>> (As a side note, I don't see what Emacs guidelines suggest `ob-' is more
>> appropriate than `org-babel-', and I would personally prefer to retain
>> the latte
Matt Price writes:
> yet another question as i continue to set things up.
>
> how would I create a custom agenda view that accomplishes this:
> (todo items marked "ACTION" OR "WAITING" AND tagged "email")?
Hi Matt,
Use a tags match (or a tags todo match if both of those todo items are
not done
Matt Price wrote:
> yet another question as i continue to set things up.
>
> how would I create a custom agenda view that accomplishes this:
> (todo items marked "ACTION" OR "WAITING" AND tagged "email")?
> I don't think I see how to do this in the manual
> (http://orgmode.org/org.html#Custom-
Štěpán Němec writes:
[...]
>
> How come some of your rewrites above still use the `org-babel-' prefix?
> (As a side note, I don't see what Emacs guidelines suggest `ob-' is more
> appropriate than `org-babel-', and I would personally prefer to retain
> the latter -- it's much more descriptive.)
>
If you are using the conkeror browser (http://conkeror.org), maybe
you can put this into your ~/.conkerorrc file:
,
| define_webjump("orglist",
"http://search.gmane.org/?query=%s&group=gmane.emacs.orgmode";);
| define_webjump("worg",
"http://www.google.com/cse?cx=002987994228320350715%3Az4gl
Hi Ian,
Ian Barton writes:
> I'll create a ppa for Worg on Launchpad and see if I can create a useful
> package.
Thanks a lot for this!
> I think that in addition to just the org files, it would be useful if
> the package contained an html version, an info version and maybe a
> pdf. I am assum
I also like the idea of a debian package for Worg - this cannot hurt and
might advertize the project quite widely.
I'll create a ppa for Worg on Launchpad and see if I can create a useful
package.
I think that in addition to just the org files, it would be useful if
the package contained
Hello all,
I was going through the tutorial and testing the :hlines yes feature as
described in the info manual. Unfortunately, the example given no
longer seems to work for python:
#+tblname: many-cols
| a | b | c |
|---+---+---|
| d | e | f |
|---+---+---|
| g | h | i |
#+source: echo-table
#
yet another question as i continue to set things up.
how would I create a custom agenda view that accomplishes this:
(todo items marked "ACTION" OR "WAITING" AND tagged "email")?
I don't think I see how to do this in the manual (
http://orgmode.org/org.html#Custom-agenda-views).
am i missing it?
From: Glauber Alex Dias Prado
Subject: Re: org-remember and anything
Date: Mon, 14 Jun 2010 10:38:09 -0300
> Oh sorry, here is complete instructions:
> (add-to-list 'load-path "/home/glauber/elisp")
> (add-to-list 'load-path "/home/glauber/elisp/org-mode")
> (add-to-list 'load-path "/home/glauber
Hi Organizers,
I'm using Org-Mode version 6.36c. When defining a habit task, I find
this error on the Agenda View:
org-habit-parse-todo: Habit nil has no scheduled date
This occurs when using the customized word for the
org-scheduled-string, "AGENDADO:", to fit my language, Portuguese.
When
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-mode mailing list.
-
Carsten Dominik writes:
> On Jun 25, 2010, at 8:55 PM, Bernt Hansen wrote:
>
>> Having a way to undefine a property would be good in general I think.
>
> This does now work, the property value "nil" will now be interpreted as
> explicit undefine of a property.
Thanks!!
-Bernt
_
"Eric Schulte" writes:
> Hi Rainer,
>
> First I'll give some expanded instructions in the hopes of helping out
> anyone else affected by my lack of good instructions in the announcement
> email. Then I'll provide a re-write of your config below as an example.
>
> Babel took the integration into
To to 'hide' the graph, I set both org-habit--days to 0 .
On Jun 24, 2010, at 05:25:07 , Nathan Neff wrote:
> org-habit-graph-column to -1 then it successfully hides the graph.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies
27 matches
Mail list logo