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.
-
I've been using the following code for several months to make it easy to clock
back in to my frequent tasks as I track my time usage:
--8<---cut here---start->8---
(org-clock-persistence-insinuate)
(setq org-clock-persist t)
--8<---cut here-
Nicolas Goaziou writes:
> You can use `advice-add' in this case.
Or just add-function.
*I* can solve it one way or the other. But that does not
necessarily mean that it's not a bug. And that was the question.
—Rasmus
--
. . . It begins of course with The Internet. A Net of Peers
Rasmus writes:
> It wouldn't solve my particular issue, as I use (a package that uses)
> backward-sentence for asserting whether to capitalize a word. I could
> maintain my own copy of the package, though.
You can use `advice-add' in this case.
Regards,
alain.coch...@unistra.fr writes:
> Ah, thank you. If I understand correctly, though, once one does that
> (in an SRC org block, say) one looses the ability to edit the block as
> org code using org-edit-special (C-c ').
You can, in development version.
> I understand that the indentation is vir
Nicolas Goaziou writes:
> I think the best we can do is to hijack M-a/M-e when `orgstruct-mode' is
> used. `orgtbl-mode' already does it actually.
>
> WDYT?
It wouldn't solve my particular issue, as I use (a package that uses)
backward-sentence for asserting whether to capitalize a word. I coul
Hello,
Kyle Meyer writes:
> The attached patch fixes a void variable error that occurs when remote
> editing an empty footnote. (This was introduced by commit
> 71641bc3a08.)
Applied. Thank you.
Regards,
--
Nicolas Goaziou
Bjarte Johansen writes:
> Fix a problem where a source block would return nil oif the result was
> cached and it was indented.
Thank you.
However, the test you provide fails. I suggest to create "test.txt" in
`temporary-file-directory' instead of `default-directory'.
Regards,
Rasmus writes:
> Actually when calling just backward-sentence this still seems broken.
>
> (mapcar (lambda (mode)
> (with-temp-buffer
> (text-mode)
> (funcall mode)
> (insert"- foo
> bar")
> (backward-sentence)
> (point)))
> '(text
Hello,
The attached patch fixes a void variable error that occurs when remote
editing an empty footnote. (This was introduced by commit
71641bc3a08.)
>From 9ba6a2f4af05c1104c678d959ff285bc7df5a70a Mon Sep 17 00:00:00 2001
From: Kyle Meyer
Date: Sat, 23 May 2015 15:18:07 -0400
Subject: [PATCH] o
Hello,
Lawrence Bottorff writes:
> . . . also, is there a way to have several notes in a drawer ordered
> oldest-first?
See `org-log-states-order-reversed'.
Regards,
--
Nicolas Goaziou
Hello,
Lawrence Bottorff writes:
> It seems that when I try to do a note (C-c C-z) I get an automatic LOGBOOK
> drawer created with the new note put inside. Is there any way to place a
> note inside another type of drawer. I have a drawer like this:
>
> :PROPERTIES:
> :CUSTOM_ID:
> :SEMANTIC:
>
On Sat, 23 May 2015 10:47:49 +0200
Bastien wrote:
> Hi all,
>
> I need help on these maintainance tasks :
>
> 1. Watching the emacs-diffs mailing list and backport changes on Org
>in the local Org repository (2 hours per month).
>
> 2. Adding public keys on the orgmode.org server for org-m
I am still helpless here. Any idea how to debug the problem? I would be
happy to provide any kind of help, but I just cannot do it myself.
Further findings:
1) I don't think that matplotlib changes Python's '_', since the tmp file
that contains the content of '_' is correct.
2) Somehow, emacs/orgm
On Fri, 22 May 2015, Jacob Gerlach wrote:
Hello,
I want to use a one of several custom environments for some babel
results using, for example, ":wrap myverbatim" as a header argument.
(Since I have several possible environments, I think I need to use
:wrap rather than, say, replacing "verbatim"
Hi,
I've noticed that formatting of text, e.g., using *text* or /text/, does not
show up in agenda view. Is there a way of enabling this?
/ali
. . . also, is there a way to have several notes in a drawer ordered
oldest-first?
On Sat, May 23, 2015 at 9:32 AM, Lawrence Bottorff
wrote:
> It seems that when I try to do a note (C-c C-z) I get an automatic LOGBOOK
> drawer created with the new note put inside. Is there any way to place a
> n
Hi Bastien,
Bastien wrote:
>
> I need help on these maintainance tasks :
>
> 1. Watching the emacs-diffs mailing list and backport changes on Org
>in the local Org repository (2 hours per month).
>
> 2. Adding public keys on the orgmode.org server for org-mode and worg
>contributers (1 ho
Please disregard - just a silly mistake on my end: forgot (require
'ox-latex).
Thank you,
David
David Dynerman writes:
> Hello,
>
> In the master I'm currently seeing that org-latex-classes is
> undefined. Is this intended? Has this functionality been replaced by
> something else? I didn't see a
Hello,
In the master I'm currently seeing that org-latex-classes is
undefined. Is this intended? Has this functionality been replaced by
something else? I didn't see anything in a quick search of the mailing
list archives.
Running emacs -q, in *scratch* I evaluate:
(add-to-list 'load-path "/usr/
It seems that when I try to do a note (C-c C-z) I get an automatic LOGBOOK
drawer created with the new note put inside. Is there any way to place a
note inside another type of drawer. I have a drawer like this:
:PROPERTIES:
:CUSTOM_ID:
:SEMANTIC:
:DESC:
:END
and I'd like to place notes -- one aft
Nicolas Goaziou writes:
> Rainer M Krug writes:
>
>> 1) not identifying header argument with +
>> ,
>> | #+PROPERTY: header-args+ :tangle no
>> `
>>
>> results in
>>
>> ,
>> | 87 high Unknown header argument ""
>> `
>
> This should be fixed.
Thanks.
>
>> 2) not knowing header
Hi Jacob,
Jacob Gerlach writes:
> I want to use a one of several custom environments for some babel
> results using, for example, ":wrap myverbatim" as a header argument.
> (Since I have several possible environments, I think I need to use
> :wrap rather than, say, replacing "verbatim" using an
Hi,
Bastien writes:
> 1. Watching the emacs-diffs mailing list and backport changes on Org
>in the local Org repository (2 hours per month).
>
> 2. Adding public keys on the orgmode.org server for org-mode and worg
>contributers (1 hour per month).
>
> 3. Maintaining the orgmode.org serv
Hi all,
I need help on these maintainance tasks :
1. Watching the emacs-diffs mailing list and backport changes on Org
in the local Org repository (2 hours per month).
2. Adding public keys on the orgmode.org server for org-mode and worg
contributers (1 hour per month).
3. Maintaining the
25 matches
Mail list logo