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

2021-11-19 Thread Damian
he exception of 'org-keys.el', 'org-pkg.el', 'org-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
[0-9+:hdwmy \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
ast-tag-selection' (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

[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 b

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 : > On Saturday, 25 Apr 2015 at 17:55, Damian Bernardini wrote: > > You were right. > > If I do M-x

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 "~/gi

[O] Source code evaluation problem

2015-04-25 Thread Damian Bernardini
Ledger" t) (add-to-list 'load-path (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-

[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

[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 '&qu

[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,

[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 > &

[O] Custom percent DONE value

2013-08-29 Thread Damian Bernardini
Is there any way to set the percentage value of each headline? By default (33%, 33%, 33%) * L1 Heading [33%] ** DONE L2 Heading ** TODO L2 Heading ** TODO L2 Heading I would like (20%, 50%, 30%) * L1 Heading [20%] ** DONE L2 Heading ** TODO L2 Heading ** TODO L2 Heading Thanks.