Re: [O] [PATCH] Only use HTML5 fancy elements in HTML5

2015-08-18 Thread Eric Abrahamsen
Rasmus ras...@gmx.us writes: Hi, Eric Abrahamsen e...@ericabrahamsen.net writes: Currently, if the global variable `org-html-html5-fancy' is t, some elements of HTML export will use fancy elements even when not exporting to HTML5 at all. Specifically, the TITLE of a document will be

Re: [O] Bug: babel load error [8.3.1 (8.3.1-16-gf6aa53-elpaplus @ /Users/chromiak/.emacs.d/elpa/org-plus-contrib-20150810/)]

2015-08-18 Thread Kyle Meyer
Chromiak, Walter chrom...@dickinson.edu writes: Uninstall Org from the package-list-packages menu, restart Emacs making sure that Org has not been loaded, and then install Org again from the package-list-packages menu. Thank you. I did exactly that, twice, once with the gnu package-list

[O] What is a good way to get some source blocks to inherit file local variables? lexical-binding specifically

2015-08-18 Thread Grant Rettke
Good evening, I am working on an Org document. It is mostly Emacs Lisp source blocks. I set `lexical-binding' to `t' in the Org document. My goal was that when I entered source-block-buffers that they would inherit that property. They don't. I wanted that setting to get inherited because the

Re: [O] beamer_env tag issue with empty headlines

2015-08-18 Thread Suvayu Ali
On Mon, Aug 17, 2015 at 11:11:59PM -0400, Prateek Mehta wrote: I have a beamer block setup like below, so that it does not have a headline. ** :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.64 :BEAMER_env: block :END: - Some text here When I export it, the beamer

Re: [O] re-search-forward hang in org-link-search

2015-08-18 Thread Matthew MacLean
No worries. If anything it makes be feel better about my own silliness earlier. On Tue, Aug 18, 2015 at 11:54 AM, Bastien b...@gnu.org wrote: Matthew MacLean archen...@gmail.com writes: Maybe the recursive-whitespace Regular Expressions that Pip Cet mentioned are not Emacs freezers in

Re: [O] re-search-forward hang in org-link-search

2015-08-18 Thread Bastien
Hi Matthew, I've no problem with the link in hang.org. This is with Org 8.3.1 and Emacs 25.0.50.18. -- Bastien

Re: [O] re-search-forward hang in org-link-search

2015-08-18 Thread Matthew MacLean
Fascinating. Maybe the recursive-whitespace Regular Expressions that Pip Cet mentioned are not Emacs freezers in Emacs 25? On Tue, Aug 18, 2015 at 11:30 AM, Bastien b...@gnu.org wrote: Hi Matthew, I've no problem with the link in hang.org. This is with Org 8.3.1 and Emacs 25.0.50.18. --

Re: [O] re-search-forward hang in org-link-search

2015-08-18 Thread Bastien
Matthew MacLean archen...@gmail.com writes: Maybe the recursive-whitespace Regular Expressions that Pip Cet mentioned are not Emacs freezers in Emacs 25? No... this is just me using the patched version, sorry for the noise. -- Bastien

Re: [O] re-search-forward hang in org-link-search

2015-08-18 Thread Bastien
Matthew MacLean archen...@gmail.com writes: No worries. If anything it makes be feel better about my own silliness earlier. Well, I'm good at making people feeling better about their own silliness, so you're most welcome. -- Bastien

Re: [O] Stable releases

2015-08-18 Thread Bastien
Bastien b...@gnu.org writes: This is not too late -- can you add a note in etc/ORG-NEWS in maint about this change? Forget about this, I've reintroduced org-latex-with-hyperref. -- Bastien

Re: [O] Add version header to org.el

2015-08-18 Thread Achim Gratz
Rasmus writes: Is there any issues with adding a version header to org.el in maint and master? I don't think so. It may require to update README_maintainer accordingly. Done. Please revert that change. It's messing with the version numbers on ELPA since (as I suspected) the idea of using

Re: [O] Stable releases

2015-08-18 Thread Bastien
Hi Scott, the main reason why 8.3 was not as stable as it should have been is that I've been releasing it too quickly, after having been inactive way too long. It's kind of a miracle that Org development could continue without an active official maintainer for so long, and we owe a lot to

Re: [O] Stable releases

2015-08-18 Thread Scott Randby
On 08/18/2015 01:36 PM, Bastien wrote: Hi Scott, the main reason why 8.3 was not as stable as it should have been is that I've been releasing it too quickly, after having been inactive way too long. It's kind of a miracle that Org development could continue without an active official

Re: [O] org-block-background in 8.3.1?

2015-08-18 Thread Bastien
Hi Sébastien, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Really, it has been removed because of a problem when ps-print'ing an Org buffer -- though the bug was to find in `ps-def.el' and not in Org, as reported by Stefan Monnier [1]. It should have been fixed

Re: [O] re-search-forward hang in org-link-search

2015-08-18 Thread Pip Cet
I'm using Emacs 25.0.50.26, for what it's worth, and they still freeze Emacs here. I don't recall precisely when the problematic regular expressions were introduced, though, that might have been after 8.3.1? On 8/18/15, Matthew MacLean archen...@gmail.com wrote: Fascinating. Maybe the

[O] Emacs batch and bbdb Issue

2015-08-18 Thread Aric Gregson
Hello, I have cron set up to send me an email with my org calendar each morning as follows: /usr/local/bin/emacs --batch -l ~/.emacs --eval '(org-batch-agenda a org-agenda-span (quote day))' It works fine unless Gnus starts running. When that happens, bbdb is taken by Gnus and then the emacs

Re: [O] outorg issue

2015-08-18 Thread Kaushal
I had submitted a pull request to solve this issue on that author's outshine package page a couple of months back but as Andreas noted, the author hasn't been able to maintain this stuff due to personal reasons. You can fix this issue by manually making changes in your copy of outshine as per

Re: [O] beamer_env tag issue with empty headlines

2015-08-18 Thread Prateek Mehta
On Tue, Aug 18, 2015 at 12:00 PM, emacs-orgmode-requ...@gnu.org wrote: Message: 14 Date: Tue, 18 Aug 2015 14:43:39 +0200 From: Suvayu Ali fatkasuvayu+li...@gmail.com To: emacs-orgmode@gnu.org Subject: Re: [O] beamer_env tag issue with empty headlines Message-ID:

Re: [O] Emacs batch and bbdb Issue

2015-08-18 Thread Pip Cet
I've had the same problem, and I found it a little hard to find the right thing in the source code, so maybe this helps: I think what you want is (setq create-lockfiles nil), which doesn't steal the lockfile but ignores it; if you need to make sure it's stolen, try overriding

Re: [O] org-mode 3.5.1 at emacs 24: invalid-functon 41

2015-08-18 Thread Martin Steffen
Bastien bzg at gnu.org writes: Hi Martin, Martin Steffen msteffen at ifi.uio.no writes: (setq load-path (cons ~/gnu/emacs/24/lisp/org/lisp load-path)) (setq load-path (cons ~/gnu/emacs/24/lisp/org/contrib/lisp load-path)) (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode))

Re: [O] Problem (bug?) evaluating octave code (function name does not agree with file name)

2015-08-18 Thread Eric S Fraga
On Tuesday, 18 Aug 2015 at 10:42, Tomas Grigera wrote: Hello list, I am a very happy user of orgmode and babel. I recently picked up a document from last year, and found that code blocks that used to evaluate fine now don't. A code block like this [...] There has been some change, of

Re: [O] Problem (bug?) evaluating octave code (function name does not agree with file name)

2015-08-18 Thread Tomas Grigera
Thanks Eric, My workaround was to use :session, though not completely satisfactory (I need to clean up the output). Your comment made me notice 1. octave reports the problem filename as empty 2. the undefined function call happens at 'line 1', which would not be the case if the whole code block

Re: [O] Stable releases

2015-08-18 Thread Russell Adams
On Tue, Aug 18, 2015 at 07:36:00PM +0200, Bastien wrote: Hi Scott, the main reason why 8.3 was not as stable as it should have been is that I've been releasing it too quickly, after having been inactive way too long. It's kind of a miracle that Org development could continue without an

Re: [O] outorg issue

2015-08-18 Thread Andreas Leha
Hi Bastien, Bastien b...@gnu.org writes: Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: For quite some time now, I have to disable outshine/outorg [1] as it does give me Before first heading (complete backtrace [2]) whenever I open an org file followed by more issues

Re: [O] Stable releases

2015-08-18 Thread Bastien
Hi Russell, Russell Adams rlad...@adamsinfoserv.com writes: Could we reduce the amount of maintenance to the core if we separate the rapidly changing plugins to separate projects? I have a plan to let contrib/* live its own life outside of the core Org repository. I hope this will encourage

[O] Logging the new time on a reschedule.

2015-08-18 Thread Malcolm Purvis
I would like to log the new time as well as the old when changing the scheduling or deadline of a task. I changed the value of org-log-note-headings to include the new time (%s) in the reschedule log: (reschedule . Rescheduled from %S to %s on %t) and set org-log-reschedule to 'time.

Re: [O] Add version header to org.el

2015-08-18 Thread Achim Gratz
Bastien writes: So there would be two org.el, one bare, non-generated version, with no Version: header, and another one, generated, with all relevant info? Of course the non-generated version, being in the same directory, would need to have a different name. But otherwise, yes. Regards,

Re: [O] outorg issue

2015-08-18 Thread Bastien
Hi Kaushal, thanks for sharing your solution. Kaushal kaushal.m...@gmail.com writes: You can fix this issue by manually making changes in your copy of outshine as per this PR: https://github.com/tj64/outshine/pull/46/ files I use outshine daily and I needed to fix only outshine.el.

Re: [O] current status of citation syntax discussion

2015-08-18 Thread Joseph Vidal-Rosset
Hi everybody, Thanks to Eric's example (here : https://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01262.html ) I have succeeded to use ox-bibtex.el. \cite{} in the org file works both for html and latex. Nevertheless, I wonder how to get for org-file the org citation syntax [[cite: ]]

Re: [O] Add version header to org.el

2015-08-18 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Since it doesn't appear that there'll be a proper build environment for ELPA packages anytime soon, the only way out is to generate org.el. We could do it just for ELPA, although I suggest we go ahead and do it across the board. We can get

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

2015-08-18 Thread Bastien
Hi Nicolas and all, As Achim said, we may have been miscommunicating, especially on whether it was about requiring Emacs 23+ or 24.3 vs 24.4. Here is my decision on this issue: - the Org 8.x series will be Emacs 23+ compatible. - the Org 9.x series will be Emacs 24.3+ compatible. Emacs 23 and

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

2015-08-18 Thread David Engster
Bastien writes: Emacs 23 and XEmacs support will be officially dropped as of Org 9.0. Support for XEmacs should be dropped right away; it would just state a fact, as Org didn't even compile with XEmacs for quite some time now (and nobody complained). I recognize having the manpower to watch

Re: [O] Bug: src block face [8.3.1 (8.3.1-56-g17a225-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20150817/)]

2015-08-18 Thread Tanis, Craig
Aha! In my configuration, I was fontifying org-block to use a different background color and font family. I don't suppose there's some way to get the best of both worlds: visibly distinct org-blocks with mode-specific keyword fontification? Thanks, Craig On Aug 18, 2015, at 10:36 AM, Kyle

[O] beamer_env tag issue with empty headlines

2015-08-18 Thread Prateek Mehta
Hi, I have a beamer block setup like below, so that it does not have a headline. ** :B_block:BMCOL: :PROPERTIES: :BEAMER_col: 0.64 :BEAMER_env: block :END: - Some text here When I export it, the beamer environment tags show up in the pdf. This was not the case a couple of

[O] org-mode 3.5.1 @ emacs 24: invalid-functon 41

2015-08-18 Thread Martin Steffen
Hi, I have recently git-pulled the latest org-mode (and make-compiled it). Since the upgrade, org is basically broken. If I visit a file, emacs answers with invalid-function 41 (I have debug-on-error to t, but it does not give much info where it chokes). I have now org-version 3.5.1. Before the

Re: [O] current status of citation syntax discussion

2015-08-18 Thread Joseph Vidal-Rosset
2015-08-18 9:53 GMT+02:00 Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com : Thanks to Eric's example (here : https://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01262.html ) I have succeeded to use ox-bibtex.el. \cite{} in the org file works both for html and latex. Nevertheless,

[O] Problem (bug?) evaluating octave code (function name does not agree with file name)

2015-08-18 Thread Tomas Grigera
Hello list, I am a very happy user of orgmode and babel. I recently picked up a document from last year, and found that code blocks that used to evaluate fine now don't. A code block like this #+BEGIN_SRC octave 1; function y=dup(x) y=2*x; end dup(2) #+END_SRC fails with : warning:

[O] Bug: Priorities not inheriting [8.3.1 (8.3.1-56-g17a225-elpa @ /Users/luke/.emacs.d/elpa/org-20150817/)]

2015-08-18 Thread Luke Amdor
Given a test.org with: * [#B] Test ** TODO one When I do the agenda to find TODO headlines with priority B I would expect it to find the TODO one, however it doesn't. I'm very sure this regressed when upgrading to 8.3.1, as it worked fine in 8.3.0. Thanks! Emacs : GNU Emacs 24.5.1

[O] Bug: src block face [8.3.1 (8.3.1-56-g17a225-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20150817/)]

2015-08-18 Thread Tanis, Craig
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.

Re: [O] Bug: src block face [8.3.1 (8.3.1-56-g17a225-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20150817/)]

2015-08-18 Thread Kyle Meyer
Tanis, Craig craig-ta...@utc.edu writes: SRC blocks don't show correct face when a language is specified. #+begin_src correctly shows in 'org-block face #+end_src #+begin_src language incorrectly shows in 'default face #+end_src I suspect that in your second block you're using text

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

2015-08-18 Thread Bastien
Omid omidl...@gmail.com writes: user-error: No language for src block: (unnamed) This suggests to look for a #+begin_src block with no language name. -- Bastien

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

2015-08-18 Thread Bastien
Hi Matt, Matt Lundin m...@imapmail.org writes: Certainly! These are the settings I have: I'm using this now and it works well, thanks a lot! -- Bastien

Re: [O] Stable releases

2015-08-18 Thread Bastien
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: I'm not sure to understand. What is wrong with setting `org-latex-hyperref-template' to the empty string? This change was introduced in Feb 2014. It is a step forward since we move from an opt-in/opt-out to a full customizable

Re: [O] outorg issue

2015-08-18 Thread Pip Cet
Hi, can you confirm the issue only appears when the first line of the buffer isn't an outline heading? I think it's easy enough to fix then, and if you like you might want to try the patch I've attached. It's bugged me for a while that `org-back-to-heading' et al throw errors when they're used

Re: [O] Emacs-Orgmode Archive search fails

2015-08-18 Thread Bastien
Hi Charles, Charles Millar mill...@verizon.net writes: I just tried the mail list archive search again with simply latex and LaTeX and still the one and only result is to a February 2015 message. Other similar simple searches yield nothing. OK. I wrote to webmast...@gnu.org again about this

Re: [O] A bug with expanding headlines of the sparse tree?

2015-08-18 Thread Bastien
Hi Meir, Meir Goldenberg mgolde...@gmail.com writes: Now, if we do C-/ T and give TODO for the keyword, then we correctly get: * TODO Task1 [0/1]... However, if we press Tab on this line, then the whole content, including next headline (the one marked FUTURE) shows up, which seems to be

Re: [O] [PATCH] Fix property name completion

2015-08-18 Thread Bastien
Hi Alexey, thanks for the patch. However, this is not a tiny change, as the cumulated changes are larger than 15 lines¹. If you want to sign the FSF copyright assignment, please see: http://orgmode.org/cgit.cgi/org-mode.git/plain/request-assign-future.txt Thanks! ¹

Re: [O] [ANN] Syntax checker now in master

2015-08-18 Thread Bastien
Hi Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: False positives are acceptable when Trust level is low. Of course, it could be a bug in the checker, too. Incorrect location for PROPERTIES drawer warnings are always reported as high trust so far. In any case, you asked to remove

Re: [O] [PATCH] Only use HTML5 fancy elements in HTML5

2015-08-18 Thread Bastien
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: Here's another patch with a new function. Applied, thanks. -- Bastien

Re: [O] [PATCH] org.texi: Fix case of `results' header-arg node.

2015-08-18 Thread Bastien
Hi Grant, Grant Rettke g...@wisdomandwonder.com writes: Lower-case the results header arg node in /doc/org.texi. Right now it is upper-cased. Applied, thanks. -- Bastien

[O] Org Babel blocks exports dollar signs to LaTeX verbatim

2015-08-18 Thread Matthew MacLean
When working with Org Babel source code blocks, if I have a dollar sign in my code and export it to PDF using LaTeX, it appears to parse as an internal link. (Maybe?) This is what it looks like: [image: Inline image 1] That comes from the following source code block: #+BEGIN_SRC sql :eval no

Re: [O] helm-mode-org-set-tags adding additional tags

2015-08-18 Thread Bastien
Hi Stephen, Stephen J. Barr stev...@uw.edu writes: I am using org-mode 8.2.10 with helm. When I am adding tags to a headline, the first tag offers me completions of all possible tags in the file. However, if I go back later and add additional tags, I am not offered completion. How can I fix

Re: [O] helm-mode-org-set-tags adding additional tags

2015-08-18 Thread Bastien
PS: also, if an external package is used, please explain how to install and use it for the debugging purpose. -- Bastien

Re: [O] Emacspeak and org mode (fwd)

2015-08-18 Thread Bastien
Hi Tim, Jude DaShiell forwarded your message about Org+Emacsspeak problems. Some of the problem may be the result of a wrong installation of Org. Some other may be due to Emacsspeak, which I don't use. Please read http://orgmode.org/manual/Installation.html again to make sure you install Org

Re: [O] outorg issue

2015-08-18 Thread Bastien
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: For quite some time now, I have to disable outshine/outorg [1] as it does give me Before first heading (complete backtrace [2]) whenever I open an org file followed by more issues actually using org mode. Copying Thorsten as

Re: [O] element-debug-mode breaks capture

2015-08-18 Thread Bastien
Samuel Wales samolog...@gmail.com writes: in maint when i capture, i often get this: Error running timer `org-element--cache-sync': (wrong-type-argument integer-or-marker-p nil) I also had a lot of these recently. I'm now turning org-element-use-cache off and I don't see real issue when

Re: [O] org-mode 3.5.1 @ emacs 24: invalid-functon 41

2015-08-18 Thread Bastien
Hi Martin, Martin Steffen mstef...@ifi.uio.no writes: (setq load-path (cons ~/gnu/emacs/24/lisp/org/lisp load-path)) (setq load-path (cons ~/gnu/emacs/24/lisp/org/contrib/lisp load-path)) (add-to-list 'auto-mode-alist '(\\.org\\' . org-mode)) After you start Emacs in this minimal mode, can

Re: [O] [ANN] orgtbl-join

2015-08-18 Thread Bastien
Hi Thierry, Thierry Banel tbanelweb...@free.fr writes: As 8.3 is already out, it should be added to an upcoming release. (Sorry Bastien, I missed your message, I was off-line for a few days). I will submit a patch to the mailing-list, including a translation of the documentation

Re: [O] Bug: src block face [8.3.1 (8.3.1-56-g17a225-elpaplus @ /Users/ctanis/.emacs.d/elpa/org-plus-contrib-20150817/)]

2015-08-18 Thread Kyle Meyer
Tanis, Craig craig-ta...@utc.edu writes: I don't suppose there's some way to get the best of both worlds: visibly distinct org-blocks with mode-specific keyword fontification? Not that I'm aware of (but see the recent thread on the removed org-block-background face [1]). You could change the