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 of orgmode since the old templates have been removed and the new syntax is not

Re: [O] Bug: Usage of pmatrix yields error message dispite lack of error [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/christoph/.emacs.d/elpa/org-20180402/)]

2018-04-10 Thread Rasmus
> Org-mode seems to support environment-based math formulas. However, when > using pmatrix, the buffer *Org PDF LaTeX Output* always shows an > error when exporting to PDF via LaTeX. This even happens for the > simplest of matrices: > > \begin{pmatrix} > 0 > \end{pmatrix} > > An org file with only

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

2018-04-10 Thread Rasmus
Uwe Brauer writes: "Rasmus" == 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 n

[O] org-note-abort

2018-04-10 Thread Brad Knotwell
Good day all-- Earlier, I had written about the unreliability of adding a table-line.  Well, I ran into a similar problem with the (significantly simpler) entry capability.  Unlike the table-line, this was an easier debug and I determined that org-note-abort was set to t which ensures capture wi

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

2018-04-10 Thread Rasmus
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 of orgmode since the old templates have been >>> removed and the new syntax is not really explained. >> >> Pleas

[O] Bug: Usage of pmatrix yields error message dispite lack of error [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/christoph/.emacs.d/elpa/org-20180402/)]

2018-04-10 Thread Christoph Michelbach
Remember to cover the basics, that is, what you expected to happen and what in fact did happen.  You don't know how to make a good report?  See  https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --

[O] Bug: Editing cookie in table column breaks tabbing [9.1.9 (9.1.9-3-gb1a639-elpa @ /home/foo/.emacs.d/elpa/org-20180402/)]

2018-04-10 Thread Sebastian P. Luque
Hello, When `org-startup-align-all-tables' is t, then editing the cookie in a table causes subsequent tabbing inside the table to throw the following trace: ------ Debugger entered--Lisp error: (args-out-of-range #("abcde" 0 1

[O] macro with inline source does not work in table cells

2018-04-10 Thread kabriel
Hi, I have defined a macro that uses an emacs-lisp inline source code. It works fine in all the usual places, except table cells. A more standard macro (that does not use a source code block) works fine. I have tried looking through the source code in the exporter, but cannot quite figure out why

Re: [O] LP weaving: org mode vs noweb

2018-04-10 Thread Diego Zamboni
Hi Christian,I found here that the output template for code segments can be customized: https://stackoverflow.com/questions/40033843/show-the-name-of-a-code-block-in-org-mode-when-exportAfter some experimentation I came up with the following snippet:(setq org-babel-exp-code-template      (concat "\

Re: [O] Library of Babel confusion

2018-04-10 Thread Lawrence Bottorff
Thanks for the help. However, one mystery still remains: Why is this '(org-babel-lob-files (quote ("~/org/worg/library-of-babel.org"))) in my init.el's custom-set-variables not getting handled? I always have to do an org-babel-lob-ingest to actually get library-of-babel.org loaded. On Fri, Apr

Re: [O] How to get 'repeating footnotes' please?

2018-04-10 Thread Berry, Charles
> On Apr 10, 2018, at 5:42 AM, Sharon Kimble wrote: > > Samuel Wales writes: > >> [fn:apples: ...] >> >> [fn:apples] > > I'm sorry Samuel, but it seems like you haven't read all of my initial > question, where I stated 'All my footnotes are 4 digits like > '[fn:0010]'.' I'm not going to cha

Re: [O] Which org mode document should I modify for new header argument?

2018-04-10 Thread Nicolas Goaziou
Hello, stardiviner writes: > I try to find information in Org-mode web page > https://orgmode.org/worg/org-contribute.html#patches > > But can't find which document should I modify. Recently I found both > `org.texi` and `org-manual.org` are modified. Really don't know which > one should I edit.

Re: [O] [patch] fix error when using org-notify with no agenda files

2018-04-10 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > Hi, > > Previously, when `org-agenda-files' was nil, and `org-notify-start' had > been called (org-notify running), I got the following error every time > `org-notify-process' would run. > > Wrong type argument: stringp, nil > > This patch fixes this so `org-notify' wo

Re: [O] Support showing stars as pretty bullets

2018-04-10 Thread Alex Branham
On Thu 05 Apr 2018 at 07:50, Nicolas Goaziou wrote: Hi, and sorry for the delayed response. > I don't think users should call M-x prettify-symbols-mode. Instead, they > could call `org-art-prettify-buffer', an autoloaded function, which > would properly initialize `prettify-symbols-mode' and so

Re: [O] Let Org-mode support export to PDF with language indicator for src blocks

2018-04-10 Thread Berry, Charles
> On Apr 10, 2018, at 1:11 AM, stardiviner wrote: > > I found LaTeX can do this: > https://tex.stackexchange.com/questions/342683/specify-box-with-header-around-listing > > I want to ask, can Org-mode support exporting to PDF by supporting this? Yes. See https://www.mail-archive.com/emacs-

Re: [O] How to get 'repeating footnotes' please?

2018-04-10 Thread Sharon Kimble
Samuel Wales writes: > [fn:apples: ...] > > [fn:apples] I'm sorry Samuel, but it seems like you haven't read all of my initial question, where I stated 'All my footnotes are 4 digits like '[fn:0010]'.' I'm not going to change my habits of using numerical footnotes that have been in documents for

[O] [SOLVED aggregate] (was: send the content of one column of a table to another table)

2018-04-10 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I want to do something simple, just sending (pushing) a column of > one table to another column of another table. I know about > orgtbl-join but I can't get it to work, besides I don't need all > its sophistication. Hi It seems that the f

[O] send the content of one column of a table to another table

2018-04-10 Thread Uwe Brauer
Hi I want to do something simple, just sending (pushing) a column of one table to another column of another table. I know about orgtbl-join but I can't get it to work, besides I don't need all its sophistication. So I have #+tblname: master | type | Fiber | Sugar | Protein | Carb | typ

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

2018-04-10 Thread Uwe Brauer
>>> "Rasmus" == 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

[O] [PATCH] add "link" :results type for Babel

2018-04-10 Thread stardiviner
This patch try to support following way: #+begin_src sh :results link :file "/tmp/test.txt" echo "hello" > /tmp/test.txt echo "test" #+end_src #+RESULTS: [[file:/tmp/test.txt]] Because: - ~org-babel-execute-src-block~ - ~(org-babel-get-src-block-info)~ - (let* ((info .. (apply #'org-babel

Re: [O] Need help on my writing org-mode test.

2018-04-10 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 After long time Edebug and many print info try. Unbelievable that this is caused by my ert test is using: #+begin_src sh (which I copy from other existing testing example.) I remember this "sh" is deprecated. After I change to "shell", test passed.

[O] Let Org-mode support export to PDF with language indicator for src blocks

2018-04-10 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I found LaTeX can do this: https://tex.stackexchange.com/questions/342683/specify-box-with-header-around-listing I want to ask, can Org-mode support exporting to PDF by supporting this? - -- [ stardiviner ] don't need to convince with trends.

[O] Serial document?

2018-04-10 Thread Loris Bennett
Hi, I have created the following table of questions to ask job applicants and have the names of the all applicants in the page header: #+TITEL: Questions for Applicants #+OPTIONS: toc:nil num:nil #+LATEX_CLASS_OPTIONS: [a4paper,portrait] #+LATEX_HEADER: \usepackage{fancyhdr}\pagestyle{fancyplai