Re: [O] M-x org-publish in 8.3.1 results in error "org-check-agenda-file: Wrong type argument: stringp, nil"

2015-08-15 Thread Kyle Meyer
Omid writes: > but now a new error arises upon M-x org-publish: > > user-error: No language for src block: (unnamed) Are you using source blocks without a language specified? #+BEGIN_SRC ... #+END_SRC Here is the post that lead to the change: http://thread.gmane.org/gmane.emacs.o

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Achim Gratz
Bastien writes: > So my suggestion still stands: > > - let's keep master in the current compatibility state since the > question you asked still needs to be answer (it's just 10 days > since it was asked). > > - let's use a dedicated branch for commits requiring Emacs 24.3+. I'm with Nicolas o

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-15 Thread Eric Abrahamsen
Thomas Holst writes: > · Eric Abrahamsen wrote: >> Thomas Holst writes: >> >>> Hi Eric, >>> >>> · Eric Abrahamsen wrote: >>> > thanks for the gnorb package! I started using it and I like it a lot! > > When I call `gnorb-gnus-incoming-do-todo' from gnus I'm prompted for a > head

Re: [O] 8.3 hangs

2015-08-15 Thread Eric Abrahamsen
Samuel Wales writes: > eric* :)

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: >> No. You asked weather it was fine to require Emacs 24.4 in your >> original message, then people pointed out that Emacs 24.3 was still >> widely used, then you said it was fine to require Emacs 24.3, just >> Emacs 24.4 was "icing on the cake". > > That's c

Re: [O] odt exporter footnote code is broken

2015-08-15 Thread Gerald Wildgruber
Great! it works! once again Thanks Gerald On Sa, Aug 15 2015, Nicolas Goaziou wrote: > Hello, > > Gerald Wildgruber writes: > >> with the current git checkout: >> >> Org-mode version 8.3.1 (release_8.3.1-93-g69b0db) >> >> the odt exporter code is broken; when exporting a file with C-c C-e o o

Re: [O] odt exporter footnote code is broken

2015-08-15 Thread Nicolas Goaziou
Hello, Gerald Wildgruber writes: > with the current git checkout: > > Org-mode version 8.3.1 (release_8.3.1-93-g69b0db) > > the odt exporter code is broken; when exporting a file with C-c C-e o o, > the footnote markers are in the odt file, but the footnote text is > missing; all the footnotes a

Re: [O] M-x org-publish in 8.3.1 results in error "org-check-agenda-file: Wrong type argument: stringp, nil"

2015-08-15 Thread Omid
Thank you Kyle for your quick reply. I confirm that, as you said, the error I reported is fixed in the latest maint (release_8.3.1-93-g69b0db), but now a new error arises upon M-x org-publish: user-error: No language for src block: (unnamed) Again, this did not happen with 8.2.10 that ships with

Re: [O] 8.3 hangs

2015-08-15 Thread Peter Salazar
Same here. On Sat, Aug 15, 2015 at 4:10 PM, Andreas Leha < andreas.l...@med.uni-goettingen.de> wrote: > Hi all, > > Eric Abrahamsen writes: > > Nicolas Goaziou writes: > > > >> Samuel Wales writes: > >> > >>> i am still getting a lot of hangs in 8.3. most often, it is when i do > >>> a subtre

Re: [O] odt exporter footnote code is broken

2015-08-15 Thread Gerald Wildgruber
I forgot to mention: last version that worked for me is: 2bdc661fde75ed226b19c802ecd31ce12d2ec7e1 from aad7dd24864f3ce988a67061a391d85e649aa375 on it doesn't work Thanks Gerald. On Sa, Aug 15 2015, Gerald Wildgruber wrote: > Hi > > with the current git checkout: > > Org-mode version 8.3.1 (

[O] odt exporter footnote code is broken

2015-08-15 Thread Gerald Wildgruber
Hi with the current git checkout: Org-mode version 8.3.1 (release_8.3.1-93-g69b0db) the odt exporter code is broken; when exporting a file with C-c C-e o o, the footnote markers are in the odt file, but the footnote text is missing; all the footnotes are empty! example file: =

Re: [O] 8.3 hangs

2015-08-15 Thread Andreas Leha
Hi all, Eric Abrahamsen writes: > Nicolas Goaziou writes: > >> Samuel Wales writes: >> >>> i am still getting a lot of hangs in 8.3. most often, it is when i do >>> a subtree sort. >>> >>> i keep trying element debug mode, but it has magical bug preventing >>> abilities. >>> >>> org-show-entr

Re: [O] 8.3 hangs

2015-08-15 Thread Samuel Wales
eric*

Re: [O] 8.3 hangs

2015-08-15 Thread Samuel Wales
i just want some way i can identify them. i will keep trying element debug mode. i also get timer errors. erik: i am not running flyspell.

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Nicolas Goaziou
Bastien Guerry writes: > No. You asked weather it was fine to require Emacs 24.4 in your > original message, then people pointed out that Emacs 24.3 was still > widely used, then you said it was fine to require Emacs 24.3, just > Emacs 24.4 was "icing on the cake". That's correct, excepted that

Re: [O] org-bbdb-birthday reminder

2015-08-15 Thread Julien Cubizolles
Matt Lundin writes: > Nick Dokos writes: > >> Here's a quick implementation of the method I described earlier >> in the thread: > > This works great. Thanks! Perhaps we could integrate something like this > into org-bbdb.el... I second that. It's exactly what I was looking for. Thanks, Julien

Re: [O] org-shiftright and org-shiftleft bug ?

2015-08-15 Thread Kyle Meyer
David Bonnafous writes: > my test is: > > 1- I launch emacs -Q > 2- I open a simpe file with those 3 lines > > (add-to-list 'load-path "~/etc/Emacs/org-mode/lisp") > (org-reload) If this is an Org file, then you have already loaded the builtin Org. Try evaluating the first line (e.g., with --eva

Re: [O] org-shiftright and org-shiftleft bug ?

2015-08-15 Thread David Bonnafous
my test is: 1- I launch emacs -Q 2- I open a simpe file with those 3 lines (add-to-list 'load-path "~/etc/Emacs/org-mode/lisp") (org-reload) <2015-09-17 Thu> 3- I eval elisp code 4- I place the cursor on the timestamp and then M-x org-shiftright Emacs is frozen (for me)... If I do step 4 befor

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-15 Thread Thomas Holst
· Eric Abrahamsen wrote: > Thomas Holst writes: > >> Hi Eric, >> >> · Eric Abrahamsen wrote: >> thanks for the gnorb package! I started using it and I like it a lot! When I call `gnorb-gnus-incoming-do-todo' from gnus I'm prompted for a headline. But completion is not working

Re: [O] org-shiftright and org-shiftleft bug ?

2015-08-15 Thread Kyle Meyer
David Bonnafous writes: > hi, > > since commit 6f9184a294e4e7914041c2ae42ef147d11e9ebec on file > lisp/org-clock.el on branch 'maint' the functions org-shiftright and > org-shiftleft don't work anymore: Emacs is frozen. I cannot reproduce this using org-shift{left,right} in various contexts.

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-15 Thread Xebar Saram
thx! good to know :) z On Sat, Aug 15, 2015 at 4:57 PM, Grant Rettke wrote: > http://ergoemacs.org/emacs/emacs_key_notation_return_vs_RET.html > Grant Rettke > -- > g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ > “Wisdom begins in wonder.” --Socrates > “All creativity is an extend

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Bastien Guerry
Hi Nicolas, Nicolas Goaziou writes: > AFAIU, the decision was between 24.3 and 24.4. No. You asked weather it was fine to require Emacs 24.4 in your original message, then people pointed out that Emacs 24.3 was still widely used, then you said it was fine to require Emacs 24.3, just Emacs 24.4

Re: [O] switch M-RET and C-RET in org mode with no sucess

2015-08-15 Thread Grant Rettke
http://ergoemacs.org/emacs/emacs_key_notation_return_vs_RET.html Grant Rettke -- g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates “All creativity is an extended form of a joke.” --Kay ((λ (x) (x x)) (λ (x) (x x))) “Life has become immeasurably better

Re: [O] remote R session

2015-08-15 Thread Grant Rettke
Can you please post your source block definition (including header args)? Just curious. Grant Rettke -- g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom begins in wonder.” --Socrates “All creativity is an extended form of a joke.” --Kay ((λ (x) (x x)) (λ (x) (x x))) “Life has bec

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Robert Horn
Bastien Guerry writes: > My simple point is: let's get more information and let's take a > proper decision. Let's not force the change. I took a look at what is presently supported by Red Hat, Ubuntu, and OpenSuSE in their long term support releases. The results: emacs 23.1 (RHEL 6.0, Ubuntu

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-15 Thread Matt Lundin
Hi Bastien, Bastien Guerry writes: > Hi Matt, > > Matt Lundin writes: > >> I've configured gnus to sort subscribed groups >> automatically by the number of times accessed, with the least read >> groups falling to the bottom. > > This is interesting: could you share this bit of configuration? C

[O] org-shiftright and org-shiftleft bug ?

2015-08-15 Thread David Bonnafous
hi, since commit 6f9184a294e4e7914041c2ae42ef147d11e9ebec on file lisp/org-clock.el on branch 'maint' the functions org-shiftright and org-shiftleft don't work anymore: Emacs is frozen. With the following version of lisp/org-clock.el it's working again. git checkout fa1a61c2efce905e5d83d4322c44e

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Rasmus
Bastien Guerry writes: > We can also simply revert those change and wait for the decision > to be taken. This is a matter of waiting ~10 days I'd say. > >> Also, Emacs 24.3 was released in March, 2013. By the time the next Org is >> released, it will be more than 3 years old. > > Com'on :) > >

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Nicolas Goaziou
Bastien Guerry writes: > We can also simply revert those change and wait for the decision > to be taken. This is a matter of waiting ~10 days I'd say. Revert any commit you want to your heart's content. Note however, that I deleted my corresponding local branches, so you may want to do some bac

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Nicolas Goaziou
Hello, Bastien Guerry writes: > Yes, we should have waited for the decision to be taken for this. AFAIU, the decision was between 24.3 and 24.4. It isn't clear to me that there was an hesitation about dropping Emacs 23 support. > I don't know, but we have only little information on what impact

Re: [O] 8.3 hangs

2015-08-15 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Samuel Wales writes: > >> i am still getting a lot of hangs in 8.3. most often, it is when i do >> a subtree sort. >> >> i keep trying element debug mode, but it has magical bug preventing >> abilities. >> >> org-show-entry is another place where the bug occurs. it i

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Debian Squeeze LTS or whatever they call it doesn't w/o backports. > RHEL6 doesn't have it w/o epel (RHEL7 has 24.3 IIRC). > RaspberryPi doesn't have it. I don't think we have a lot of Org users on RaspberryPi. > I'm still falling over Emacs 22 in various forms and

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Achim Gratz
Nicolas Goaziou writes: > Just to be sure, can we require Emacs 24.4 for development version > (a.k.a. Org 8.4)? As a data point, Debian stable provides it. Debian Squeeze LTS or whatever they call it doesn't w/o backports. RHEL6 doesn't have it w/o epel (RHEL7 has 24.3 IIRC). RaspberryPi doesn't

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Bastien Guerry
Rasmus writes: > But then what will master hold and what would be the point of it? It > sounds like a way to rename "master" to "branch9.0"... The point is to allow committing changes that depend on this requirement without forcing the requirement on master. We can also simply revert those cha

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Rasmus
Bastien Guerry writes: > Hi Nicolas, > > Nicolas Goaziou writes: > >> Master branch is already 24.3+ (with compilation warnings, 24.4+ without >> them): I committed "org-lint.el", moved some libraries to lexical >> binding, etc. > > Yes, we should have waited for the decision to be taken for thi

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Bastien Guerry
Hi Nicolas, Nicolas Goaziou writes: > Master branch is already 24.3+ (with compilation warnings, 24.4+ without > them): I committed "org-lint.el", moved some libraries to lexical > binding, etc. Yes, we should have waited for the decision to be taken for this. > Is there any reason to avoid re

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-15 Thread Bastien Guerry
Hi Matt, Matt Lundin writes: > I've configured gnus to sort subscribed groups > automatically by the number of times accessed, with the least read > groups falling to the bottom. This is interesting: could you share this bit of configuration? Thanks! -- Bastien

Re: [O] 8.3 hangs

2015-08-15 Thread Nicolas Goaziou
Samuel Wales writes: > i am still getting a lot of hangs in 8.3. most often, it is when i do > a subtree sort. > > i keep trying element debug mode, but it has magical bug preventing abilities. > > org-show-entry is another place where the bug occurs. it is part of > recreating a more folded st

Re: [O] M-x org-publish in 8.3.1 results in error "org-check-agenda-file: Wrong type argument: stringp, nil"

2015-08-15 Thread Kyle Meyer
Omid writes: > Hello, > > In Emacs 24.5.1, after updating to the latest Org mode in ELPA > (8.3.1-16-gf6aa53-elpa), org-publish results in the error > > "org-check-agenda-file: Wrong type argument: stringp, nil" I believe this is the same issue as below and should be fixed as of 44c8cd7 ("org-ma

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Nicolas Goaziou
Hello, Bastien Guerry writes: > There is no rush for this change. > > I will ask on the emacs-devel mailing list for advice on what seems > best to support. > > Rasmus, can you revert the 24.3 requirement on org.el for now ? > > Let's not make changes in the master branch that push the decision

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-15 Thread Bastien Guerry
Hi, There is no rush for this change. I will ask on the emacs-devel mailing list for advice on what seems best to support. Rasmus, can you revert the 24.3 requirement on org.el for now ? Let's not make changes in the master branch that push the decision when it is not taken yet. Thanks, --