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
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
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
>
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
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
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
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
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
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
>>
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
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
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...
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
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
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
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
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
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
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
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
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?
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
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
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
Link to http://orgmode.org/build-org-pkg.txt is 404 in
http://orgmode.org/elpa.html
~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
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
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
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
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
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
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
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
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
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?
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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)
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/)
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
52 matches
Mail list logo