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

2015-08-16 Thread Kyle Meyer
Omid omidl...@gmail.com 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:

Re: [O] [bug] org-cycle changed behavior in orgstruct-mode

2015-08-16 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rasmus ras...@gmx.us writes: Great. The bad commit seems to be: commit 898cfbcac0560d1d742d939a62c5a8253fe9b66f Author: Nicolas Goaziou m...@nicolasgoaziou.fr Date: Mon Aug 10 13:34:07 2015 +0200 Implement faster

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

2015-08-16 Thread Bastien Guerry
Hi Achim, Achim Gratz strom...@nexgo.de writes: Since it already has happened and the general consensus seems to be that we should go there eventually, just maybe not right now, I don't see why we suddenly also need to re-define what master is about. The redefinition already happened (i.e.

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

2015-08-16 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 on this

Re: [O] LaTeX special characters 8.3.1

2015-08-16 Thread Bastien Guerry
Hi Rasmus, Rasmus ras...@gmx.us writes: Scott Randby sran...@gmail.com writes: Until 8.3.1, I needed to use \% in an org document in order to get the % symbol displayed when exporting to LaTeX. I just discovered that \% messes up the exported document, and that using % only works. I've

Re: [O] 8.3.1 and org-latex-with-hyperref

2015-08-16 Thread Bastien Guerry
Scott Randby sran...@gmail.com writes: Unfortunately, the \hypersetup{...} generated by org is last one in the preamble when an org document is exported. Is there anything to fix here? -- Bastien

Re: [O] FYI: habits in agenda view with 8.3.1, order of drawers

2015-08-16 Thread Bastien Guerry
Hi Michael, Michael Welle mwe012...@gmx.net writes: I think, part of why I didn't look there is that release notes, change logs, etc. aren't part of the package. That's something I found unfortunate on other circumstances as well. Yes, indeed, thanks for pointing this. Org ELPA packages

Re: [O] Evil-mode text objects

2015-08-16 Thread Bastien Guerry
Hi Spencer, Spencer Boucher spen...@spencerboucher.com writes: Evil mode text objects behave very badly in org-mode (specifically paragraphs). Is this a know problem? Is there a fix? This is obscure: what are evil mode text objects? Can you provide an example that non-evil users can

[O] how to quote slashes in org-protocol string?

2015-08-16 Thread Gregor Zattler
Dear org-mode users and developers, how do I quote slashes (/) in TITLE or BODY in org-protocol string? emacsclient org-protocol:/capture:/x/URL/TITLE/BODY I capture emails from mutt (mail user agent) to org-mode via mutt macros and bash scripts. Now I get errors in Emacs „Greedy

Re: [O] Org-sync status

2015-08-16 Thread Albert Krewinkel
Hi all, just my 2¢ as a quick follow-up. I still like the idea behind org-sync, though I totatly agree with Aurélien that it is rather challenging to convert between a free-formed, human readable format and a rigid format like a bug tracker of kinds. In our conversation 2 years ago, Aurélien

[O] Fix for clocking in when org-clock-into-drawer is not a string

2015-08-16 Thread Tom Hinton
Hello, I have encountered a fault in recent versions of org when clocking into a task with a dangling clock when org-clock-into-drawer is an integer rather than a string. It appears the error was a presumption that org-clock-into-drawer would be a string for the construction of a regex.

[O] Org-sync status

2015-08-16 Thread Aurélien Aptel
Hello to org-mode mailing list subscribers people CC'd in this email, I'm not interested in maintaining org-sync anymore. I've tried to continue but it just doesn't interest me anymore, I can't find the motivation and I rarely use bugtrackers. I think there are too many design issues with

[O] ob-ruby org-babel-ruby-table-or-string numeric argument patch

2015-08-16 Thread Matthew MacLean
Yo~! fa5fd6351605912ec75e783cb626497b1ebe471e introduced a change where org-babel-script-escape stopped accepting numbers. This caused an issue in ob-ruby.el where when trying to evaluate something like 2 + 2, you would get the message: `org-babel-script-escape' expects a string This broke

[O] Bug: Broken summaries in column view [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)]

2015-08-16 Thread me
After update to org-mode 8.3.1 via elpa, summaries in column view no longer work. I made git bisect with minimal configuration and it seems that first broken commit is: commit 0f93638ce1b29792033231426a4555e538f5c959 Author: Nicolas Goaziou m...@nicolasgoaziou.fr Date: Tue Jun 2 17:02:55

[O] SOLVED (was: Re: how to quote slashes in org-protocol string?)

2015-08-16 Thread Gregor Zattler
Dear org-mode users and developers, * Gregor Zattler telegr...@gmx.net [16. Aug. 2015]: how do I quote slashes (/) in TITLE or BODY in org-protocol string? Answer: urlencode them as explained in https://en.wikipedia.org/wiki/Percent-encoding emacsclient

Re: [O] 8.3 hangs

2015-08-16 Thread Matt Lundin
Andreas Leha andreas.l...@med.uni-goettingen.de writes: I still get hangs from time to time, and `kill -12 $(pidof emacs)' always shows flyspell-mode in the mix. I never get hangs without flyspell-mode. I think this has been mentioned before, but I don't know if anyone went any farther with

Re: [O] Org 8.3.1 HTML export options

2015-08-16 Thread Bastien Guerry
Hi Scott, Scott Randby sran...@gmail.com writes: Thanks, that worked, but now I have to change the code on a huge number of files. It is hard to consider something a feature when it breaks a long accepted practice. It certainly isn't a good feature in my view. In fact, it is a terrible

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

2015-08-16 Thread Bastien Guerry
Rasmus ras...@gmx.us writes: I just merged `wip-lint' branch with `master'. It is now possible to check syntax in a document using M-x org-lint Cool. Thanks! Yes, thanks! I have a few false positives, especially when spotting wrong drawer location. I will try to report/fix them. --

Re: [O] org-bbdb-birthday reminder

2015-08-16 Thread Bastien Guerry
Hi Matt and Nick, Matt Lundin m...@imapmail.org writes: Nick Dokos ndo...@gmail.com 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... Agreed. Nick, would you

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-16 Thread Bastien Guerry
Hi, I removed `org-html-use-unicode-chars'. Thanks, -- Bastien

Re: [O] Org 8.3.1 HTML export options

2015-08-16 Thread Bastien Guerry
Rasmus ras...@gmx.us writes: Bastien Guerry b...@gnu.org writes: As for the change itself, I cannot find the discussion about it on the mailing list, if someone finds a pointer, thanks. AFAIR http://thread.gmane.org/gmane.emacs.orgmode/96267/ Thanks! -- Bastien

Re: [O] Link to http://orgmode.org/build-org-pkg.txt is 404 in http://orgmode.org/elpa.html

2015-08-16 Thread Bastien Guerry
Hi, Cook, Malcolm m...@stowers.org writes: Link to http://orgmode.org/build-org-pkg.txt is 404 in http://orgmode.org/elpa.html Fixed, thanks for reporting this, -- Bastien

Re: [O] Bug: property :CLOCK_MODELINE_TOTAL: today has no effect.

2015-08-16 Thread Dmitri Makarov
The example works ok for me, i.e. modeline task time shows only today's time (6:00). However, the following example doesn't work (it shows 34d 19:47) when clocked in the task 'B': * L ** TODO B :body: :LOGBOOK: CLOCK: [2015-08-16

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-16 Thread Bastien Guerry
Andreas Leha andreas.l...@med.uni-goettingen.de writes: So, even if there is probably not a high risk for the COMMENT keyword to be dropped I just wanted to express my support for it. COMMENT will stay, for sure. -- Bastien

Re: [O] Org 8.3.1 HTML export options

2015-08-16 Thread Rasmus
Bastien Guerry b...@gnu.org writes: As for the change itself, I cannot find the discussion about it on the mailing list, if someone finds a pointer, thanks. AFAIR http://thread.gmane.org/gmane.emacs.orgmode/96267/ -- Lasciate ogni speranza, voi che leggete questo.

Re: [O] LaTeX special characters 8.3.1

2015-08-16 Thread Rasmus
Bastien Guerry b...@gnu.org writes: Hi Rasmus, Rasmus ras...@gmx.us writes: Scott Randby sran...@gmail.com writes: Until 8.3.1, I needed to use \% in an org document in order to get the % symbol displayed when exporting to LaTeX. I just discovered that \% messes up the exported document,

[O] Bug: property :CLOCK_MODELINE_TOTAL: today has no effect.

2015-08-16 Thread Dmitri Makarov
After update to Org-mode version 8.3.1 (8.3.1-16-gf6aa53-elpa) the property CLOCK_MODELINE_TOTAL value today has no effect. The modeline timing for a task display the total time for the task, not the time since the start of the current day. GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.4.0, NS

Re: [O] Bug: property :CLOCK_MODELINE_TOTAL: today has no effect.

2015-08-16 Thread Kyle Meyer
Dmitri Makarov dmak...@gmail.com writes: After update to Org-mode version 8.3.1 (8.3.1-16-gf6aa53-elpa) the property CLOCK_MODELINE_TOTAL value today has no effect. The modeline timing for a task display the total time for the task, not the time since the start of the current day. GNU

Re: [O] Bug: property :CLOCK_MODELINE_TOTAL: today has no effect.

2015-08-16 Thread Kyle Meyer
Dmitri Makarov dmak...@gmail.com writes: The problem seems to be in the order of :PROPERTIES: v. :LOGBOOK:. As of 8.3, the properties drawer must immediately follow any planning info. The link below has a function that will fix up your files. http://orgmode.org/Changes.html -- Kyle

Re: [O] Bug: property :CLOCK_MODELINE_TOTAL: today has no effect.

2015-08-16 Thread Dmitri Makarov
The problem seems to be in the order of :PROPERTIES: v. :LOGBOOK:. If I move :PROPERTIES: above :LOGBOOK: block in the file, then the mode line starts displaying the correct time for the task. It used to work before the regardless of the ordering the :PROPERTIES: and :LOGBOOK: blocks, so I

Re: [O] ob-ruby org-babel-ruby-table-or-string numeric argument patch

2015-08-16 Thread Nicolas Goaziou
Hello, Matthew MacLean archen...@gmail.com writes: Could you review my patch? Thanks..! Thank you for the patch. diff --git a/lisp/ob-core.el b/lisp/ob-core.el index e3abe97..01c4da8 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -2813,34 +2813,37 @@ block but are passed literally

[O] [PATCH] Allow early-warning anniversaries in agends [was: Re: org-bbdb-birthday reminder]

2015-08-16 Thread Nick Dokos
Julien Cubizolles j.cubizol...@free.fr writes: Matt Lundin m...@imapmail.org writes: Nick Dokos ndo...@gmail.com 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

Re: [O] Fix for clocking in when org-clock-into-drawer is not a string

2015-08-16 Thread Bastien Guerry
Hi Tom, I see this has been committed, thanks! -- Bastien

Re: [O] LaTeX special characters 8.3.1

2015-08-16 Thread Bastien Guerry
Rasmus ras...@gmx.us writes: AFAIK there's no change in 8.3. If you export a document consisting of $ % with ox-latex with 8.2.10 you also get \$ \%. Okay, thanks for confirming, -- Bastien

Re: [O] Bug: Broken summaries in column view [8.3.1 (8.3.1-16-gf6aa53-elpa @ /home/user/.emacs.d/elpa/org-20150810/)]

2015-08-16 Thread Nicolas Goaziou
Hello, m...@nooff.info writes: After update to org-mode 8.3.1 via elpa, summaries in column view no longer work. I made git bisect with minimal configuration and it seems that first broken commit is: commit 0f93638ce1b29792033231426a4555e538f5c959 Author: Nicolas Goaziou

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

2015-08-16 Thread Nicolas Goaziou
Hello, Bastien Guerry b...@gnu.org writes: Yes, thanks! I have a few false positives, especially when spotting wrong drawer location. I will try to report/fix them. False positives are acceptable when Trust level is low. Of course, it could be a bug in the checker, too. In any case, you

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

2015-08-16 Thread Achim Gratz
Bastien Guerry writes: The redefinition already happened (i.e. the master branch is about Org+Emacs 24.3+) and it happened before we could reach a consensus about it, or simply take the time to really discuss it as we need. I'm trying to find the best conditions to move forward here. Well,

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

2015-08-16 Thread Thomas Holst
· Eric Abrahamsen e...@ericabrahamsen.net wrote: [ ... snip ... ] [ ... snip completion issue with gnorb ... ] No worries, glad it's sorted! But maybe someone can give me a hint how to get helm working here. As mentioned above I have #+begin_src emacs_lisp (setq

Re: [O] ob-ruby org-babel-ruby-table-or-string numeric argument patch

2015-08-16 Thread Matthew MacLean
Yep..! Guess I know that unsubscribed mail doesn't actually go to /dev/null like I heard it might. The end result was commit 81a63729473baaf00c2548d8929b9388053aea05 sans the test from http://thread.gmane.org/gmane.emacs.orgmode/99888 after a little bit of patch bootcamp for someone who read

Re: [O] Exporting Org Agenda - todo.txt and todo.txt - Org Files + Suggestion/Feature request.

2015-08-16 Thread Tomasz bla Fortuna
Jorge A. Alfaro-Murillo jorge.alfaro-murillo at yale.edu writes: Tim O'Callaghan writes: Does anyone else out there generate todo.txt files[1] from org/org-agenda? If you do, how do you do it. Or if not, do you have a good idea about how if it can be approximated in an agenda

Re: [O] org-html-use-unicode-chars breaks source code blocks

2015-08-16 Thread Brady Trainor
Speaking of COMMENT, I had noticed some strange behavior if I have a state like COMMENTED_OUT. If I have a header like =#+TODO: TODO COMMENTED_OUT | DONE=, and cycle through state with S-right arrow, it gets pretty wonky. For now, I simply use COMMENT when I have a section I want to consider

Re: [O] ob-ruby org-babel-ruby-table-or-string numeric argument patch

2015-08-16 Thread Kyle Meyer
Hi Nicolas, This is a duplicate that has finally come through: http://thread.gmane.org/gmane.emacs.orgmode/99888 -- Kyle

Re: [O] 8.3.1 and org-latex-with-hyperref

2015-08-16 Thread Scott Randby
On 08/16/2015 09:36 AM, Bastien Guerry wrote: Scott Randby sran...@gmail.com writes: Unfortunately, the \hypersetup{...} generated by org is last one in the preamble when an org document is exported. Is there anything to fix here? Yes in my opinion. Return the org-latex-with hyperref

[O] element-debug-mode breaks capture

2015-08-16 Thread Samuel Wales
in maint when i capture, i often get this: Error running timer `org-element--cache-sync': (wrong-type-argument integer-or-marker-p nil) so i run element-debug-mode on the base buffer of the capture. but then capture stops working: Debugger entered--Lisp error: (error Capture abort:

Re: [O] [ANN] orgtbl-join

2015-08-16 Thread Thierry Banel
Le 05/08/2015 02:00, Bastien Guerry a écrit : Hi Thierry, Thierry Banel tbanelweb...@free.fr writes: I am glad to announce the orgtbl-join package. this is really nice. Would you be okay to add this to Org's core feature for Org 8.3? Of course I'm okay. As 8.3 is already out, it should