[O] Org src blocks and multiline macros

2018-08-01 Thread Jarmo Hurri
Greetings. I am once again facing a situation where I would like to define a multiline org macro. If my memory is not failing me (it might well be), this is not possible. So this lead me to consider the use of Org source blocks in Babel. Which might well be a discussion I have had here before,

Re: [O] generate PDF with matching new-lines in quotation C-u C-c C-e

2018-08-01 Thread Van L
Hello Leslie, > Well, you must choose what do you want. I have it :-) No amount of searching through the Internet forums was going to find this. But, you can piece it together from Leslie Lamport’s LaTeX book which I finally did. The \linebreak leaves the full justification default unchange

Re: [O] Agenda search: setting sort-order

2018-08-01 Thread Nathan Neff
On Tue, Jun 19, 2018 at 3:20 PM, Nicolas Goaziou wrote: > Hello, > > Nathan Neff writes: > > > I had a look at org-agenda.el, and took a first stab at "coding" :) > > I fixed the sorting problem when using agenda-search-view, and > > I have a DIFF/patch at the bottom of this e-mail [1] that prov

Re: [O] Warning (bytecomp): ‘((symbol-function (quote message)) (symbol-function (quote ignore)))’ is a malformed function

2018-08-01 Thread J. David Boyd
dbo...@mmm.com (J. David Boyd) writes: > Sorry, wrong location. Tried to cancel it, don't seem to be able to. And look like the message I tried to cancel really was cancelled. :-)

Re: [O] Warning (bytecomp): ‘((symbol-function (quote message)) (symbol-function (quote ignore)))’ is a malformed function

2018-08-01 Thread J. David Boyd
Sorry, wrong location. Tried to cancel it, don't seem to be able to.

[O] Simplifying multiple "var" parameters for a code block

2018-08-01 Thread William Denton
Is there a way to pull data from multiple clocktables (with names matching a regular expression) all at the same time into variables passed into a code block? I use clocktables to keep track of how I spend my time at work, with things falling into one of three major categories (see [1]). I us

[O] Warning (bytecomp): ‘((symbol-function (quote message)) (symbol-function (quote ignore)))’ is a malformed function

2018-08-01 Thread J. David Boyd
Starting yesterday, I see this warning in my Emacs when I start. I've started with 'emacs --debug-init', but get no errors. It looks like it is happening when byte compiling something on the fly. I have made no changes to any of my configs, but I have updated from melpa. How do I track this

[O] Newbie question

2018-08-01 Thread Henrik Frisk
Hi, I'm new with Scheme and new with org babel so excuse me if I am missing something obvious. I have this bit of (simplified) Scheme code to generate a list of lists: #+name: chromatic #+begin_src scheme :noweb yes (map (lambda (x) (cond ((< x 4) (list 0 1)) ((equal? x 4) (

Re: [O] target file of capture template does not save

2018-08-01 Thread tom
Me again. Let me try to provide a bit more info. I'm using xdotool to call "emacsclient -c -e '(org-capture)'". In my init.el, I have both (add-hook 'org-capture-mode-hook 'make-frame) and (add-hook 'org-capture-mode-hook 'delete-frame) my capture template writes to, say, "beans.org." I swoop in

Re: [O] org-ref, html-export, citation links

2018-08-01 Thread Johannes Brauer
I didn’t see this before, too. Now, I tried to create a minimal example showing the described behaviour, but I cannot reproduce it anymore. Now all is correct. Sorry! Johannes Am 01.08.2018 um 13:06 schrieb John Kitchin mailto:jkitc...@andrew.cmu.edu>>: I don't think I have ever seen this, an

Re: [O] generate PDF with matching new-lines in quotation C-u C-c C-e

2018-08-01 Thread Leslie Watter
Hallo Van, On Wed, Aug 1, 2018 at 7:51 AM Van L wrote: > Thank you, > > > You can force a newline in LaTeX putting '\\' at the end of the line(as > the last chars on the line). > > Yes. The file sample2e.tex demonstrates the use of '\\' in the 'verse' > environment. > > I now have the following

[O] Bug: tags-emoji-alignment [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/Cellar/emacs/26.1_1/share/emacs/26.1/lisp/org/)]

2018-08-01 Thread Will Pierce
This might be out of scope for the org list, but the excellent emojify-mode (https://github.com/iqbalansari/emacs-emojify) breaks the alignment of org tags when emojies are included in the headings. So: ``` ** TODO write something short :writing: ``` but ``` ** T

Re: [O] org-ref, html-export, citation links

2018-08-01 Thread John Kitchin
I don't think I have ever seen this, and can't think of a reason why it might be occurring. John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchi

Re: [O] generate PDF with matching new-lines in quotation C-u C-c C-e

2018-08-01 Thread Van L
Thank you, > You can force a newline in LaTeX putting '\\' at the end of the line(as the > last chars on the line). Yes. The file sample2e.tex demonstrates the use of '\\' in the 'verse' environment. I now have the following wanting to fully justify the lines but it doesn’t. #+BEGIN_SRC l

Re: [O] repeating timestamps with an end date

2018-08-01 Thread Robert Pluim
Eric S Fraga writes: > On Monday, 30 Jul 2018 at 15:25, Robert Pluim wrote: >> Hi, >> >> is there a generic way to specify an end date for a repeating event? > > The short answer is no. > > The longer answer is to consider using > org-clone-subtree-with-time-shift. Make the entry you want and t

[O] org-file-apps problem

2018-08-01 Thread Bostjan Vilfan
Hello, Prior to org-mode version 9.0 I was able to use the default program for a file type on Windows 10 with the following setting: (setq org-file-apps (list (cons t (list 'w32-shell-execute "open" 'file However, now (currently my version of org mode is 9.1.9) nothing I try works, including