Re: [O] error message at line break

2020-05-02 Thread Tim Cross
Étienne Deparis writes: > > I confirm that I've the same variable set in my Emacs config file: > > (setq-default auto-fill-function 'do-auto-fill) > > Which I take from the Emacs Wiki AutoFill page¹, with the explanation > of: « If you would like to enable auto fill for all major modes, you

Re: [O] error message at line break

2020-05-02 Thread Étienne Deparis
Hello, I allow myself to revive an old thread, as I encounter today the exact same problem: Emacs crash in org mode at line ending with the following backtrace: Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) insert-before-markers-and-inherit(nil)

[O] Error when running publishing Org example :(void-variable org-publish-attachment)

2019-03-31 Thread Matthew Kenworthy
Hello all, I'm running the example for publishing an org site to html at: https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html ...but when I try to execute the "org-static" block, I get the error: (void-variable org-publish-attachment) ...any ideas as to what I'm missing

Re: [O] Error in org-element-parse-buffer?

2019-02-19 Thread Nicolas Goaziou
Hello, Norman Walsh writes: > Consider this org-mode file: > > This is a *bold* word. > > What org-element-parse-buffer returns is: > > (org-data nil (section (:begin 1 :end 24 :contents-begin 1 :contents-end > 24 > :post-blank 0 :post-affiliated 1 :parent #0) (paragraph (:begin 1

[O] Error in org-element-parse-buffer?

2019-02-19 Thread Norman Walsh
Hi, I’ve just noticed that org-element-parse-buffer loses whitespace sometimes. Consider this org-mode file: This is a *bold* word. What org-element-parse-buffer returns is: (org-data nil (section (:begin 1 :end 24 :contents-begin 1 :contents-end 24 :post-blank 0 :post-affiliated

Re: [O] error in org-mode 9.2 manual p. 239

2019-02-11 Thread Marco Wahl
Hi Ian, Thanks. > On this page we have this statement > - > 15.11 Context Dependent Documentation > C-c C-x C-i in an Org file tries to open a suitable section of the Org info > documentation > > > I believe that this should be C-c C-x I > org-info-find-node Yes, I corrected this.

[O] error in org-mode 9.2 manual p. 239

2019-02-10 Thread Ian Garmaise
On this page we have this statement - 15.11 Context Dependent Documentation C-c C-x C-i in an Org file tries to open a suitable section of the Org info documentation I believe that this should be C-c C-x I org-info-find-node -- = Ian Garmaise Consultant Phorix Solutions Group

Re: [O] error in org-mode 9.2 manual

2019-02-09 Thread Marco Wahl
Hi Ian, > P. 122 > M-* org-agenda-bulk-toggle-all may have wrong definition, it is a duplicate > of definition for org-agenda-mark-regexp I changed the text from - Mark entries matching a regular expression for bulk action. to + Toggle mark of every entry for bulk action. Thanks, --

[O] error in org-mode 9.2 manual

2019-02-09 Thread Ian Garmaise
P. 122 M-* org-agenda-bulk-toggle-all may have wrong definition, it is a duplicate of definition for org-agenda-mark-regexp -- = Ian Garmaise Consultant Phorix Solutions Group ia...@phorixsol.com Toronto cell: 416.432.2251 NYC: 917.512.9535 https://www.linkedin.com/in/igarmaise/

Re: [O] Error in Literal Examples manual?

2019-02-04 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > At the bottom of this is > a description of adding a `org-store-link` inside of a babel code block > edit called with C-c ' , however, it doesn't seem to work with C-c l , > although M-x org-store-line does

[O] Error in Literal Examples manual?

2019-02-04 Thread Lawrence Bottorff
At the bottom of this is a description of adding a `org-store-link` inside of a babel code block edit called with C-c ' , however, it doesn't seem to work with C-c l , although M-x org-store-line does work. Or am I seeing, doing this wrong? Sorry

Re: [O] Error in compact guide

2019-02-02 Thread Nicolas Goaziou
Hello, John Weeks writes: > Hi! Tiny error in release 9.2 of compact org-mode guide, page 23; C-c M-x > is the binding given for org-copy instead of C-c M-w (it's correct in the > "full" manual). Fixed. Thank you. Regards, -- Nicolas Goaziou

[O] Error in compact guide

2019-02-02 Thread John Weeks
Hi! Tiny error in release 9.2 of compact org-mode guide, page 23; C-c M-x is the binding given for org-copy instead of C-c M-w (it's correct in the "full" manual).

Re: [O] Error in emacs 26.1 when publishing to html

2018-06-12 Thread Pascal Quesseveur
>"KM" == Kaushal Modi writes: KM> htmlize.el is required for ox-html exports, especially if you export src KM> blocks. You need to have htmlize installed in the default load-path (you KM> will need to do that much customization in emacs -Q sessions too). Thank you. In fact I am

Re: [O] Error in emacs 26.1 when publishing to html

2018-06-11 Thread Kaushal Modi
Hello Pascal. On Mon, Jun 11, 2018, 4:29 AM Pascal Quesseveur wrote: > Hello, > > I would like to report the following problem. > > I use emacs 26.1, with org-mode version 9.1.9 on Windows. > > Using emacs with no customization (-Q option) I get an error when > publishing an Org file to html.

[O] Error in emacs 26.1 when publishing to html

2018-06-11 Thread Pascal Quesseveur
Hello, I would like to report the following problem. I use emacs 26.1, with org-mode version 9.1.9 on Windows. Using emacs with no customization (-Q option) I get an error when publishing an Org file to html. Org asks for htmlize. , | org-babel-exp process emacs-lisp at position 10935... |

Re: [O] error while creating agenda clocktable

2018-04-28 Thread Bastien
Hi Rainer, The presence of the file column in the clocktable depends on the scope. Removing the headline column is not an option, I don't see many cases were it would be useful, except corner-cases. Rainer Stengele writes: > In the past I just copied the

Re: [O] error while creating agenda clocktable

2018-04-27 Thread Rainer Stengele
Am 27.04.2018 um 15:47 schrieb Bastien: Hi Rainer, Rainer Stengele writes: I will copy the new function and modify it to fit my needs. Thanks for this - please share your experience so that we can better guide people in updating their code. The only

Re: [O] error while creating agenda clocktable

2018-04-27 Thread Bastien
Hi Rainer, Rainer Stengele writes: > I will copy the new function and modify it to fit my needs. Thanks for this - please share your experience so that we can better guide people in updating their code. The only backward-incompatible change is that :tags is now

Re: [O] error while creating agenda clocktable

2018-04-27 Thread Rainer Stengele
Hi Bastien, I see that org-clocktable-write-default has been modified quite a bit. I will copy the new function and modify it to fit my needs. So please consider this case closed. Thank you. Regards, Rainer Am 27.04.2018 um 14:05 schrieb Rainer Stengele: Hi Bastien, I am addressing you

[O] error while creating agenda clocktable

2018-04-27 Thread Rainer Stengele
Hi Bastien, I am addressing you because I read that something changed with the agenda clocktables. Maybe related to that E-Mail: Subject: Re: agenda clockreport -- include tags? Date: Fri, 27 Apr 2018 01:34:50 +0200 After updating today I cannot get the agenda clocktable anymore. I use my own

Re: [O] Error handling in org-make-link-string

2018-04-14 Thread Nicolas Goaziou
Hello, Bob Newell writes: > Aloha, > > Either of your suggested solutions would work, of course, and limit > effects to org-xxx-copy-for-org-mode. I didn't go that way because I > didn't want to have to continually modify the core product on my own > :) > > The idea of

Re: [O] Error handling in org-make-link-string

2018-04-14 Thread Bob Newell
Aloha, Either of your suggested solutions would work, of course, and limit effects to org-xxx-copy-for-org-mode. I didn't go that way because I didn't want to have to continually modify the core product on my own :) The idea of (if (org-string-nw-p link-location etc. may be best because we can

Re: [O] Error handling in org-make-link-string

2018-04-14 Thread Nicolas Goaziou
Hello, Bob Newell writes: > The problem? When org-make-link-string encounters an empty link (it > doesn't happen often but it does happen), it uses the 'error' function > to say that the link is empty. This means that the entire call to > org-xxx-copy-for-org-mode is

[O] Error handling in org-make-link-string

2018-04-13 Thread Bob Newell
Aloha, I've got a subsystem for capturing snippets of information (I mentioned it here, scraps.el, quite some while back). Some information is captured from w3m or eww browser buffers. To do this I use org-w3m-copy-for-org-mode or org-eww-copy-for-org-mode. This is nice in that links are

Re: [O] Error: Symbol's value as variable is void: overlays

2018-04-08 Thread Giuseppe Lipari
Here you are : -cut-here Debugger entered--Lisp error: (void-variable overlays) htmlize-sorted-overlays-at(1) htmlize-faces-at-point() htmlize-buffer-1() htmlize-region(1 58) org-html-htmlize-region-for-paste(1 58) org-html-fontify-code("int main() {\n

Re: [O] Error: Symbol's value as variable is void: overlays

2018-04-08 Thread Adonay Felipe Nogueira
2018-04-08T17:00:59+ Giuseppe Lipari wrote: > Symbol's value as variable is void: overlays Make sure to get the backtrace, like so: --8<---cut here---start->8--- emacs --batch --eval '(setq debug-on-error t)' -l batch_project.el --kill

Re: [O] Error: Symbol's value as variable is void: overlays

2018-04-08 Thread Giuseppe Lipari
I isolated the problem. Consider the following minimal org file: cut here * An example of org file Here I put a C snippet #+begin_src c int main() { printf("hello world\n"); return 0; } #+end_src cut here When I try to

[O] Error: Symbol's value as variable is void: overlays

2018-04-08 Thread Giuseppe Lipari
Dear all, I use org-mode to publish my web site that I update every now and then. The site contains my lectures, and indeed I am preparing my lecture for tomorrow. Unfortunately, while publishing the site using the usual procedure, I get the infamous error Symbol's value as variable is void:

Re: [O] [Error]

2018-03-06 Thread Thorsten Jolitz
Uwe Brauer writes: "Thorsten" == Thorsten Jolitz writes: > >> Joseph Vidal-Rosset writes: >> Hallo > >>> I know that the subject of my email exists already. >>> >

[O] [Error] (was: how do you compose mails in Gnus with org-mode)

2018-03-06 Thread Uwe Brauer
>>> "Thorsten" == Thorsten Jolitz writes: > Joseph Vidal-Rosset writes: > Hallo >> I know that the subject of my email exists already. >> [[https://lists.gnu.org/archive/html/emacs-orgmode/2009-08/msg00855.html]] > This works

Re: [O] Error when using :show-process header argument in clojure

2017-12-23 Thread Nicolas Goaziou
Hello, Paul Dumais writes: > Hi I was trying to use the new :show-process header argument for clojure in > Org mode version 9.1.4 (9.1.4-13-g84cb63-elpaplus @ > (org-plus-contrib-20171218/) > > I get the following error: > org-babel-insert-result: Wrong type argument: markerp,

[O] Error when using :show-process header argument in clojure

2017-12-21 Thread Paul Dumais
Hi I was trying to use the new :show-process header argument for clojure in Org mode version 9.1.4 (9.1.4-13-g84cb63-elpaplus @ (org-plus-contrib-20171218/) I get the following error: org-babel-insert-result: Wrong type argument: markerp, nil

Re: [O] Error message triggered by fill.

2017-12-19 Thread Nicolas Goaziou
Hello, Richard Fieldsend writes: > However, I have hit a problem which only occurs in org-mode. On my laptop > and one of my desktop PCs the org-mode stuff works fine. But on my main > work machine when I have an org file I can add text, but when a line gets > long

[O] Error message triggered by fill.

2017-12-19 Thread Richard Fieldsend
Hi All, Recently I declared Emacs bankruptcy and rebuilt my initialisation files from the ground up. For a while now I have managed my initialisation files by having everything in a folder (~/emacsLisp) which contains the .emacs file which calls a series of 'themed' initialisation files for

Re: [O] Error with git-fetch from org repo

2017-12-18 Thread Eric S Fraga
On Friday, 15 Dec 2017 at 17:34, Nick Dokos wrote: > Alex Branham writes: > >> Hello - >> >> I've been trying to git fetch from the org repo >> (git://orgmode.org/org-mode.git) today and keep getting this error: >> >> Fetching origin >> fatal: read error: Connection reset

Re: [O] Error with git-fetch from org repo

2017-12-15 Thread Nick Dokos
Alex Branham writes: > Hello - > > I've been trying to git fetch from the org repo > (git://orgmode.org/org-mode.git) today and keep getting this error: > > Fetching origin > fatal: read error: Connection reset by peer > error: Could not fetch origin > > Has anyone else

[O] Error with git-fetch from org repo

2017-12-15 Thread Alex Branham
Hello - I've been trying to git fetch from the org repo (git://orgmode.org/org-mode.git) today and keep getting this error: Fetching origin fatal: read error: Connection reset by peer error: Could not fetch origin Has anyone else had problems connecting? Thanks, Alex

Re: [O] Error during org-export

2017-10-31 Thread Gian-Maria Daffré
Hello Eric, On Sun, 29 Oct 2017 12:38:37 + Eric S Fraga wrote: > On Sunday, 29 Oct 2017 at 08:57, Gian-Maria Daffré wrote: > > [...] > > > This helped a lot... > > Glad I could help. However, your original problem still remains. Agree. > You should be able to

Re: [O] Error during org-export

2017-10-29 Thread Eric S Fraga
On Sunday, 29 Oct 2017 at 08:57, Gian-Maria Daffré wrote: [...] > This helped a lot... Glad I could help. However, your original problem still remains. You should be able to export using the latest version of org (i.e. 9.1.2). It would seem that your configuration is making reference to the

Re: [O] Error during org-export

2017-10-29 Thread Gian-Maria Daffré
On Sat, 2017-10-28 at 20:27 +0100, Eric S Fraga wrote: > On Saturday, 28 Oct 2017 at 16:58, Gian-Maria Daffré wrote: > > [...] > > > If it helps, some additional information: > > > > > > Emacs  : GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version > > 3.22.11) > >  of 2017-09-15, modified by

Re: [O] Error during org-export

2017-10-28 Thread Eric S Fraga
On Saturday, 28 Oct 2017 at 16:58, Gian-Maria Daffré wrote: [...] > If it helps, some additional information: > > > Emacs  : GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) >  of 2017-09-15, modified by Debian > Package: Org mode version 9.1.2 (9.1.2-22-ga2a034-elpa @ >

Re: [O] Error during org-export

2017-10-28 Thread Gian-Maria Daffré
On Sat, 2017-10-28 at 14:08 +0100, Eric S Fraga wrote: > On Saturday, 28 Oct 2017 at 12:39, Gian-Maria Daffré wrote: > > If I use a completely empty .emacs file, then I get the error > > message. > > But if your .emacs is completely empty, how does emacs know how to > get > the ELPA version of

Re: [O] Error during org-export

2017-10-28 Thread Eric S Fraga
On Saturday, 28 Oct 2017 at 12:39, Gian-Maria Daffré wrote: > If I use a completely empty .emacs file, then I get the error message. But if your .emacs is completely empty, how does emacs know how to get the ELPA version of org? Do you have an init file in your .emacs.d directory? -- : Eric S

Re: [O] Error during org-export

2017-10-28 Thread Gian-Maria Daffré
Hello Nicolas, On Sat, 2017-10-28 at 11:23 +0200, Nicolas Goaziou wrote: > Hello, > > Gian-Maria Daffré writes: > > > If I create a simple heading like > > * Hello > > Test > > > > and then try to export as latex/pdf from org-mode (C-c C-e l o) I > > get > > the

Re: [O] Error during org-export

2017-10-28 Thread Nicolas Goaziou
Hello, Gian-Maria Daffré writes: > If I create a simple heading like > * Hello > Test > > and then try to export as latex/pdf from org-mode (C-c C-e l o) I get > the following error. > > Debugger entered--Lisp error: (void-variable element-property) FWIW, I cannot

[O] Error during export

2017-10-27 Thread Gian-Maria Daffré
Hello, I am currently on the following org-mode version Org mode version 9.1.2 (9.1.2-22-ga2a034-elpa @ /home/giammi/.emacs.d/elpa/org-20171023/) GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017- 09-15, modified by Debian If I create a simple heading like * Hello Test and

[O] Error during org-export

2017-10-27 Thread Gian-Maria Daffré
Hello, I am currently on the following org-mode version Org mode version 9.1.2 (9.1.2-22-ga2a034-elpa @ /home/giammi/.emacs.d/elpa/org-20171023/) GNU Emacs 25.1.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017- 09-15, modified by Debian If I create a simple heading like * Hello Test and

[O] error with tramp & publishing

2017-09-14 Thread Eric S Fraga
Hello, when I try to publish a single file from a project, I get the following error: : Publishing file /home/ucecesf/hg/homepages/index.org using ‘org-html-publish-to-html’ : make-directory: Creating directory: Permission denied, /ssh:MYSERVER:MYDIRECTORY I can directly visit that directory

Re: [O] Error exporting org-ref.org to LaTeX (was: Re: Warnings while installing org-ref)

2017-06-02 Thread John Kitchin
I updated the documentation on the build requirements. Lars Bjørndal writes: > Thank you. You wrote: > >> You might have to require org-id and a few other org-ref libs for wos, >> Scopus and arxiv links. See the notes near the end of that document. I >> am traveling sans emacs right now so I

Re: [O] Error exporting org-ref.org to LaTeX (was: Re: Warnings while installing org-ref)

2017-05-28 Thread Lars Bjørndal
Thank you. You wrote: > You might have to require org-id and a few other org-ref libs for wos, > Scopus and arxiv links. See the notes near the end of that document. I > am traveling sans emacs right now so I don't have the exact place to > look, but it is in a section on alternate builds I

Re: [O] Error exporting org-ref.org to LaTeX (was: Re: Warnings while installing org-ref)

2017-05-27 Thread John Kitchin
You might have to require org-id and a few other org-ref libs for wos, Scopus and arxiv links. See the notes near the end of that document. I am traveling sans emacs right now so I don't have the exact place to look, but it is in a section on alternate builds I think. On Sat, May 27, 2017 at

[O] Error exporting org-ref.org to LaTeX (was: Re: Warnings while installing org-ref)

2017-05-27 Thread Lars Bjørndal
On Fri, May 26, 2017 at 04:06:52PM -0400, John Kitchin wrote: > I pushed a bunch of commits today to clean up a lot of these. There are > still a few that I don't know how to get rid of, but it should be a lot > cleaner now. Thanks a lot. To learn Org, Org-ref and exports, I tried to export the

[O] "Error running timer: (error "Selecting deleted buffer")" during org-mobile-push

2017-04-26 Thread Evan Moses
I'm getting the error "Error running timer: (error "Selecting deleted buffer")" when I run org-mobile-push. I'm running org mode version 8.2.10, emacs 25.1.1. I did a little inspection and found that the error is actually generated from (org-mobile-create-sumo-agenda). Anybody know what the

Re: [O] Error on html export

2017-02-27 Thread Thomas S. Dye
Aloha Mark, Mark Meyer writes: > On 02/27/17 12:45, Nicolas Goaziou wrote: >> This is a common issue with mixed installations. You need to re-install >> Org without any other version loaded otherwise. > > Spot on! Uninstalling org-mode `C-c C-x' and reinstalling worked. > > Is there a FAQ for

Re: [O] Error on html export

2017-02-27 Thread Mark Meyer
On 02/27/17 12:45, Nicolas Goaziou wrote: > This is a common issue with mixed installations. You need to re-install > Org without any other version loaded otherwise. Spot on! Uninstalling org-mode `C-c C-x' and reinstalling worked. Is there a FAQ for this kind of issues? Cheers, Mark --

Re: [O] Error on html export

2017-02-27 Thread Nicolas Goaziou
Hello, Mark Meyer writes: > I'm getting an error on HTML export, as soon as my document has a > `#+TITLE' set. > > Here's part of the stack trace: > > Debugger entered--Lisp error: (wrong-type-argument listp #("test" 0 4 > (:parent (#1 This is a common issue with mixed

[O] Error on html export

2017-02-27 Thread Mark Meyer
Hi, I'm getting an error on HTML export, as soon as my document has a `#+TITLE' set. Here's part of the stack trace: Debugger entered--Lisp error: (wrong-type-argument listp #("test" 0 4 (:parent (#1 org-element-set-contents(#("test" 0 4 (:parent (#0 apply(org-element-set-contents

Re: [O] Error when =(stata . t)= added to =org-babel-do-load-languages= in an attempt to evaluate Stata code in org-mode

2017-01-15 Thread Nicolas Goaziou
Hello, Daniel Guinea writes: > However, I also want to evaluate Stata code in org-mode documents. For that > I have > downloaded the script =ob-stata.el= by Ista Zahn and I have saved it > together with the other =ob-sth.el= files in > =~/.emacs.d/elpa/org-20161224=.

[O] Error when =(stata . t)= added to =org-babel-do-load-languages= in an attempt to evaluate Stata code in org-mode

2017-01-09 Thread Daniel Guinea
Hello, I have built the latest Emacs 26.0.50.1 on a Debian OS 8 (Jessie) that uses Linux version 3.14.5. Then I installed org-mode version 9.0.3. I want to use the proprietary data analysis and statistical software Stata version 14. I have checked that it runs alright within Emacs thanks to ESS

Re: [O] Error when using :session :colnames yes :results graphics on an R code block

2016-12-28 Thread Charles C. Berry
On Wed, 28 Dec 2016, Kodi Arfer wrote: If I run Emacs with [snip] cons: Wrong type argument: listp, "x 1" If I remove ":colnames yes", the error doesn't happen and the file is produced as expected. Fixed on master. Chuck

[O] Error when using :session :colnames yes :results graphics on an R code block

2016-12-28 Thread Kodi Arfer
If I run Emacs with emacs -Q --eval '(progn (add-to-list (quote load-path) "/home/hippo/.emacs.d/elpa/org-20161224") (add-to-list (quote load-path) "/home/hippo/.emacs.d/elpa/ess-20161223.108/lisp") (require (quote ess-site)))' , open an Org file containing #+BEGIN_SRC R :session

Re: [O] Error publishing a simple html page

2016-12-05 Thread Leandro Noferini
Ciao a tutti, I need only to add that tha same configuration works normally well using an emacs24 (from debian stable package) instead on emacs25 (from debian unstable). -- leandro 1A0B 125B 2E4D 2DAE 4E26 4551 88FB BBCC 7A29 640B https://bbs.cybervalley.org/ChiaveLeandro/gpg.html

[O] Error publishing a simple html page

2016-11-26 Thread Leandro Noferini
Ciao a tutti, I defined a project to publish my blog: (setq org-publish-project-alist '(("Blog" :base-directory "~/org/" :publishing-directory "~/Documenti/Personali/Blog/" :base-extension "org" :section-numbers nil :table-of-contents nil

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-07 Thread Xebar Saram
got it it works now, thx so much! Z On Mon, Nov 7, 2016 at 1:43 PM, Nicolas Goaziou wrote: > Hello, > > Xebar Saram writes: > > > Sorry for not being clearer. im trying to tangle not the whole file > (which > > i think is what org-babel-tangle does)

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-07 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > Sorry for not being clearer. im trying to tangle not the whole file (which > i think is what org-babel-tangle does) but a specific header with all sub > headers associated with it (they all create one file). after reading the > org documentation

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Xebar Saram
Hi and thx again Sorry for not being clearer. im trying to tangle not the whole file (which i think is what org-babel-tangle does) but a specific header with all sub headers associated with it (they all create one file). after reading the org documentation at the time i created this function

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > thx Nicolas for the answer. > > im still having issues getting this to work > > here is my modified example > > main i3 conf > :PROPERTIES: > :ID: f17b5518-2695-4484-a958-2fc7b8aa2479 > :header-args: :tangle

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Xebar Saram
thx Nicolas for the answer. im still having issues getting this to work here is my modified example main i3 conf :PROPERTIES: :ID: f17b5518-2695-4484-a958-2fc7b8aa2479 :header-args: :tangle ~/.i3/config :END: mod is win key and mod1 is alt key in below config

Re: [O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Nicolas Goaziou
Hello, Xebar Saram writes: > I have my dot files in orgmode format and have been using it for a year or > so with great success. today i noticed that code block (conf blocks) that i > used to tangle recursively have stopped working and i get this error > >

[O] Error: org-babel-execute-src-block: No org-babel-execute function for conf!

2016-11-06 Thread Xebar Saram
Hi all I have my dot files in orgmode format and have been using it for a year or so with great success. today i noticed that code block (conf blocks) that i used to tangle recursively have stopped working and i get this error org-babel-execute-src-block: No org-babel-execute function for conf!

Re: [O] Error with inline image resizing

2016-08-07 Thread John Kitchin
You could try this approach https://github.com/jkitchin/scimax/blob/master/scimax-org.el#L957 to line 1109. It uses the external ImageMagick command mogrify to resize the images. It monkeypatches org-display-inline-images to do that. Takeshi Teshima writes: > Hi all, > > When I try to show

[O] Error with inline image resizing

2016-08-05 Thread Takeshi Teshima
Hi all, When I try to show inline images automatically resized in an org-mode buffer, the thumbnail doesn't show (a big blank box shows where the resized image should be) and the following errors are echoed in the "*Messages*" buffer. ``` ImageMagick error: no decode delegate for this image

Re: [O] error on make

2016-07-29 Thread Nicolas Goaziou
Hello, Giri Prashanth writes: > Thank you for your response. I have GNU Emacs 24.5.1 > (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) . > One possibility is that in OS X, there is a default emacs with version > 22.1.1. I tried brew update but I think for some

Re: [O] error on make

2016-07-27 Thread Giri Prashanth
Thank you for your response. I have GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) . One possibility is that in OS X, there is a default emacs with version 22.1.1. I tried brew update but I think for some reason it is not updated and may cause for this problem. Is there a

Re: [O] error while upgrading to 8.3.5

2016-07-27 Thread John Kitchin
With the most current master, I get these two failed tests: 2 unexpected results: FAILED ob-shell/bash-uses-assoc-arrays FAILED test-ob/indented-cached-org-bracket-link This is with a Mac, and GNU Emacs 25.1.50.1 (x86_64-apple-darwin13.4.0, NS appkit-1265.21 Version 10.9.5 (Build

Re: [O] error on make

2016-07-27 Thread Nicolas Goaziou
Hello, Giri Prashanth writes: > I got the following error while I ran make on latest org-mode code from git > got from git://orgmode.org/org-mode.git in OS X: > > rm -f > /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp clean > rm -f org-version.el

[O] error on make

2016-07-26 Thread Giri Prashanth
Hi, I got the following error while I ran make on latest org-mode code from git got from git://orgmode.org/org-mode.git in OS X: rm -f /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp clean rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc org-install.elc rm -f

Re: [O] error while upgrading to 8.3.5

2016-07-26 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > * Output of BTEST_RE=indented-cached-org-bracket-link make test > > Test test-ob/indented-cached-org-bracket-link condition: > (ert-test-failed > ((should >(let > (...) >(org-test-with-temp-text "\n* Test\n

Re: [O] error while upgrading to 8.3.5

2016-07-25 Thread Vikas Rawal
* I cleaned up permissions to some directories and did a make install, which went fine. * Now when I do a “make up2”, I get two errors. FAILED test-ob/indented-cached-org-bracket-link FAILED test-org-colview/columns-summary * Output of BTEST_RE=columns-summary make test Test

Re: [O] error while upgrading to 8.3.5

2016-07-25 Thread Nicolas Goaziou
Vikas Rawal writes: > This is what I get: > > Test test-org-colview/columns-summary backtrace: > (if (unwind-protect (setq value-2 (apply fn-0 args-1)) ( > (let (form-description-4) (if (unwind-protect (setq value-2 > (let ((value-2 (quote

Re: [O] error while upgrading to 8.3.5

2016-07-25 Thread Vikas Rawal
> >> I did the usual "make up2" in my git repository but got the following >> error (just pasting the tail of the log): > > Note that "make up2" doesn't upgrade to 8.3.5, as subject suggests, but > moves to the head of the development version, i.e., something like > 9.0-alpha. hmm. Let me deal

Re: [O] error while upgrading to 8.3.5

2016-07-25 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I did the usual "make up2" in my git repository but got the following > error (just pasting the tail of the log): Note that "make up2" doesn't upgrade to 8.3.5, as subject suggests, but moves to the head of the development version, i.e.,

Re: [O] error while upgrading to 8.3.5

2016-07-25 Thread Colin Baxter
On Mon, Jul 25 2016, Vikas Rawal wrote: > I did the usual "make up2" in my git repository but got the following > error (just pasting the tail of the log): > > — > > Ran 634 tests, 633 results as expected, 1 unexpected (2016-07-25 > 06:07:28+0530) > 7 expected failures > > 1 unexpected

[O] error while upgrading to 8.3.5

2016-07-24 Thread Vikas Rawal
I did the usual "make up2" in my git repository but got the following error (just pasting the tail of the log): — Ran 634 tests, 633 results as expected, 1 unexpected (2016-07-25 06:07:28+0530) 7 expected failures 1 unexpected results: FAILED test-org-colview/columns-summary

Re: [O] error in capture

2016-07-18 Thread Eric S Fraga
On Monday, 18 Jul 2016 at 13:31, Aaron Ecay wrote: > Hi Eric, > > It’s a known bug in recent versions of org and/or emacs. No one knows > exactly what triggers the problem yet, and it’s being discussed in the > emacs bug tracker . Thanks. I

Re: [O] error in capture

2016-07-18 Thread Aaron Ecay
Hi Eric, It’s a known bug in recent versions of org and/or emacs. No one knows exactly what triggers the problem yet, and it’s being discussed in the emacs bug tracker . -- Aaron Ecay

[O] error in capture

2016-07-18 Thread Eric S Fraga
Hello, I have just updated my org from git (because I also updated Emacs) and now get this error when trying to capture: Debugger entered--Lisp error: (error "Capture template ‘t’: Match data clobbered by buffer modification hooks") signal(error ("Capture template ‘t’: Match data clobbered by

[O] error: org-meta-return release_8.3.4.zip

2016-05-22 Thread Mambo Levis
Hi, 1.) By testing org-mode release_8.3.4.zip from (  http://orgmode.org/cgit.cgi/org-mode.git/) without compile it in emacs 25.1.50.1 an error is shown when typing M-RET to add a new heading/item (see attached backtrace). I am using the minimal configuration suggested in the manual.

Re: [O] error: org-meta-return release_8.3.4.zip

2016-05-20 Thread Nicolas Goaziou
Hello, Mambo Levis writes: > On Thursday, May 19, 2016 12:45 PM, Mambo Levis > wrote: > > Hi, > 1.) By testing org-mode release_8.3.4.zip from (  > http://orgmode.org/cgit.cgi/org-mode.git/) without compile it in emacs > 25.1.50.1 an error is

Re: [O] error: org-meta-return release_8.3.4.zip

2016-05-20 Thread Nick Dokos
Mambo Levis writes: > On Thursday, May 19, 2016 12:45 PM, Mambo Levis wrote: > > Hi, > > Yesterday I reported an issue (see bellow). How can I see its status? I open > an account in lists.gnu.org > Mailing Lists but I couldn't find > how to search

Re: [O] error: org-meta-return release_8.3.4.zip

2016-05-19 Thread Mambo Levis
On Thursday, May 19, 2016 12:45 PM, Mambo Levis wrote: Hi, Yesterday I reported an issue (see bellow). How can I see its status? I open an account in lists.gnu.org Mailing Lists but I couldn't findhow to search for a reported issue. Thanks, Levis On Wednesday,

[O] Error in docu, page 38, 4.3 foodnote 3 is cut prematurly

2016-04-01 Thread Luzido
Hi, Line: file:projects.org::some words text search in Org file3 Foodnote: 3 The actual behavior of the search will depend on the value of the option org-link-search-must-match-exact-headline. If its value is nil, then a fuzzy text search will be done. If it is t, then only the many thanks for

Re: [O] error on org-reload (Symbol's value as variable is void: load-uncore)

2016-03-11 Thread Giuseppe Lipari
Dear Nick, Le ven. 11 mars 2016 à 16:45, Nick Dokos a écrit : > Giuseppe Lipari writes: > > > Hello, > > > > I want to have a backtrace of an error I am encountering. So I followed > the instructions here, > > 1) I enabled "enter debugger on error" > > 2)

Re: [O] error on org-reload (Symbol's value as variable is void: load-uncore)

2016-03-11 Thread Nick Dokos
Giuseppe Lipari writes: > Hello, > > I want to have a backtrace of an error I am encountering. So I followed the > instructions here, > 1) I enabled "enter debugger on error" > 2) M-x org-reload > > And I obtain the following error > > and: Symbol's value as variable is

[O] error on org-reload (Symbol's value as variable is void: load-uncore)

2016-03-11 Thread Giuseppe Lipari
Hello, I want to have a backtrace of an error I am encountering. So I followed the instructions here, 1) I enabled "enter debugger on error" 2) M-x org-reload And I obtain the following error and: Symbol's value as variable is void: load-uncore with the following backtrace: Debugger

[O] Error when applying table formula

2016-01-26 Thread T.F. Torrey
Hello, I'm getting a weird error. When I "make vanilla" from the current git repo, I don't get the error, so I'm sure it's something I've done, but I'm not sure what, and my customizations make tracking down the problem complicated. I know I can find out the source, but I'm hoping that someone

Re: [O] Error "No :file header argument given"

2015-12-17 Thread Grant Rettke
On Tue, Dec 1, 2015 at 10:02 AM, Loris Bennett wrote: > Is it possible to have a variable as part of the :file specification? Not sure how your ECM might look but header arguments can be populated by Emacs Lisp calls so you use whatever variables you want.

Re: [O] Error "No :file header argument given" - minor bug?

2015-12-04 Thread Loris Bennett
Hi Aaron, Aaron Ecay writes: > Hi Loris, > > It’s difficult to say without more context, but I think you might not > need :results graphics on the code block that you are #+call-ing. > :results graphics is intended for situations where Org should arrange > for the plot to

Re: [O] Error "No :file header argument given" - minor bug?

2015-12-03 Thread Aaron Ecay
Hi Loris, It’s difficult to say without more context, but I think you might not need :results graphics on the code block that you are #+call-ing. :results graphics is intended for situations where Org should arrange for the plot to be written, whereas you have undertaken this yourself. -- Aaron

  1   2   3   4   5   >