Org ELPA: does not include 9.5 as expected, archives appear largely identical?

2021-11-19 Thread Damian
-version.el', and 'orgcard.pdf' (only 'org-keys.el' has any functional changes). This seems suspicious, but I'm not familiar with org releases. Thanks, -Damian

[O] org-scheduled-time-hour-regexp doesn't capture split repeats used by habit

2019-06-26 Thread Damian
t;")   "Matches the SCHEDULED keyword together with a time-and-hour stamp.") Thanks, -Damian

Re: [O] Bug: missing `save-excursion' in `org-fast-tag-selection' [9.2.3 (9.2.3-9-g0803e2-elpa @ /home/il/.emacs.d/elpa/org-20190422/)]

2019-05-01 Thread Damian
on' (org.el line 14567 > in my version).  This would be analogous to what is done in > `org-fast-todo-selection' and fixes my issue. I am experiencing the same issue. Based on Ingo's analysis I made the following change which resolved the problem for me. Thanks, -Damian diff --g

[O] Code block evaluation is disabled

2016-01-09 Thread Damian Bernardini
Whenever I try to evaluate code I get the following: Evaluation of this xxx code-block (x) is disabled. Sometime I evaluated these code-blocks, I don't know what has changed since the last time they worked. I've tried with sh and ledger codes with the same results. I've read the manual

Re: [O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
After a reinstallation I forgot to do make autoloads. Now, it's working perfectly. It was my mistake, sorry and thank you for your help. 2015-04-25 18:26 GMT+00:00 Eric S Fraga e.fr...@ucl.ac.uk: On Saturday, 25 Apr 2015 at 17:55, Damian Bernardini wrote: You were right. If I do M-x org

Re: [O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
You were right. If I do M-x org-version it says: Org-mode version 8.3beta (release_8.3beta-1062-gce4e64-git @ mixed installation! /usr/share/emacs/24.5/lisp/org/ and /home/damian/git/org-mode/lisp/) I've downloaded org from git and loaded it with: (add-to-list 'load-path ~/git/org-mode/lisp) (add

[O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
(expand-file-name /home/damian/git/ledger/lisp/)) (add-to-list 'auto-mode-alist '(\\.ledger$ . ledger-mode)) I'm trying the noweb example from: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.html I can evaluate and get results from income and expenses blocks, but when I try

[O] bug#19887: 24.4; Cannot kill buffer; Wrong type argument: overlayp, nil

2015-02-20 Thread Damian Nadales
PMJI, but at http://permalink.gmane.org/gmane.emacs.orgmode/95159, Nicolas Goaziou said This should be fixed. Perhaps this bug report can simply be closed then ? If it's fixed, please close it. [Damian Nadales] Thanks for the fix. I must add that I discovered the bug by accident

[O] bug#19887: 24.4; Cannot kill buffer; Wrong type argument: overlayp, nil

2015-02-20 Thread Damian Nadales
Hi Eli, [Damian Nadales] That's weird. Which buffer are you killing, the Org buffer, or the new buffer that is created when pressing C-c ' inside the source block? Is the latter the one I cannot kill. There was no C-c ' in the recipe you posted. [Damian Nadales] No, it wasn't. Sorry

[O] bug#19887: 24.4; Cannot kill buffer; Wrong type argument: overlayp, nil

2015-02-19 Thread Damian Nadales
I cannot reproduce this. I tried both Emacs 24.4 and the pretest of 24.5. In both cases, Emacs asks me whether to kill a buffer that is modified, and once I answer YES, the buffer is killed. [Damian Nadales] That's weird. Which buffer are you killing, the Org buffer, or the new buffer

[O] bug#19887: 24.4; Cannot kill buffer; Wrong type argument: overlayp, nil

2015-02-18 Thread Damian Nadales
Hi Glenn, Damian Nadales wrote: - Run emacs -Q - Create an org-mode file (i.e. ``myorgfile.org``) - Insert the following text: o #+BEGIN_SRC C++ #+END_SRC - Edit the source block by placing the cursor inside the SRC block. [Damian