Re: [O] [latex export/babel] pass arguments to \includegraphics from code blocks

2019-04-22 Thread Nick Dokos
Jakob Schöttl writes: > Hi, I want to use code blocks to generate and include images of sheet music: > > #+BEGIN_SRC lilypond :file test.png :exports results > \header{tagline=""} > { a b c } > #+END_SRC > > > When doing a latex export the result is: > > \begin{center} > \includegraphics[width=.9

Re: [O] Manual does not mention LEVEL special property

2019-04-15 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Omari Norman writes: > >> The Org mode manual does not mention the LEVEL special property; can you >> please add it? >> >> https://orgmode.org/manual/Special-properties.html > > I don't think LEVEL is a special property. Why do you think it should be > one? >

Re: [O] Shrinking columns after formula recalculation

2019-04-15 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> But since no good deed shall go unpunished, here's another related >> problem I ran into: with shrunk columns, I add a few more rows to the >> table with S-RET on the first column, recalculate to pop

Re: [O] Shrinking columns after formula recalculation

2019-04-14 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> I have a table with column width cookies. I shrink the columns with >> C-u C-c TAB and then I recalculate with C-c C-c on the #TBLFM >> line. The columns then get expanded and I have to do the C-

Re: [O] How to avoid \title{} and \date{} in latex export

2019-04-10 Thread Nick Dokos
Flavio Leonardo Cavalcanti de Moura writes: > Hi Jilius,  > > Thank you very much for your reply. It is a good idea, but the latex > class I am using (entcs) has its own \title and \date, and by > renewing the command I overwrite both...  > > I am removing these lines by hand from the tex file ge

[O] Shrinking columns after formula recalculation

2019-04-10 Thread Nick Dokos
I have a table with column width cookies. I shrink the columns with C-u C-c TAB and then I recalculate with C-c C-c on the #TBLFM line. The columns then get expanded and I have to do the C-u C-c TAB again after every recalculation. Is there a way to have the columns stay shrunk? Example: An unsolv

Re: [O] property matching in org-agenda-custom-commands

2019-04-05 Thread Nick Dokos
Matt Price writes: > Embarassed that I still don't really know how to use the agenda commands > after all this time :-( Ditto - I need to read the doc for org-agenda-custom-commands every time I try to use it. > > I have a bunch of trees that look in part like this: > * Asisgnment 1 > ** Stude

Re: [O] [ISSUE] links navigation not consistent behavior

2019-04-03 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> For example, I have following Org content: >> >> #+begin_src org ,*** TODO Figwheel [0/1] >> >> - [ ] https://www.youtube.com/watch?v=yUTxm29fjT4 :: I built a >> Figwheel-inspired, hot code reloading experience for Clojure, >> wit

Re: [O] Two unexpected failures in `make test'

2019-04-01 Thread Nick Dokos
Nick Dokos writes: > Running `make test' on the current git version () showed two > unexpected failures: > I forgot to fill in the current git version: (release_9.2.2-341-ga9d3ea). -- Nick "There are only two hard problems in computer science: cache invalidation, naming

[O] Two unexpected failures in `make test'

2019-04-01 Thread Nick Dokos
Running `make test' on the current git version () showed two unexpected failures: == Ran 816 tests, 814 results as expected, 2 unexpected (2019-04-01 16:35:17-0400, 22.330179 sec) 11 expected failures 2 unexpected results: FAILED ob-emacs-lisp/dynamic-lexical-edit FAILED test

Re: [O] correction to org-tutorial

2019-03-13 Thread Nick Dokos
Wolfram Volpi writes: > Please make a correction to this tutorial: > https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html. > Change "(require 'org-publish)" to "(require 'ox-publish)". > This correction was tested on > https://emacs.stackexchange.com/questions/48273/no-such-fil

Re: [O] Bug: inline latex fragment preview cropping window [9.2.2 (release_9.2.2-290-g300f15 @ /home/joaooneillcortes/.emacs.d/org-mode/lisp/)]

2019-03-12 Thread Nick Dokos
Joao Cortes writes: > When previewing a Latex fragment, say \(a\), the cropping window is too > tight and the resulting image has some edges broken. > > > Is there any option to control the cropping window? > C-h v org-format-latex-options RET Maybe the :scale option of org-format-latex-options

Re: [O] scrlttr2 class and org-mode

2019-03-12 Thread Nick Dokos
Joseph Vidal-Rosset writes: > ... > it is also possible to get sections in a > letter with scrlttr2 class. Nevertheless, I have to write the latex code > \section{} and I ignore how getting sections via org-mode for this > class. Is it possible to get an org-mode translation for section

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-04 Thread Nick Dokos
Nikolay Kudryavtsev writes: > ... > Also can someone explain how do I get from org elpa version to the git > commit it's based on? E. g., in org-version.el I have > "9.2.1-33-g029cf6-elpaplus" but g029cf6 does not seem like a real > commit in the git repo. Try it without the 'g': that's just a p

[O] Possible bug fontifying the terms in numbered description list

2019-02-04 Thread Nick Dokos
Terms in description lists - Term :: definition are given an `org-list-dt' face, but the regex (org.el: l.6307 or thereabouts) does not seem to apply to numbered description lists - in: 1. Term :: definition the Term is given no face at all: is that intentional? Version: Org mode version 9

Re: [O] Bug: src code blocks of type compilation-minor don't work when generating PDF [9.1.14 (9.1.14-dist @ /path/to/org/install/emacs/site-lisp/org/)]

2019-02-01 Thread Nick Dokos
John Ciolfi writes: > Hi > > Using following > > emacs -q --batch -L /path/to/org/install/emacs/site-lisp/org -l > my-org-to-pdf.el > > the generated PDF is incorrect. The "compilation-minor" code block gets > replaced with the "c" code block, i.e. the c code block is > duplicated. If you gene

Re: [O] Definitive answer to org-mode export HTML versus LaTeX

2019-01-29 Thread Nick Dokos
Lawrence Bottorff writes: > > > My educated guess is that the org-mode HTML export processes is > handled by MathJax, which is a subset of LaTeX. But then I'd like to > know definitively what can be done and what cannot be done > LaTeX-wise for the HTML export. > I think you are basically c

Re: [O] Making an agenda that includes scheduled-for-later tasks?

2019-01-25 Thread Nick Dokos
Leo Gaspard writes: > Hello all! > > Just trying to bump this question: How does one make an agenda view that > includes tasks that are already scheduled for later? > > (more details in the quoted mail below) > > Cheers, > Leo > > Leo Gaspard writes: > >> Hello all! >> >> I am trying to make a

Re: [O] Bug: LaTeX export of table with caption broken

2019-01-24 Thread Nick Dokos
Eric S Fraga writes: > On Thursday, 24 Jan 2019 at 10:02, Nick Dokos wrote: >> is* one with a caption). I do wonder why Eric and I could see it and >> you could not, but some mysteries will remain despite one's best >> efforts :-) > > Out of curiosity, I wonder i

Re: [O] Bug: LaTeX export of table with caption broken

2019-01-24 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> Guessing the culprit is c28eb3c2cb904666594e40c1dcae4437d954bde4. >> It seems that the caption is an empty string but the code tests whether >> it's nil and since it isn't, it assumes there is a

Re: [O] Bug: LaTeX export of table with caption broken

2019-01-23 Thread Nick Dokos
Eric S Fraga writes: > On Tuesday, 22 Jan 2019 at 23:52, Nicolas Goaziou wrote: >> I cannot reproduce it. E.g., >> Would you have an ECM? > > Strangely, with attached ECM and emacs -Q, I have this problem. See > attached resulting LaTeX. > > Thanks, Guessing the culprit is c28eb3c2cb904666594e4

Re: [O] Change HTML export metadata

2018-12-17 Thread Nick Dokos
Lawrence Bottorff writes: > I've got this: > > Date: 2018-12-17T14:47:18 > Author: me > Created: 2018-12-17 Mon 14:51 > Validate > > standard "metadata" coming at the end of whatever I html-export. I'm sure I > can change this, right? C-h v org-html-postamble RET -- Nick "There are only two

Re: [O] Bug: cannot export to beamer, even with (require 'ox-beamer) [9.1.14 (release_9.1.14-1059-gadec50 @ /home/oub/emacs/site-lisp/packages/org/)]

2018-12-17 Thread Nick Dokos
Uwe Brauer writes: >> Uwe Brauer writes: > >> You are probably loading ox-beamer which adds it and then loading the >> customized version which resets it. Try changing the order. > > The setting in my .emacs is: > (load-file "~/emacs/init/emacs_init.el") > (setq custom-file "/home/oub/emacs/init

Re: [O] Bug: cannot export to beamer, even with (require 'ox-beamer) [9.1.14 (release_9.1.14-1059-gadec50 @ /home/oub/emacs/site-lisp/packages/org/)]

2018-12-17 Thread Nick Dokos
Uwe Brauer writes: > I have > (require 'ox-beamer) > > In my org init file, which should via add-to-list, add beamer but somehow > it does not. > > So when I call > > C-c C-e l b > > In a org file I obtain the message > > user-error: Unknown LaTeX class ‘beamer’ > > Something is wrong here.

Re: [O] cannot export to beamer.

2018-12-17 Thread Nick Dokos
Uwe Brauer writes: "Ken" == Ken Mankoff writes: > >> On 2018-12-15 at 09:38 -0800, Uwe Brauer wrote: >>> I am very used to the beamer style and it works on my machine quite >>> well. > >> But it doesn't work quiet well according to this email. What >> changed? Are you o

Re: [O] ODT export --> opening in Okular?

2018-12-10 Thread Nick Dokos
James Harkins writes: > ... > As a final test, I deleted both the PDF and ODT entries from > org-file-apps -- so that there is absolutely no reference in any org > code file or variable to okular -- and it is *still* opening the > exported ODT in okular! Which strikes me as insane. > > org-open-f

Re: [O] [SOLVED]

2018-11-29 Thread Nick Dokos
Uwe Brauer writes: "Berry," == Berry, Charles writes: > >> I cannot reproduce your export issue with org 9.1.14. >> You need to provide more details. > > Sorry for the noise. I just realised that a very very long time ago I > installed a function remove-src-blk-export, which, uhh,

Re: [O] HTML :exports both problem

2018-11-19 Thread Nick Dokos
Lawrence Bottorff writes: > That did the trick. Though I'm wondering why the #+name: would cause such > craziness. . . Also, would anyone know why  > >  #+begin_src lisp :results output :exports both  >   (dotimes (x 20) >     (dotimes (y 20) >       (format t "~3d " (* (1+ x) (1+ y >     (f

Re: [O] OT: gmane seems to be back

2018-10-31 Thread Nick Dokos
Achim Gratz writes: > Am 30.10.2018 um 16:57 schrieb Nick Dokos: >> For a couple of weeks, I had not been able to connect to gmane, so I >> finally gave up and changed my preferences so that I could receive the >> email from the list. I have not seen any acknowledgement an

[O] OT: gmane seems to be back

2018-10-30 Thread Nick Dokos
For a couple of weeks, I had not been able to connect to gmane, so I finally gave up and changed my preferences so that I could receive the email from the list. I have not seen any acknowledgement anywhere that it was down BTW - did anybody here notice? Or was it just me? I don't know when it cam

Re: [O] org-store/insert-link truncating the full subject of mails

2018-10-30 Thread Nick Dokos
Eric S Fraga writes: > On Friday, 26 Oct 2018 at 21:54, Nicolas Goaziou wrote: > > [...] > >> In any case, if other users feel strongly about changing the default >> value, I don't mind. I hope you understand that one data point is not >> enough, tho. > > Just to add a data point: I've been annoy

Re: [O] Calculate differences of remote table numbers

2018-10-04 Thread Nick Dokos
Karl Voit writes: >> >> @# is the row number, so to refer to that row, you need @@#. Something like >> this, >> although I didn't test to see if everything gets parsed correctly: >> >> #+TBLFM: $2=if(2 == @#, 0, remote(my-table,@@#$1))::$3=if(2 == @#, >> 0, remote(my-table,@@#-1$1))::$4=if(2 ==

Re: [O] Calculate differences of remote table numbers

2018-10-01 Thread Nick Dokos
Karl Voit writes: > Hi! > > I'd like to calculate the differences between rows of numbers of a > different table. > > Here is a minimal example showing the issue: > > #+NAME: my-table > | Numbers | > > |-| > | 1 | > | 5 | > | 8 | > | 12 |

Re: [O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-18 Thread Nick Dokos
Eli Zaretskii writes: >> This is a genuine question: what /exactly/ do you want Org developers to >> solve, assuming they can? Also, if they cannot, who is willing to give >> them a hand? > > From my POV, the immediate problem is to switch Org-publish from using > htmlize to htmlfontify. Can thi

Re: [O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-17 Thread Nick Dokos
Adam Porter writes: > I'm not an expert on this package nor this situation, however, looking > at the htmlize.el file shows: > > ;; Copyright (C) 1997-2003,2005,2006,2009,2011,2012,2014,2017,2018 > > So it would appear that the package has existed longer than either > GitHub or Org. I'm gues

Re: [O] Latex export with \begin{equation}

2018-09-13 Thread Nick Dokos
Dominik Schrempf writes: > so I found the reason. Both Org versions behave the same, sorry for the > confusion. The original equation that does not get exported correctly > contained > angles: > > \begin{equation} > = \frac{\sum_i w_i k_{eff}(i)}{\sum_i w_i}. > \end{equation} > > This equatio

Re: [O] Org-mode and koma-script

2018-08-28 Thread Nick Dokos
gmx writes: > Hello, > > I'm trying to use the koma class. I found a configuration of the.emacs > file, in the manual and in a Stack Exchange post > (https://tex.stackexchange.com/questions/364914/using-koma-script-article-with-org-mode). > > > > I open a new .org file, and I declare: > > #+T

Re: [O] Org-mode and koma-script

2018-08-28 Thread Nick Dokos
Tim Cross writes: > If that is a copy of what is in your .emacs or init.el file, then I > think you have a number of errors. Try running emacs -q and see if emacs > reports errors in your init file. > Did you mean `emacs --debug-init'? `emacs -q' will skip the user file. > Tim > > gmx writes:

Re: [O] How to font-lock diffs?

2018-08-22 Thread Nick Dokos
Marcin Borkowski writes: > Hi all, > > I hoped this: > > #+begin_src diff > @@ -1,5 +1,5 @@ > -lorem > +Lorem >ipsum >dolor >sit > -amet > +amet. > #+end_src > > would Just Work™, i.e., the diff would be font-locked like in > diff-mode. Well, it is not. How do I convince O

Re: [O] Suspected bug with LaTeX export: the pdf does not open

2018-08-20 Thread Nick Dokos
alain.coch...@unistra.fr writes: > Nick Dokos writes on Mon 20 Aug 2018 11:50: > > > [...] you have security problems: the current Fedora is 28, Fedora > > 26 is either end-of-life already or about to be shortly, and Fedora > > 23 is obsolete and possibly dangerous. P

Re: [O] Suspected bug with LaTeX export: the pdf does not open

2018-08-20 Thread Nick Dokos
alain.coch...@unistra.fr writes: > ... > So I guess this suggests that there is a problem with my emacs 24.5.1, > which is the default on my Fedora 23 distribution. (NB: The emacs > 26.1 used above is built from source and I can't make it fully work > for regular use, i.e., with my normal .emacs.

Re: [O] Bug: Tables not aligning properly [9.1.9 (release_9.1.9-65-g5e4542 @ /Applications/MacPorts/EmacsMac.app/Contents/Resources/lisp/org/)]

2018-07-11 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Joao Pedro Pedroso writes: > >> This bug seems to be related to the presence >> of TAB characters in the table. > > Could you try master branch (yet to be release Org 9.2), as it may have > been fixed already. > > If it isn't fixed, could you provide an ECM?

Re: [O] Bug: problem with org-agenda and categories [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)]

2018-07-11 Thread Nick Dokos
PSA: This was discussed on the list and the outcome was that it is not a bug. The OP misused the CATEGORY keyword in a way that has been deprecated since 2008. Here's a version of the OP's file that behaves as expected. More details about the CATEGORY changes and the deprecation can be found at

Re: [O] Bug: org-git-link to use SHA1 instead of master@{date} [9.1.13 (9.1.13-elpaplus @ /home/kvaneesh/.emacs.d/elpa/develop/org-plus-contrib-20180702/)]

2018-07-11 Thread Nick Dokos
aneesh.ku...@linux.vnet.ibm.com (Aneesh Kumar K.V) writes: > So my old org file when following git links is giving me error like > > "Log for master only goes back to 'x' date". Can we not refer a link > via git:/filename::sha1:: ? > AFAIK, there is no support for git links in Org mode. Perhaps yo

Re: [O] rounding when exporting

2018-06-25 Thread Nick Dokos
Uwe Brauer writes: > Hi > > Is there way, that when I export and org file with a table, its content > is rounded when exported to html/latex? > The exporters take the text to be exported from the buffer, so if the buffer contains arbitrary precision, then I don't think so: you'd have to apply

Re: [O] The + character creating strike-through markup within in-line literal / code blocks

2018-06-25 Thread Nick Dokos
John Magolske writes: >> It happens because syntax coloring is a bit dumb. It uses regexps but >> not the parser. However, if you try, e.g., to export the document, the >> plus signs will not be treated as markers. > > Ok, just tried org-html-export-as-html and see it renders properly > in html:

Re: [O] very long table calc expressions ?

2018-06-22 Thread Nick Dokos
Uwe Brauer writes: > Hi Jonathan > >> Hi Uwe, >> On Fri, Jun 22, 2018 at 10:16 AM, Uwe Brauer wrote: > >> (::) >> not just a single. Brent's example has it with double while yours only >> shows >> it with a single one. > > Right, thanks for clarifying that. My original e

Re: [O] Curious as to message in echo area

2018-06-17 Thread Nick Dokos
Charles Millar writes: > Hello, > > I have always concerned myself that a table column formula returns what is > expected.and is correct. > > However I never paid attention to the echo area and I just noticed that it > displays the following message > > "cells in region copied, use M-x org-tabl

Re: [O] close a template?

2018-06-14 Thread Nick Dokos
Eric S Fraga writes: > On Thursday, 14 Jun 2018 at 11:48, Uwe Brauer wrote: > "Eric" == Eric S Fraga writes: >>> Unlikely to be a solution available given that you are wanting an >>> autocompletion that understands LaTeX within MATLAB... I don't know of >>> any tool that could h

Re: [O] how putting \begin{document} at the right place to export a specific latex class ?

2018-06-11 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Here is my problem: for a specific latex class (xxllp.cls), I have > difficulties to get the \begin{document} at the right place in this > add-to-list: > > (add-to-list 'org-latex-classes > '("xxllp" >"\\documentclass\[oumk,xs]

Re: [O] Org agenda started behaving badly

2018-06-11 Thread Nick Dokos
Marcin Borkowski writes: > Hi all, > > so out of nowhere my org agenda started behaving in a strange way. It > seems not to respect my TODO-keywords settings: > > (setq org-todo-keywords > '((sequence "TODO(t!)" "DONE(d!)") > (sequence "SOMEDAY(s!)") > (sequence "CANCELLED(c@)"

Re: [O] autoinsert

2018-06-07 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Hello, > > To get an .org file with my .bib links I’m using this code in my user.el > (i.e. init.el): > > (require 'autoinsert) > (push '(org-mode . "/home/joseph/MEGA/org/orgskeleton.org") auto-insert-alist) > (add-hook 'find-file-hook 'auto-insert) > > in this org

Re: [O] Symbol’s value as variable is void: haskell-prompt-regexp

2018-06-04 Thread Nick Dokos
Please provide a backtrace. Instruction on how to produce a *useful* backtrace can be found by evaluating (info "(org) Feedback") in the section "How to create a useful backtrace"). Alternatively, check the same section on the online doc: https://orgmode.org/org.html#Feedback -- Nick "

Re: [O] Symbol’s value as variable is void: haskell-prompt-regexp

2018-06-04 Thread Nick Dokos
Roger Mason writes: > Hello, > > GNU Emacs 25.3.1 (i386-portbld-freebsd11.1, GTK+ Version > 3.22.29) of 2018-04-26 > > Org mode version 9.1.13 (release_9.1.13-784-ged7d1d @ > /home/rmason/.emacs.d/org-git/lisp/) > > Attempting to run a haskell code block: > > #+begin_src haskell :exports results

Re: [O] running a source code by name

2018-05-28 Thread Nick Dokos
"Julian M. Burgos" writes: > Dear list, > > I have an org file with an R source code block. I want to have a second > code block with an elisp call to run that first code. Something like this > > > #+begin_src emacs-lisp :results silent :tangle no > > ... Some elisp code to run the "myRcode" bl

Re: [O] Irrelevant/misleading error message (due to bad syntax in init-file)

2018-05-15 Thread Nick Dokos
alain.coch...@unistra.fr writes: > ... > (setq org-agenda-files '"/tmp/bug-agenda.org") ; <- bad syntax! > ... > NB: there is no message caused by "-debug-init" related to the bad > syntax in the setq instruction. > That's because it's legal: it's not bad syntax: '"foo" is equivalent to (quo

Re: [O] Please see attached debug-init

2018-04-26 Thread Nick Dokos
Charles Millar writes: > Hi Nicholas, > > On 04/26/2018 07:34 PM, Bastien wrote: > > Hi Charles, > > Charles Millar writes: > > Attached --debug-init when starting - > > is this with emacs -Q? If not, can you bisect your configuration? > > Thanks, >

Re: [O] org-calc-default-modes not found!

2018-04-14 Thread Nick Dokos
AW writes: > Dear list! > > org-version: Org mode version 9.1.9 (9.1.9-8-gf05c2e-elpa @ .../.emacs.d/elpa/ > org-20180409/) > > [I shortened the path] > > C-h v org-calc TAB > > results in [No match] > > Expected result: find variable org-calc-default-modes > > But I'd like to set (float 8) to (f

Re: [O] [Radio tables???]

2018-04-10 Thread Nick Dokos
Rasmus writes: > Nick Dokos writes: > >> Rasmus writes: >> >>> Hi Uwe, >>> >>> Uwe Brauer writes: >>> >>>> Templates are another example of this philosophy. I still can't use the >>>> actual git master version

Re: [O] [Radio tables???]

2018-04-09 Thread Nick Dokos
Rasmus writes: > Hi Uwe, > > Uwe Brauer writes: > >> Templates are another example of this philosophy. I still can't use the >> actual git master version of orgmode since the old templates have been >> removed and the new syntax is not really explained. > > Please let me know what you are missin

Re: [O] Title as description in web link

2018-04-06 Thread Nick Dokos
Cecil Westerhof writes: > I have created some links to web pages. In almost al cases I want the > description to be the title of the > page. Is there a way to make the default description the title of a web page? > Write a function that uses the link to fetch the page and parse it for the titl

Re: [O] Scheduling and calendar-day-of-week

2018-04-06 Thread Nick Dokos
Cecil Westerhof writes: > There is something I want to do on Monday, Wednesday and Friday. So I tried: > *** TODO Monday, Wednesday and Friday >     SCHEDULED: <%%(memq (calendar-day-of-week date) '(1 3 5))> > > This seems to work: I see the activity on the correct days. > But then I changed toda

Re: [O] tangle versus org-babel-load-file

2018-04-03 Thread Nick Dokos
Lawrence Bottorff writes: > I'm experimenting with Uncle Dave's config which is using a minimum init.el > to launch config.org, which > is full of elisp babel source blocks. Here's his relevant launching code: > > (when (file-readable-p "~/.emacs.d/config.org") >   (org-babel-load-file (expand-f

Re: [O] How to escape # character in #+begin_src bash block for html export?

2018-03-25 Thread Nick Dokos
Michael Welle writes: > Hello, > > Abigaile Johannesburg writes: > >> Dear community, >> >> I have a minor question about how to escape '#' character in >> #+begin_src bash block. For example, when I export the source code >> block for bash, I can use >> >> #+begin_src bash >> $ >> #+end_src >>

Re: [O] does this pandoc error look familiar to anybody?

2018-03-20 Thread Nick Dokos
Eric S Fraga writes: > On Monday, 19 Mar 2018 at 15:10, Samuel Wales wrote: >> i will have to try this, but can i assume [i do hope] that >> org->html->pandoc->pdf does not count clean view as approximately >> doubling the number of levels? > > I do not understand this question. Sorry. > IIUC,

Re: [O] upgrade from 8.2 to 9.2 breaks agenda timestamp font?

2018-03-12 Thread Nick Dokos
David Belohrad writes: > Dear all, > > I have upgraded after some time org-plus-contrib through elpa to > version 20180312, and quite some things stopped working. Most of them > I have found, and have been related to usage of sexp in capture > template, but there's one I'm struggling to find. > >

Re: [O] [ORG] [FEATURE] ob-js.el support :session for all existing JS packages

2018-03-12 Thread Nick Dokos
"numbch...@gmail.com" writes: > After add more code, not it supports `js-comint`, `skewer-mode`, `Indium`. > > Waited many days, still no response. Anyone want to review this code? > > Recently view Org-mode mailing list, many threads has response. Why my post > does not have any response? > Be

Re: [O] Adding an item to the agenda from the agenda view

2018-03-09 Thread Nick Dokos
Shérab writes: > Dear all, > > Many, many thanks for all your responses! > > I tried the diary one which seemed like the simplest to set-up. It > indeed adds an entry, but in a strange way:it adds a level 1 headingfor > the year, a level 2 heading for the month, a level 3 heading for the day > an

[O] [PATCH] bug fix in ob-groovy.el

2018-02-23 Thread Nick Dokos
h replaces dashes with underscores when constructing temp file names. -- Nick >From a4b64486c8f527b04ae915dcc45a3a2ec43d8e62 Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Fri, 23 Feb 2018 17:58:27 -0500 Subject: [PATCH] Replace dash by underscore in temp file names. * org-babel-groovy-eval

Re: [O] Ridiculously long (2 minutes) startup time for org agenda

2018-02-19 Thread Nick Dokos
JI Xiang writes: >     Function Name, Call Count, Elapsed Time, Average Time > >     org-agenda 1   116.6048159   116.6048159 >     org-agenda-list 1   116.29427357  116.29427357 >     org-agenda-prepare 1   109.15345470  109.15345470 >     org-agenda-prepare-buffers 1   

Re: [O] Test failure

2018-02-15 Thread Nick Dokos
Nicolas Goaziou writes: > It looks like I created absolute symlinks instead of relative ones. > > Could you confirm it is now fixed? > It is fixed: Ran 790 tests, 790 results as expected (2018-02-15 11:45:03-0500) 9 expected failures Thanks! -- Nick

[O] Test failure

2018-02-14 Thread Nick Dokos
Org mode version 9.1.6 (release_9.1.6-474-g58da7d @ /home/nick/elisp/org-mode/lisp/) I updated to the above and got two test failures: , | 2 unexpected results: |FAILED test-org-publish/base-extension |FAILED test-org-publish/get-project-from-filename ` Details on the first on

Re: [O] [Orgmode] tables with many rows not all visible when exporting to PDF

2018-02-09 Thread Nick Dokos
Jon David writes: > Hello Org-mode community, > > This is my first post to the mailing list. I'll jump right into the problem. > > I have an org-table consisting of a few hundred lines. I can view and > modify the entire table in emacs no problem. However, when I export to > LaTeX then to PDF I n

Re: [O] Prevent auto-fill-mode from filling Property values in drawers

2018-02-03 Thread Nick Dokos
Kaushal Modi writes: > On Sat, Feb 3, 2018 at 11:22 AM Nick Dokos wrote: > > FWIW, I tried it too both with emacs -Q and in my normal working emacs: I > cannot reproduce it. > > Hello Nick, Nicolas, > > Thank you for trying out the MWE. I don't know what we

Re: [O] Prevent auto-fill-mode from filling Property values in drawers

2018-02-03 Thread Nick Dokos
Kaushal Modi writes: > On Sat, Feb 3, 2018, 9:40 AM Nicolas Goaziou wrote: > > Kaushal Modi writes: > > I think I spotted your mistake. Considering (a part of) your ECM: > >    * Heading > >    :PROPERTIES: >      > > There's a line between the heading an

Re: [O] How to dynamically change org-clock-mode-line-total?

2018-01-26 Thread Nick Dokos
Marcin Borkowski writes: > Hi all, > > I want to be able to dynamically switch between various settings of > org-clock-mode-line-total. To this end, I wrote the following code. > > (setq org-clock-mode-line-total-settings > '((current . "time spent in this chunk on the current task") >

Re: [O] executing org-table TBLFM form changes (resets) language settings

2018-01-25 Thread Nick Dokos
Rainer Stengele writes: > All, > > My current-language-environment is "German". > Having an Org table with a TBLFM attached: > > | IM Startzeit | IM Endezeit | Stunden | delta(x,16) | > Anm. | > |---+---+-+-+--| >

Re: [O] How to set org-tag-alist

2018-01-23 Thread Nick Dokos
Lawrence Bottorff writes: > This describes a org-tag-alist for setting up globally a list of tags, but > I'm not sure how to alter > org-tag-alist. I'm used to doing an M-x customize-variable, but there is no  > org-tag-alist. There is a defcustom for it in org.el, so once that is loaded, you s

[O] Broken links in worg

2018-01-03 Thread Nick Dokos
There are a few links in the babel area of worg (https://orgmode.org/worg/org-contrib/babel/index.html) that seem to be broken: o http://orgmode.org/manual/Working-With-Source-Code.html#Working-With-Source-Code (this seems to be an http vs https problem). o https://orgmode.org/worg/org-contrib

Re: [O] New feature? Remove duplicate subheadings, preserving order

2018-01-02 Thread Nick Dokos
Allen Li writes: > > I don’t see a use case for checking all heading data. > >>> Since the point would be remove duplicates from lists, I don’t think >>> warning is very useful. I would want to remove the duplicate list >>> items, not get a warning about it and delete them manually. Perhaps >>>

Re: [O] Git repository error

2017-12-21 Thread Nick Dokos
Works here too. Thanks! -- Nick

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread Nick Dokos
"numbch...@gmail.com" writes: > I tried %%(org-anniversary 2016 12 21) Test anniversary. But this > seems does not work. I tested with variable diary-file default value > point to ~/.emacs.d/diary file. and has following content: > > ... > > %%(org-anniversary 2016 12 21) Test anniversary > Work

Re: [O] How to include diary anniversary entries into default org-agenda?

2017-12-20 Thread Nick Dokos
Marco Wahl writes: > stardiviner writes: > >> I have an org-mode file: >> >> #+begin_src org >> ,* Anniversary >> >> ,** my first child anniversary >> >> %%(diary-anniversary 10 26 2017) >> >> ,** Funeral Arrangement >> >> ,*** kk >> >> %%(diary-anniversary 12 8 2007) >> #+end_src >> >> How to i

Re: [O] master: org-complete-expand-structure-template gone?

2017-12-19 Thread Nick Dokos
Uwe Brauer writes: > Hi > > I just pulled the actual master (the last time I did this was in July). > It seems that the function org-complete-expand-structure-template is > gone. > > Is this true? If so > > - what is the substitute. > > - what is the rationale to break backward compatib

Re: [O] org dev repo?

2017-12-19 Thread Nick Dokos
Uwe Brauer writes: > Hi > > I have cloned successfully the devoloper version of org in the past via > http://orgmode.org/org-mode.git > > Now it seem to need ages to pull > > I tried according to http://orgmode.org/worg/dev/ > > > git clone orgm...@orgmode.org:org-mode.git > > But obtained > ,---

Re: [O] Git repository error

2017-12-18 Thread Nick Dokos
Colin Baxter writes: >>>>>> Nick Dokos writes: > > > I get the same results as Detlef: git pull git remote update git > > clone git://orgmode.org/org-mode.git > > > all fail, but > > >git clone http://orgmode.org/org-mode.g

Re: [O] Git repository error

2017-12-18 Thread Nick Dokos
I get the same results as Detlef: git pull git remote update git clone git://orgmode.org/org-mode.git all fail, but git clone http://orgmode.org/org-mode.git succeeded and `git remote update' when the remote is the http version, succeeds as well. -- Nick

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 had problems connecting? >

Re: [O] C++ code block not linked [SOLVED]

2017-11-28 Thread Nick Dokos
Thierry Banel writes: > On 28/11/2017 18:08, Roger Mason wrote: > > Hello, > > Roger Mason writes: > > It compiles fine: > > c++ -std=c++11 -I/usr/local/include -L/usr/local/lib -lginac > C-src-1053hn1.cpp > > Solved by setting: > >

Re: [O] Table refuses to forget cell formula which once overrode a column formula

2017-11-15 Thread Nick Dokos
Ruy Exel writes: > Hi Nicolas, > > Thanks very much.  Just out of curiosity I'd be interested in understanding > how did you do it.  My (non > expert) impression is that using properties to override column formulas isn't > a good idea.  It seems to > me it would be more natural to apply cell fo

Re: [O] ob-haskell evaluation needs inf-haskell but it does not exist

2017-11-15 Thread Nick Dokos
ior process. > > [stardiviner]     GPG key ID: 47C32433 > IRC(freeenode): stardiviner     Twitter:  @numbchild > Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433 > Blog: http://stardiviner.github.io/ > > On

Re: [O] org-hide-emphasis-markers not mentioned in the org manual

2017-11-15 Thread Nick Dokos
alain.coch...@unistra.fr writes: > Thomas Rikl writes on Tue 14 Nov 2017 14:10: > > > (and perhaps other customization variables) > > > > Version: Release 9.1.2 (release 9.1.2-192-gc029c4) > > of the org manual > > > > regards Thomas R. > > In a recent (late sept.) discussion on this list

Re: [O] ob-haskell evaluation needs inf-haskell but it does not exist

2017-11-13 Thread Nick Dokos
stardiviner writes: > When I execute the following Haskell src block: > > ``` > > #+BEGIN_SRC haskell :session :tangle "Data/Code/hello_world.hs" > main :: IO () > main = do >   putStrLn "Hello, World!" > #+END_SRC > > ``` > > It reports error: > > ``` > > Debugger entered--Lisp error: (file-miss

Re: [O] org-babel oz?

2017-11-10 Thread Nick Dokos
Johannes Brauer writes: > Hi, > > I am looking for a working configuration for using oz code blocks in org-mode > file. I've installed > Mozart2 on macOS 10.12.6 and use org-mode version 9.0.9. I've put > (org-babel-do-load-languages > 'org-babel-load-languages > '((emacs-lisp . t) >(oz .

Re: [O] ``make test'' failure

2017-11-05 Thread Nick Dokos
Thank you! On Nov 3, 2017 17:17, "Nicolas Goaziou" wrote: Hello, Nick Dokos writes: > Yes, indeed: the test passes here with the patch. I merged the updated test in master branch. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: org-2ft and/or float-time is wrong [9.1.2 (9.1.2-22-ga2a034-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-11-02 Thread Nick Dokos
Allen Li writes: > ... > I'm not familiar with refactoring FOSS code via mailed patches, nor if > Org maintainers would welcome such patches, but I would be willing to > do some refactoring here. > See http://orgmode.org/worg/org-contribute.html -- Nick

Re: [O] ``make test'' failure

2017-11-02 Thread Nick Dokos
Nicolas Goaziou writes: > There is a non-deterministic part in that failure since neither our > Build nor my machine can reproduce it. > > Could you try the following patch and tell me if the test succeed? > Yes, indeed: the test passes here with the patch. Thanks! -- Nick

Re: [O] Bug: make fails on cloned repo [9.1.2 (9.1.2-22-ga2a034-elpaplus @ /Users/dzenkova/.emacs.d/elpa/org-plus-contrib-20171023/)]

2017-10-31 Thread Nick Dokos
Дарья Зенкова writes: > But when I try to build the repo, I get the following output: > > Loading /Users/dzenkova/src/orgmode.org/org-mode/lisp/org-compat.el > (source)... > Cannot open load file: cl-lib What does M-x locate-library RET cl-lib RET say? It's likely that the problem is with

[O] ``make test'' failure

2017-10-31 Thread Nick Dokos
I get one failure in test-org-publish/resolve-external-link. Bisecting fingers this commit: , | $ git bisect good | 007bbddbccfd06ab9c97d51bf833a068cb1b07a2 is the first bad commit | commit 007bbddbccfd06ab9c97d51bf833a068cb1b07a2 | Author: Nicolas Goaziou | Date: Sun Sep 10 00:16:12 2017 +

Re: [O] Help with org related crash on OpenBSD

2017-10-17 Thread Nick Dokos
Adrian Bradd writes: > ​Instrumenting 'org-capture' with edebug might be of some assistance. This > should at least allow you to step through org-capture and see where emacs is > hanging. > > HTH > > On 13 October 2017 at 12:51, Aaron Bieber wrote: > > Hola, > > I am trying to trac

<    1   2   3   4   5   6   7   8   9   10   >