Re: [O] LOGBOOK notes for other drawers?

2015-05-23 Thread Nicolas Goaziou
Hello, Lawrence Bottorff borg...@gmail.com 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:

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-05-23 Thread Nicolas Goaziou
Rasmus ras...@gmx.us 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)))

Re: [O] [PATCH] ob-core: Fix indented cached result returning nil

2015-05-23 Thread Nicolas Goaziou
Bjarte Johansen bjarte.johan...@gmail.com 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'.

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-05-23 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr 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

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-05-23 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr 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

Re: [O] LOGBOOK notes for other drawers?

2015-05-23 Thread Nicolas Goaziou
Hello, Lawrence Bottorff borg...@gmail.com 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

[O] [PATCH] org-src: Fix reference to free variable

2015-05-23 Thread Kyle Meyer
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 k...@kyleam.com Date: Sat, 23 May 2015 15:18:07 -0400

Re: [O] [PATCH] org-src: Fix reference to free variable

2015-05-23 Thread Nicolas Goaziou
Hello, Kyle Meyer k...@kyleam.com 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

Re: [O] How to elegantly and effectively quote org fragments?

2015-05-23 Thread Nicolas Goaziou
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

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-05-23 Thread Nicolas Goaziou
Rasmus ras...@gmx.us 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,

[O] org-clock-persistence-insinuate not working anymore (25.0.5)

2015-05-23 Thread Tory S. Anderson
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

Re: [O] Treat custom environment as verbatim on export

2015-05-23 Thread Rasmus
Hi Jacob, Jacob Gerlach jacobgerl...@gmail.com 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

[O] Help needed on delegating some maintainance tasks (was: Org maintainance)

2015-05-23 Thread Bastien
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

Re: [O] Help needed on delegating some maintainance tasks

2015-05-23 Thread Rasmus
Hi, Bastien b...@gnu.org 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

Re: [O] org-latex-classes removed?

2015-05-23 Thread David Dynerman
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

Re: [O] [RFC] Org linting library

2015-05-23 Thread Rainer M Krug
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rainer M Krug rai...@krugs.de 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

[O] org-latex-classes removed?

2015-05-23 Thread David Dynerman
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

[O] LOGBOOK notes for other drawers?

2015-05-23 Thread Lawrence Bottorff
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

Re: [O] Help needed on delegating some maintainance tasks

2015-05-23 Thread Kyle Meyer
Hi Bastien, Bastien b...@gnu.org 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

Re: [O] LOGBOOK notes for other drawers?

2015-05-23 Thread Lawrence Bottorff
. . . 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 borg...@gmail.com 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

Re: [O] Treat custom environment as verbatim on export

2015-05-23 Thread Charles C. Berry
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

[O] Formatted text (bold/italics) in agenda view

2015-05-23 Thread Ali Tofigh
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

Re: [O] Help needed on delegating some maintainance tasks (was: Org maintainance)

2015-05-23 Thread Robert Klein
On Sat, 23 May 2015 10:47:49 +0200 Bastien b...@gnu.org 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

Re: [O] [Orgmode] Unable to capture the file name generated using matplotlib

2015-05-23 Thread Dror Atariah
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,

[O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-23 Thread Titus von der Malsburg
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.