[O] current head croaks on export since commit "Backport commit 3a5f751 from Emacs master branch"

2015-08-10 Thread Robert Klein
Hi, when I export a file with current org main I get the following error (git-bisect-identified commit below): Debugger entered--Lisp error: (wrong-type-argument stringp nil) file-exists-p(nil) org-check-agenda-file(nil) byte-code("\306!\203\f.. [can't paste] .b\207" [file pos org

Re: [O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-10 Thread Nicolas Goaziou
Christoph LANGE writes: > Indeed that's what I get in the same *.org file when starting Emacs with > "-q". So it must depend on my configuration. > > I'm not sure how to investigate this – would you have an idea? You can bisect your configuration to find out the wrong part. You can also check w

Re: [O] org-lint does not finish on some org-mode buffer

2015-08-10 Thread Nicolas Goaziou
Gregor Zattler writes: > You are right. I bisected the file. There is a ’>’ missing. At > least with my configuration the attached file ’bad.org’ freezes > Emacs with latest org-mode (but it is in most cases possible to > do a C-G): > > emacs-snapshot -Q -L ~/src/org-mode/lisp/ -nw bad.org >

Re: [O] org-tag-alist - more tags in one keystroke

2015-08-10 Thread David Belohrad
Hi Bastien, thanks for this hint. At the end I have re-organised the tags naming such, that this is not needed any more. Going through the registers is an option, at the same time I feel that this solution is far less ergonomic than pressing a single key during tags selection :) many thanks again

Re: [O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-10 Thread Christoph LANGE
Hi Nicolas, Nicolas Goaziou on 2015-08-10 09:29: > You can bisect your configuration to find out the wrong part. You can > also check what is called by C-c ! with your configuration. C-c ! and C-c . call org-time-stamp[-inactive] in my full configuration. And now I'm sure that I'm _always_ getti

Re: [O] [bug] canonical context not work in 8.3

2015-08-10 Thread Nicolas Goaziou
Samuel Wales writes: > thank you. this version is significantly faster. qualitatively > improved. > > it has a possibly minor bug. Yes, this was a draft anyway. I pushed the new function to code base. However, due to the nature of the change, it landed in master. So it will be available in O

Re: [O] comment trees in 8.3

2015-08-10 Thread Nicolas Goaziou
Samuel Wales writes: > ok, better testcase below. please ignore last 2 messages. > > complete with code, data, explanation, and steps to reproduce. Reproduced, and fixed. Thank you. > comment: 4 d. ago: TODO COMMENT this one is possibly bad syntax > comment: 4 d. ago: COMMENT TOD

Re: [O] Exporting multiple images in a float (LaTeX)

2015-08-10 Thread Eric S Fraga
On Saturday, 8 Aug 2015 at 21:23, Rasmus wrote: > But we can insert "%\n" and in the latex end there's no difference between > > \includegraphics[]{}% > \includegraphics[]{}% > > And > > \includegraphics[]{}\includegraphics[]{}% > > To the best of my knowledge. > > Rasmus Indeed but I

Re: [O] templating with Org?

2015-08-10 Thread John Kitchin
In reviewing these, I discovered I reinvented (and probably not as well!) the function s-format from s.el (https://github.com/magnars/s.el). It might be another option for you. Eric Abrahamsen writes: > John Kitchin writes: > >> I don't have the impression you would need to hijack the export >>

Re: [O] new error: byte-code: Capture abort: (void-function button-lock-set-button)

2015-08-10 Thread John Kitchin
you might be (require 'button-lock) away from working again. Xebar Saram writes: > Ok its not the new release its actually Johns great > 'highlight-email-addresses' function that was giving that error > > i disabled it and now everything is back to normal > > best > > Z > > On Mon, Aug 10, 2015 a

Re: [O] Bug: weird interplay between enforce dependencies, stuck projects and previous subtree [8.2.10 (8.2.10-23-g1ec416-elpa @ /home/devesh/.emacs.d/elpa/org-20141208/)]

2015-08-10 Thread Nicolas Goaziou
Hello, devesh writes: > When org-enforce-todo-dependencies is t, stuck projects definition is > simply '("+project" ("NEXT") nil ""), and org mode file looks like : > > * A :project: > :PROPERTIES: > :ORDERED: t > :END: > ** TODO B > * C

Re: [O] templating with Org?

2015-08-10 Thread Rasmus
John Kitchin writes: > In reviewing these, I discovered I reinvented (and probably not as > well!) the function s-format from s.el > (https://github.com/magnars/s.el). It might be another option for you. Aside: Skimming the s-format function, it looks like a re-implementation of format-spec...

Re: [O] templating with Org?

2015-08-10 Thread John Kitchin
Haha! Yet another function I didn't know about😉 On Monday, August 10, 2015, Rasmus wrote: > John Kitchin > writes: > > > In reviewing these, I discovered I reinvented (and probably not as > > well!) the function s-format from s.el > > (https://github.com/magnars/s.el). It might be another option

[O] Cookies on check-boxed plain lists don't get updated

2015-08-10 Thread Gerald Wildgruber
Hi I'm running org mode on emacs version GNU Emacs 25.0.50.1 (git checkout). I'm using nested plain lists with check-boxes and cookies; here's a simple example: = * TODO Heading [0/3] - [ ] entry 1 - [ ] entry 2 [0/0] - [ ] sub-entry 1 - [ ] sub-ent

[O] Bugs in org-babel "comments org" property blank spaces and links

2015-08-10 Thread Seamus Tuohy
Hello All, I have encountered what I believe to be two bugs in the way that org-babel handles exporting using the org based comments. I am running on Org-mode version 8.3.1 ( 8.3.1-elpaplus ) as pulled from Cask. The first is a bug is related to the handling of commenting links. When links are co

Re: [O] new error: byte-code: Capture abort: (void-function button-lock-set-button)

2015-08-10 Thread Xebar Saram
thx john Z On Mon, Aug 10, 2015 at 3:02 PM, John Kitchin wrote: > you might be (require 'button-lock) away from working again. > > Xebar Saram writes: > > > Ok its not the new release its actually Johns great > > 'highlight-email-addresses' function that was giving that error > > > > i disabled

Re: [O] Cookies on check-boxed plain lists don't get updated

2015-08-10 Thread Rasmus
Hi, I can reproduce. Gerald Wildgruber writes: > = > > * TODO Heading [0/3] > > - [ ] entry 1 > - [ ] entry 2 [0/0] > - [ ] sub-entry 1 > - [ ] sub-entry 2 > - [ ] sub-entry 3 > - [ ] entry 3 > > = I don't have

Re: [O] current head croaks on export since commit "Backport commit 3a5f751 from Emacs master branch"

2015-08-10 Thread Kyle Meyer
Robert Klein wrote: > Hi, > > when I export a file with current org main I get the following error > (git-bisect-identified commit below): [...] > git bisect bad > ef9637030456b153fd834f4c9202a9264d5ef18d is the first bad commit > commit ef9637030456b153fd834f4c9202a9264d5ef18d > Author: Stefan M

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Cook, Malcolm
When you “ updated org through the package manager in Emacs,” I believe you need to make sure org has not been loaded at all. My practice is to exec `emacs –Q`, immediately update with package manager, then quit and restart emacs without the –Q. Let us know…. From: emacs-orgmode-bounces+mec=st

Re: [O] Showing Property in headline; generating table from properties; exporting table to CSV

2015-08-10 Thread Eric S Fraga
On Friday, 7 Aug 2015 at 16:41, Pip Cet wrote: [...] > Headline properties are simply about setting properties in the > headline: no properties drawer, potentially nicer syntax (I'm > currently using :property=value: to emphasize that properties behave Interesting possible extension to org tags

Re: [O] Evil-mode text objects

2015-08-10 Thread Eric S Fraga
On Wednesday, 5 Aug 2015 at 15:24, Spencer Boucher wrote: > Evil mode text objects behave very badly in org-mode (specifically > paragraphs). Is this a know problem? Is there a fix? Can you please be more specific? I use evil and org together all the time. Also, what versions of org and evil?

[O] Exporting calender to ical

2015-08-10 Thread Benny Simonsen
Hi I use org-mode for exporting to ical files, but the "new" exporter in org-mode v. 8 gives me problems. I have used Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/). In that version the export of the .org file listed below works fine. Using Org-mode version

Re: [O] Cookies on check-boxed plain lists don't get updated

2015-08-10 Thread Gerald Wildgruber
Hi Rasmus, thanks for your hint, indeed this particular commit changed the check-box related algorithm; "git log" gives: commit a4cc9d82d8069741be64c55f35f9d3ad7e2663d5 Author: Nicolas Goaziou Date: Tue Jun 9 17:06:17 2015 +0200 org-list: Fix checkbox update with inlinetasks * l

Re: [O] current head croaks on export since commit "Backport commit 3a5f751 from Emacs master branch"

2015-08-10 Thread Kyle Meyer
Kyle Meyer wrote: [...] > The backport changed a '(while (setq VAR (pop LIST)))' to > '(dolist (VAR LIST))', which exposes this, but '(nil)' should not be > passed as a list of files in the first place. Fixed in 44c8cd7. -- Kyle

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

2015-08-10 Thread Cook, Malcolm
Link to http://orgmode.org/build-org-pkg.txt is 404 in http://orgmode.org/elpa.html ~Malcolm

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Cook, Malcolm
Hi – here is my more detailed variation that just got upvoted at stackoverflow for resolving essentially the same problem: http://stackoverflow.com/questions/31855904/emacs-sees-the-directory-with-the-new-org-mode-version-but-loads-the-old-versio From: emacs-orgmode-bounces+mec=stowers@gn

[O] Block level specification for tex code html export method

2015-08-10 Thread Haochen Xie
Hi, I'm trying to include a diagram drawn with tikz in a document, but couldn't find an elegant way to conditionally export it as png when generating HTML output and raw TeX code when generating PDF. It is possible to use #+OPTIONS: tex:imagemagick to have tex blocks in the document exported as

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Sharon Kimble
Kyle Meyer writes: > Hello, > > Sharon Kimble wrote: >> I'm finding that when I clock out now I get the following error report > > I cannot reproduce this with 'emacs -Q' and the following test. > > Clocking in (C-c C-x C-i) and then out (C-c C-x C-o) on the following > heading > > * h > > r

Re: [O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-10 Thread Kyle Meyer
Christoph LANGE wrote: [...] > Running "emacs -q" and then (package-initialize) and then opening a > minimal file like > > * Hello > CLOCK: [2015-08-07 Fri 10:14]--[2015-08-07 Fri 10:20] => 0:06 > > was enough to reproduce the bug. I.e. C-c ! or C-c . on the second > timestamp prompted me with

Re: [O] Evil-mode text objects

2015-08-10 Thread Spencer Boucher
Here are two examples of what I am seeing: https://www.dropbox.com/sh/ri5x9i9bqm1v6qy/AABFKgHifbut-9sDrrfPn7Nya?dl=0. This behavior is with a super minimal config: (use-package evil) and (use-package org). Evil version: 20150809.330 Org version: 20150805 Thanks for your help. On August 10, 201

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Kyle Meyer
Sharon Kimble wrote: [...] >> Do you still get the error after running 'C-u M-x org-reload'? >> > Yes, its still occurring even after closing and restarting emacs. Just restarting emacs will still use the compiled files. Did you try 'C-u M-x org-reload' (the C-u prefix loads the *.el files inste

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Nick Dokos
Sharon Kimble writes: > Kyle Meyer writes: > >> Do you still get the error after running 'C-u M-x org-reload'? >> > Yes, its still occurring even after closing and restarting emacs. In > fact I've just done this to check for certain, and this time it threw up > a debugger page, which says - > T

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Achim Gratz
Kyle Meyer writes: > Just restarting emacs will still use the compiled files. Did you try > 'C-u M-x org-reload' (the C-u prefix loads the *.el files instead of > *.elc)? The org-reload uncompiled command is in the Org menu in Emacs under Refresh/Reload and bound to "C-u C-c C-x !". Regards, Ac

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Sharon Kimble
Kyle Meyer writes: > Sharon Kimble wrote: > [...] >>> Do you still get the error after running 'C-u M-x org-reload'? >>> >> Yes, its still occurring even after closing and restarting emacs. > > Just restarting emacs will still use the compiled files. Did you try > 'C-u M-x org-reload' (the C-u

Re: [O] [bug] canonical context not work in 8.3

2015-08-10 Thread Samuel Wales
On 8/10/15, Nicolas Goaziou wrote: > I pushed the new function to code base. However, due to the nature of > the change, it landed in master. So it will be available in Org 8.4. thank you. will it work in 8.3 (maint) if i load it after loading org?

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Kyle Meyer
Sharon Kimble wrote: > Kyle Meyer writes: [...] >> Just restarting emacs will still use the compiled files. Did you try >> 'C-u M-x org-reload' (the C-u prefix loads the *.el files instead of >> *.elc)? >> > I've just updated org+contrib to todays release, then done "reload org > after update" f

[O] How to tangle org file with option comments yes in batch mode

2015-08-10 Thread Leandro Henrique Oliveira Fernandes
Hi, I am trying to tangle a file in batch mode using the script bellow: emacs.exe -Q --batch --no-init-file -l init.el --visit file.org -f org-babel-tangle --kill == init.el === (require 'org) (require 'org-exp) (require 'ob) (require 'ob-tangle) (require 'ob-R) (org-babel-do-load-languages

[O] Monthly report

2015-08-10 Thread Norbert
Hi folks, I have an agenda spread across multiple files, and I would like to see a brief report of my worktime per day for one month. Ideally such a report would have exactly 28 .. 31 rows with two columns (the date and the number of hours and minutes). I have created a clocktable with stepp

Re: [O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-10 Thread Nicolas Goaziou
Kyle Meyer writes: > Christoph LANGE wrote: > [...] >> Running "emacs -q" and then (package-initialize) and then opening a >> minimal file like >> >> * Hello >> CLOCK: [2015-08-07 Fri 10:14]--[2015-08-07 Fri 10:20] => 0:06 >> >> was enough to reproduce the bug. I.e. C-c ! or C-c . on the sec

Re: [O] Subject: Bug: org-time-stamp-inactive on the end of a CLOCK interval edits start time [8.3.1 (8.3.1-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20150805/)]

2015-08-10 Thread Christoph LANGE
Nicolas Goaziou on 2015-08-10 22:37: > Correct. Fixed. Thank you to you both. Many thanks, @Nicolas, for fixing this so quickly, and @Kyle for tracking down the source of the problem! Christoph -- Dr. Christoph Lange, Enterprise Information Systems Department Applied Computer Science @ Universi

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Peter Salazar
I'm trying to do this for my other install of Emacs (which uses Spacemacs) and now I'm running into problems. I'm using GUI Emacs on Mac OSX (from brew install --with-cocoa --srgb emacs). When I do open -a /Applications/Emacs.app --args --no-init --eval "(progn (require 'package) (add-to-list 'pac

Re: [O] How to visit every source block and modify it's NAME property with org-element?

2015-08-10 Thread Grant Rettke
Here is perhaps the final version: - Go to point-min first - Do before tangling - Save buffer ┌ │ (defun help/org-prp-hdln () │ "Visit every Headline. If it doesn't have an ID property then add one and │ assign it a UUID. Attribution: URL `http://article.gmane.org/gmane.emacs.orgmode/99738

Re: [O] Cookies on check-boxed plain lists don't get updated

2015-08-10 Thread Nicolas Goaziou
Hello, Gerald Wildgruber writes: > Hi Rasmus, > > thanks for your hint, indeed this particular commit changed the > check-box related algorithm; "git log" gives: > > commit a4cc9d82d8069741be64c55f35f9d3ad7e2663d5 > Author: Nicolas Goaziou > Date: Tue Jun 9 17:06:17 2015 +0200 > > org-lis

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Peter Salazar
Update: the install of org-plus-contrib was eventually successful, but it seems that my attempt to launch a GUI version Emacs -Q didn't work. Here's what I did: $ open -a /Applications/Emacs.app --args --no-init C-u M-x org-reload package-list-packages select and delete org-plus-contrib packa

Re: [O] BUG REPORT - problem with org.elc on clocking out

2015-08-10 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > Yes, its still occurring even after closing and restarting emacs. In > fact I've just done this to check for certain, and this time it threw up > a debugger page, which says - > > Debugger entered--Lisp error: (wrong-number-of-arguments #[(pos) > "r\302!\203\303

Re: [O] [bug] canonical context not work in 8.3

2015-08-10 Thread Nicolas Goaziou
Samuel Wales writes: > On 8/10/15, Nicolas Goaziou wrote: >> I pushed the new function to code base. However, due to the nature of >> the change, it landed in master. So it will be available in Org 8.4. > > thank you. will it work in 8.3 (maint) if i load it after loading > org? If you don't p

Re: [O] Block level specification for tex code html export method

2015-08-10 Thread Andreas Leha
Hi Haochen, Haochen Xie writes: > Hi, > > I'm trying to include a diagram drawn with tikz in a document, but > couldn't find an elegant way to conditionally export it as png when > generating HTML output and raw TeX code when generating PDF. It is > possible to use > > #+OPTIONS: tex:imagemagick

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Peter Salazar
Thanks. Tried that, but then when I launch regular Emacs with my init file, I still get this error: https://gist.github.com/512c4934d5351a47b2a1 Any other ideas? On Mon, Aug 10, 2015 at 7:18 PM, Cook, Malcolm wrote: > Try that recipe again but without the org-reload. That is forcing org to > l

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Kyle Meyer
ackage-initialize) ` 2. Load the builtin Org. 3. Go to list-packages and install 'org-20150810'. This results in many compilation issues (see end of message). 4. C-u M-x org-reload 5. Uninstall and then reinstall with package-list-packages. This gets rid of all compilatio

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Peter Salazar
> 1. emacs -Q --eval '(setq user-emacs-directory "/tmp/emacsd/")' -l > /tmp/scratch.el > >, /tmp/scratch.el >| (require 'package) >| (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) > t)

Re: [O] Babel error on init with 8.3.1

2015-08-10 Thread Kyle Meyer
s '("org" . "http://orgmode.org/elpa/";) t) (package-initialize) then org-version reports Org-mode version 8.2.10 (release_8.2.10 @ /tmp/emacsd/elpa/org-20150810/) instead of Org-mode version 8.3.1 (8.3.1-16-gf6aa53-elpa @ /tmp/emacsd/elpa/org-20150810/)

Re: [O] current head croaks on export since commit "Backport commit 3a5f751 from Emacs master branch"

2015-08-10 Thread Robert Klein
On Mon, 10 Aug 2015 12:26:00 -0400 Kyle Meyer wrote: > Kyle Meyer wrote: > [...] > > The backport changed a '(while (setq VAR (pop LIST)))' to > > '(dolist (VAR LIST))', which exposes this, but '(nil)' should not be > > passed as a list of files in the first place. > > Fixed in 44c8cd7. > Con