Re: [O] ob-clojure.el is not compatible with new CIDER API

2018-07-30 Thread stardiviner
About 3 days ago, I updated CIDER, seems it can work again now. After considering your mentioned problems of managing sessions, seems CIDER implemented new middleware called "sesman", have not tried it in details, I will dig into it later. Hmm, because I use ob-clojure to do "Literate

Re: [O] Feature request: Maintaining multiple init files with one org file

2018-07-30 Thread Diego Zamboni
Hi Sven, Personally, I do not like the idea of having to generate the config files on every host - I prefer to tangle once, on my main machine, and then distribute (via git) both the org source and the tangled result to all my machines. This results in much lower maintenance effort - otherwise I

[O] quick copy-to-slack-syntax?

2018-07-30 Thread Matt Price
Does anyone by chance already have a method for quickly copying the region or subheading to the very simple Slack syntax? ASCII export seems to be pretty close but not perfect. If you have a solution I'd love to hear it! Otherwise I'll try to roll my own sometime soon, will post in this thread if

Re: [O] export org file ignoring presence of :export: tags [SOLVED]

2018-07-30 Thread Julius Müller
I should have used org-export-select-tags instead of org-export-exclude-tags. Sorry for the noise. Julius Am 26.07.2018 um 18:16 schrieb Julius Dittmar: > Hi, > > I'm still an elisp beginner, so please bear with me. > > I would like to be able to fully export org-mode files which make use of >

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

2018-07-30 Thread Leslie Watter
Hello, On Mon, Jul 30, 2018 at 11:37 AM Van L wrote: > Hello, > > Is it possible to produce in PDF the following passage with matching > new-lines? > You can force a newline in LaTeX putting '\\' at the end of the line(as the last chars on the line). You can try this: > #+NAME:

[O] TOC local for specified heading and its subheadings - now broken?

2018-07-30 Thread D. C. Toedt
1. In November 2015, Sacha Chua very kindly put together a patch to allow the following: > # = The next line is the desired feature: Generate a TOC list (with links) of *all subheadings in the specified heading * > *#+TOC: headlines 1 local ConfInfoClauses * 2. Nicholas

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

2018-07-30 Thread Van L
Hello, Is it possible to produce in PDF the following passage with matching new-lines? #+NAME: page-56-57 #+BEGIN_SRC latex :export: \begin{quotation} war. The longer a war lasts, the more things tend to depend on acci- dents. Neither you nor we can see into them: we

[O] repeating timestamps with an end date

2018-07-30 Thread Robert Pluim
Hi, is there a generic way to specify an end date for a repeating event? I can do something like * 10:00-12:00 an event <%%(org-class 2018 8 1 2018 8 31 2)> to have something repeat every Tuesday in August, but that doesnʼt work for other repeating intervals. Iʼd much rather be able to do

[O] org-drill version 2.4.7 vs 2.6.1

2018-07-30 Thread Janus
Hi everyone, Congratulation for the excellent work on org-mode. It is an amazing piece of software. I have encountered some problems using org-drill. At the end I found that the 'org-drill.el' version in the repository https://code.orgmode.org/bzg/org-mode.git is 2.4.7. The version on

[O] Bug: truncate lines when setupfile [9.0.5 (9.0.5-elpa @ /home/xavier/.emacs.d/elpa/org-20170210/)]

2018-07-30 Thread Xavier Leleu
Hi, The default truncate-line option turns off when the org-file contains a #+SETUPFILE: mysetupfile.setup. M-x toggle-truncate-lines gets truncation back. Emacs : GNU Emacs 24.4.1 (i586-pc-linux-gnu, GTK+ Version 3.14.5) of 2017-09-12 on x86-csail-01, modified by Debian Package: Org mode

[O] Bug: Variable comment-start-skip in the function org-agenda-skip is nil but should be a string. [9.1.13 (9.1.13-elpa @ ~/.emacs.d/elpa/org-20180716/)]

2018-07-30 Thread Pierre-Henry F.
Hello dear list and thank you for looking at this stuff down below as well as org-mode and many other things. Best, PHF I get: Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) org-agenda-skip()

[O] Bug: Broken link in documentation

2018-07-30 Thread Julien Palard
Hi, I'm new to Org mode and spotted a broken link at the bottom of https://orgmode.org/features.html : mobileorg.ncogni.to $ curl -s https://orgmode.org/features.html | grep http://mobileorg.ncogni.to/ Richard Moreland has developed http://mobileorg.ncogni.to/;>MobileOrg, a free

[O] Bug: org-indent-boundary-char doesn't have org-indent face [9.1.9 (release_9.1.9-65-g5e4542 @ c:/Program Files/emacs-26.1-x86_64/share/emacs/26.1/lisp/org/)]

2018-07-30 Thread HIRATA Tadashi
Hello org-mode developers, I found a bug that org-indent-boundary-char doens't have org-indent face property in org-indent-mode. This causes an appearance issue when you use org-mode with whitespace-mode that you can't control org-indent-boundary-char's face neither whitespace-space face nor

Re: [O] Feature request: Maintaining multiple init files with one org file

2018-07-30 Thread Sven Bretfeld
Hi Eric So all in all I feel that there is a demand for my suggestion. Orgmode has the power to yield a real good solution for centralized init file maintenance, but at the moment we have to help ourselves with workarounds. Tag-filtering for tangling functions would be the best way to go in the

[O] Latex preview foreground color problem

2018-07-30 Thread Jarmo Hurri
Greetings. Previewing Latex fragments is one cool feature. However, I have one problem tailoring it to my use. In my emacs config file I now have: (plist-put org-format-latex-options :foreground "white") (plist-put org-format-latex-options :scale 2) These seem to set the correct properties,

Re: [O] Feature request: Maintaining multiple init files with one org file

2018-07-30 Thread Eric S Fraga
On Sunday, 29 Jul 2018 at 12:42, Sven Bretfeld wrote: [...] > At the moment I have a separate .emacs for the tablet and have to > remember changing this file, for ex. whenever I include a new file in > the org-agenda-files list. This could be much more tidy with an org > approach. The approach