Eric S Fraga writes:
> On Friday, 19 Jun 2015 at 10:28, Daniel Bausch wrote:
>
> [...]
>
>> If anyone could give me a hint how to reliably set the preferred (or
>> internal) encoding I could check wether it might have something to do
>> with the system locale.
>
> I have (only) the following enco
Is it possible to tangle #+RESULTS: block? For example,
#+BEGIN_SRC rst :tangle ./test.txt :noweb yes<>#+END_SRC
#+BEGIN_SRC python :exports results :results output rawprint("Printed
Results")#+END_SRC
#+RESULTS: Printed Results
And I want to tangle #+RESULTS: part, not the actual Python source co
Daniel Borchmann writes:
> ghItlhpu' Daimrod :
>>> My question is now: is this correct, or did I understand something
>>> wrong? If my understanding is correct, how this bug be fixed more
>>> elegantly?
>>
>> It doesn't work at startup when agenda hasn't been built yet. The
>> following patch do
Hello,
I'd like to clone a subtree with a repeating timestamp so that the
repeater is removed from the original subtree and a single shifted and
repeating clone is created. I don't think this is currently possible
with org-clone-subtree-with-time-shift. For example, running
org-clone-subtree-wit
sweet! I did not know you could do that! I will be refactoring org-ref soon
to do that instead of redefining the commands!
John
---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-
On 2015-06-19 Fri 03:56, Xebar Saram wrote:
> Hi again Titus
>
> 2 quick questions that arose from using helm-bitex today extensively:
>
> how does one exclude in the search items? for example i want to search for
> xebar without keyword "progress" (I want to exclude in progress articles
> not pub
On 2015-06-21 12:37, Michael Strey wrote:
> Hi Christian,
>
> On Sa, 2015-06-20, Christian Thaeter wrote:
>
> > anyone of you happen to have a url handler for 'sip:' links
> > invoking a telephony app (eg. linphone) when clicked?
>
> The attached org-dial.el provides support for a link type `te
Philippe Crama writes:
> Hi,
Hello Philippe,
> This is a small patch to catch the 'nextfile thrown by
> `org-check-agenda-file' in `org-contacts-db'.
>
> I don't know how to fix the TODO in the comment myself, sorry. At
> least, with the patch, the execution doesn't abort anymore.
Thanks for
Nicolas Goaziou writes:
> Hello,
>
> joa...@verona.se writes:
>
>> Adding svg to the org-odt-inline-image-rules regexp works. Could this be
>> included in org?
>
> This is already the case in master. Default value is
Okay, good! Obviously I should switch to master then :)
>
> '(("file" . "\\.
Daniel Borchmann writes:
> Dear all,
>
> I regularly lose all my filters when I bury a sticky agenda and revive
> it later. In that case, the variable `org-agenda-tag-filter' is set to
> nil, although it was non-nil before burying.
>
> I played around a bit, and found out that `org-agenda-tag-fi
You could always do it with elisp, perhaps:
[[elisp:(org-tags-view nil "+work-boss-TODO=\"DONE\"")]]
which would be like "C-c a m"
Or:
[[elisp:(org-match-sparse-tree nil "+work-boss-TODO=\"DONE\"")]]
which would be like "C-c \".
Change "nil" to "t" for TODO only.
Piotr Isajew writes:
Hi,
Simen Heggestøyl wrote:
> Hi!
>
> Consider the following outline tree:
>
> * Tasks
> ** TODO [#B] B
> ** DONE C
> ** TODO [#A] A
>
> When calling `org-sort-entries' on the top level headline, and
> selecting `o' to sort by TODO order, the order becomes the following:
> B, A, C. However, I wou
Hello,
joa...@verona.se writes:
> Adding svg to the org-odt-inline-image-rules regexp works. Could this be
> included in org?
This is already the case in master. Default value is
'(("file" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'"))
Regards,
--
Nicolas Goaziou
Hello,
you're right about eval and symbol-value, of course. I mixed up my test
files, so both the commit I `identified' and the `patch' are bogus.
I now used git bisect for both my current minimal setup (.emacs
attached as .femacs and the files ~/ot/1.org, ~/ot/2.org, and
~/ot/3.org all three hav
Hello,
I would like to include svg files in odt exports.
png files seem to work fine, but svg files do not get inlined by
default.
Adding svg to the org-odt-inline-image-rules regexp works. Could this be
included in org?
--
Joakim Verona
Hi Christian,
On Sa, 2015-06-20, Christian Thaeter wrote:
> anyone of you happen to have a url handler for 'sip:' links invoking a
> telephony app (eg. linphone) when clicked?
The attached org-dial.el provides support for a link type `tel:' as well
as for dialing from properties in org-contacts.
Hi!
Consider the following outline tree:
* Tasks
** TODO [#B] B
** DONE C
** TODO [#A] A
When calling `org-sort-entries' on the top level headline, and
selecting `o' to sort by TODO order, the order becomes the following:
B, A, C. However, I would expect the order A, B, C, since A has higher
pr
Hi Nicolas,
* Nicolas Goaziou [21. Jun. 2015]:
> Gregor Zattler writes:
>> - but there some hangs now and then.
>
> Is it a complete freeze (i.e., you need to use C-g to get out of the
> loop) or a slowdown of a couple of seconds?
It’s a slow down.
> The former is a bug. However, some changes
Juan Pechiar writes:
> "I" (capital letter i) is bound to org-agenda-clock-in.
>
> You can check binding in your installation via describe-function:
>
>C-h f org-agenda-clock-in
>
> In the agenda buffer, you can check what is "I" bound to:
>
>C-h k I
>
Thanks for this Juan.
For some obsc
Gregor Zattler writes:
> - but there some hangs now and then.
Is it a complete freeze (i.e., you need to use C-g to get out of the
loop) or a slowdown of a couple of seconds?
The former is a bug. However, some changes in the buffer imply a massive
loss of the cache (e.g., inserting a block cle
20 matches
Mail list logo