Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Maria Shinoto
I appreciate your help! It seems, the problem is a bit more difficult... Before accessing this mailing list, I have already done some installations and updates (whole emacs, org mode packages etc.), but all to the same result. I get along with R, Latex, Pandoc etc., in console mode or GUI, yet

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Thomas S. Dye
I'm not an expert, but instead of trying to adjust the initialization files I'd re-install Org mode following the instructions here: http://orgmode.org/worg/org-faq.html#installing-via-elpa. hth, Tom Maria Shinoto writes: > So should I delete the line > > /Applications/Emacs.app/Contents/Re

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Maria Shinoto
So should I delete the line /Applications/Emacs.app/Contents/Resources/lisp/org and leave the one on top /Users/mariashinoto/.emacs.d/elpa/org-20160808/ ? Maria Am 14.08.16 um 10:35 schrieb Thomas S. Dye: According to the web site, you should see the path to the latest Org mode.

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Thomas S. Dye
According to the web site, you should see the path to the latest Org mode. Yours points to the Org mode that ships with Emacs. If you've updated Org mode independently of Emacs, then Emacs isn't finding the latest Org mode correctly. hth, Tom Maria Shinoto writes: > and again... > > I got the

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Maria Shinoto
and again... I got the load-path variable with C-h v load-path RET, it looks like this: load-path is a variable defined in `C source code'. Its value is ("/Users/mariashinoto/.emacs.d/elpa/org-20160808/" "/usr/share/emacs/site-lisp/org" "/Library/Application Support/Emacs/24.5/site-li

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Maria Shinoto
Aloha again, now I checked as far as I could. I get this response to "M-x org-version": Org-mode version 8.2.10 (release_8.2.10 @ /Users/mariashinoto/.emacs.d/elpa/org-20160808/) This should be OK according to the FAQ. Next step would be to go through the output of "list-load-path-shadows"

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Maria Shinoto
Aloha Tom, this seems to be the right direction. I updated from Melpa, which was recommended in several web pages about org mode. Will try to figure it out and write about my findings. Best, Maria Am 14.08.16 um 08:58 schrieb Thomas S. Dye: Aloha Maria, When I press Ctrl-h v and type org-p

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Thomas S. Dye
Aloha Maria, When I press Ctrl-h v and type org-planning-line-re , I get this: , | org-planning-line-re is a variable defined in `org.el'. | Its value is "^[]*\\(\\(?:CLOSED\\|DEADLINE\\|SCHEDULED\\):\

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs

2016-08-13 Thread Maria Shinoto
Hi, Thanks a lot for your help、I tried the options, but CUA Keys were not selected. There is nothing about CUA keys in my .emacs file either. Now I put on the Debugger -- unfortunately, I do not know anything about elisp. I set the cursor on a list item line with checkbox marked "X" and typ

[O] org-ref bibliography html export & bigblow

2016-08-13 Thread Johannes Brauer
Hi, using org-ref by John Kitchin bibliography html export works fine as long as I don’t activate the org-html-theme bigblow by Fabrice Niessen which I like very much. With this theme the bibliography doesn’t appear in the exported html anymore. Are there any ideas what I could do? Johannes

Re: [O] ox-md.el: Export TOC and Footnotes as Markdown rather than HTML

2016-08-13 Thread Jake Romer
Hi Nicolas, Thanks for the quick feedback! Notes on your notes: > However, AFAIU, rendering for footnote section is still HTML, albeit a > lightweight one. Ah yes, that's true—the enclosing section can be rendered in Markdown, but the footnotes themselves (and their references) are in HTML. I

Re: [O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs [8.2.10 (release_8.2.10 @ /Users/home/.emacs.d/elpa/org-20160801/)]

2016-08-13 Thread Axel Kielhorn
> Am 13.08.2016 um 09:41 schrieb Maria Shinoto : > > Message-ID: > > > > > Hi, > > I am learning Org-mode and Emacs on a Mac, and got everything working > fine, except for the key combination C-c C-c. > > C-c C-c should update states in certain contexts, e.g. toggle the state of a > check

Re: [O] Bug: clock table report hang when using :tags [8.2.10 (release_8.2.10 @ c:/Program Files/emacs/share/emacs/24.5/lisp/org/)]

2016-08-13 Thread Yichao Woo
Hey Nicolas: I upgraded from 8.2.10 to 8.3.5, but still get the same result. Have no idea why since I have little knowledge on how to read and debug elisp code. Sorry for the inconvenience On Mon, Aug 8, 2016 at 5:16 AM, Nicolas Goaziou wrote: > Hello, > > Yichao Woo writes: > > > Using command

[O] Bug: keys C-c C-c do not update in Emacs app, but in Terminal emacs [8.2.10 (release_8.2.10 @ /Users/home/.emacs.d/elpa/org-20160801/)]

2016-08-13 Thread Maria Shinoto
Message-ID: Hi, I am learning Org-mode and Emacs on a Mac, and got everything working fine, except for the key combination C-c C-c. C-c C-c should update states in certain contexts, e.g. toggle the state of a check box and the counter of tasks finished in the header of such a check box li