[O] Bug: error: (invalid-function org-table-with-shrunk-field) [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/minshall/.emacs.d/elpa/org-plus-contrib-20191014/)]

2019-10-15 Thread Greg Minshall
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.

Re: [O] [PATCH] Respect buffer-local value of `org-edit-src-content-indentation'

2019-10-15 Thread Adam Porter
Hi Sebastian, Sebastian Miele writes: > * lisp/org-src.el (org-src--contents-for-write-back): Use the > potentially buffer-local value of `org-edit-src-content-indentation' > from the source buffer instead of that from the editing buffer. > --- > lisp/org-src.el | 3 ++- > 1 file changed, 2

Re: [O] (re-)introducing: orgtbl-query (nee org-query)

2019-10-15 Thread Adam Porter
Hi Greg, That's very cool! Thanks for sharing it.

Re: [O] [RFC] Document level property drawer

2019-10-15 Thread Adam Porter
Gustav Wikström writes: > Hi again, > > I'd like to take the next step with this patch. I'm hesitant to do it > without wider support though, since only a few people have commented. > > @Marco Wahl; As I understand you've applied the patch and tried it > out. Have you found any issues yet? What

[O] (re-)introducing: orgtbl-query (nee org-query)

2019-10-15 Thread Greg Minshall
apologies for the extra noise. i've renamed (and moved) my small utility, now known as orgtbl-query, that allows one to query, from the shell (command line), the contents of an org-mode table in a file. orgtbl-query is now located at: https://gitlab.com/minshall/orqtbl-query part of it

Re: [O] Inject value of macro into code using a variable

2019-10-15 Thread Nicolas Goaziou
Hello, wlharvey4 via Emacs-orgmode writes: > Is it possible to inject the value of a macro into code using > a variable? No, macros are mostly text replacement. They are not Babel related. You may want to pass arguments to Babel blocks using other Babel blocks. Regards, -- Nicolas Goaziou

Re: [O] [RFC] Document level property drawer

2019-10-15 Thread Gustav Wikström
Hi again, I'd like to take the next step with this patch. I'm hesitant to do it without wider support though, since only a few people have commented. @Marco Wahl; As I understand you've applied the patch and tried it out. Have you found any issues yet? What do you think of the patch after

[O] Inject value of macro into code using a variable

2019-10-15 Thread wlharvey4 via Emacs-orgmode
Is it possible to inject the value of a macro into code using a variable? I set a macro called ‘version’ with a version number at the top of my .org file. I would like to do something like this: #+macro:version Version 0.2.5 #+name:code-name #+begin_src js :tangle some-file.js :var

Re: [O] beamer export: misplaced \end{frame} with \lecture structure

2019-10-15 Thread Fraga, Eric
On Monday, 14 Oct 2019 at 06:24, Gürtler, Martin wrote: > 1. What can I do in the org mode file in order to enforce ending the > frame before the \lecture statement. Not ideal but you could do something like this: @@beamer:\end{frame}\lecture{This week's lecture}{week2}\begin{frame}Today's

Re: [O] JShell support in Babel?

2019-10-15 Thread Ken Mankoff
On 2019-10-15 at 13:04 +02, Jarmo Hurri wrote... > JShell is a pretty nifty tool for exploring and demonstrating basic Java > features. Has anyone happened to write support for it in Babel? You can start working with it even without official Babel support: #+BEGIN_SRC bash :results verbatim

[O] JShell support in Babel?

2019-10-15 Thread Jarmo Hurri
Hello. JShell is a pretty nifty tool for exploring and demonstrating basic Java features. https://en.wikipedia.org/wiki/JShell Has anyone happened to write support for it in Babel? If no-one has done this, I might try to implement it later by mimicking some other language support.

Re: [O] Bug and quick bugfix

2019-10-15 Thread Godefroy
Thanks for your replies. Your solution works for me, thank you a lot for your work. Sincerely, Godefroy Vannoye On 10/13/19 1:21 PM, Vladimir Lomov wrote: > Hello, > ** Nicolas Goaziou [2019-10-13 09:26:42 +0200]: > >> Hello, >> >> Godefroy writes: >> >>> I recently encountered a bug when

[O] Configuring listings for file or language

2019-10-15 Thread Jarmo Hurri
Greetings. The help documentation for the variable org-latex-listings-options suggests that it is easy to configure these options - globally for all files and languages using this variable - for each code block separately using #+attr_latex Is it possible to configure these options for all