Hello,
This is my first post to the mailing list and I just wanted to say
thank all of you for making such a great piece of code!
Below is a patch that should fix the problem where a python session was
being initiated without first checking the :python header argument.
--- PATCH ---
From a
Hello,
Brent Goodrick writes:
> In the current implementation of org-src--contents-for-write-back, the
> `with-temp-buffer` uses fundamental-mode.
Correct.
> Later, while inside that temp buffer, spaces are inserted in to indent
> the entire source block over to where it needs to be (in my ori
Hello,
Jesse Johnson writes:
> I want to sort habits by priority, such that priority overrides all
> other criteria (schedule, deadline, consistency, etc.).
>
> In attempting to implement this I discovered that
> org-habit-get-priority is an inline function and thus cannot be
> overridden by the
Achim Gratz writes:
> and org-at-block-p only matches in the first line of a dynamic block,
[...]
> N.B.: The regex used in org-at-block-p is overbroad since it matches the
> whole block, I think it should use org-at-dblock-start-re instead.
This old and buggy function has nothing to do with t
I want to sort habits by priority, such that priority overrides all
other criteria (schedule, deadline, consistency, etc.).
In attempting to implement this I discovered that org-habit-get-priority
is an inline function and thus cannot be overridden by the user. There
seems to be no straightfor
Hello,
"Éibhear" writes:
> I believe there's a bug in org-mode 9.0 when calling
> org-agenda-columns in an agenda view that includes items from the
> emacs diary file.
>
> To reproduce
>
> 1. Setup:
>The following shell commands should build the test case.
>
> # a) Create a loca
Nicolas Goaziou writes:
#+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" :tend
"<2006-08-10 Thu 12:00>"
#+END: clocktable
>
> These are not timestamps. Even though they look like timestamps, you
> wouldn't want them to appear in the agenda. So `org-at-timestamp-p'
Achim Gratz writes:
> Achim Gratz writes:
>> Nicolas Goaziou writes:
>>> At the moment, I cannot reproduce it. I tried M-up in the following
>>> document:
>>>
>>> #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" :tend
>>> "<2006-08-10 Thu 12:00>"
>>> #+END: clocktable
These are no
Saša Janiška writes:
> Hello,
>
> I do wonder if there is some way to add hyperlink type for Claws-mail?
>
org-link-set-parameters.
There are examples of its use for gnus, rmail, mhe, eww, w3m, irc and a few
others in the source. AFAICT, almost all of them define two functions, one
to follow th
Achim Gratz writes:
> Nicolas Goaziou writes:
>> At the moment, I cannot reproduce it. I tried M-up in the following
>> document:
>>
>> #+BEGIN: clocktable :tstart "<2006-08-10 Thu 10:00>" :tend "<2006-08-10
>> Thu 12:00>"
>> #+END: clocktable
>
> The breakage happens in this clause in o
Hi,
I believe there's a bug in org-mode 9.0 when calling
org-agenda-columns in an agenda view that includes items from the
emacs diary file.
To reproduce
1. Setup:
The following shell commands should build the test case.
# a) Create a location for this test case:
mkdir -vp ~/tmp
11 matches
Mail list logo