Re: Towards a new TeX font management

2025-04-24 Thread Robert Klein
Hi, you don't need to usepackage textcomp anymore since the spring 2020 release of LaTeX, see https://www.latex-project.org/news/latex2e-news/ltnews31.pdf page three, right column. Best regards Robert On Wed, 23 Apr 2025 16:31:12 + Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez w

Re: Adding a resume.cls to Org ?

2025-01-25 Thread Robert Klein
Answers interspersed. PS, The help for the variable “org-latex-classes” (C-h v org-latex-classes) has a very detailed description (and examples without the ~\\par) Am Fri, 24 Jan 2025 14:30:36 -0800 schrieb David Masterson : > Robert Klein writes: > > > On Thu, 23 Jan 2025 18

Re: Adding a resume.cls to Org ?

2025-01-24 Thread Robert Klein
On Thu, 23 Jan 2025 18:47:23 -0800 David Masterson wrote: > Anyone have a writeup on adding a simple resume.cls to Org? You mean something like (setq roklein/org-latex-class/scrartcl ;; note: ~ resolves to ~\\ which is a forced space ;; plus a line break. Otherwise the fo

[BUG] latex run fails for ob-latex with imagemagick options

2025-01-07 Thread Robert Klein
Hi, when trying to create an image by the attached code (test.org), the LaTeX run fails because the interim code contains both pdflatex and luatex specific usepackage commands fontspec, inputenc, and fontenc). The code is supposed to export a LaTeX-tikz to png using the imagemagick header optio

[BUG] emphasis marker inside macro breaks macro [9.7.16 (release_9.7.16 @ /home/roklein/ot/org-mode/lisp/)]

2024-11-13 Thread Robert Klein
tp" :follow (closure ((scheme . "ftp")) (url arg) (browse-url (concat scheme ":" url) arg)) ) ("help" :follow org-link--open-help :store org-lin

Re: Should page break (^L) work as paragraph element separator and be included into Org syntax? (was: [BUG] org-fill-paragraph doesn't handle ^L correctly [9.5.4 (release_9.5.4-19-g4dff42 @ /home/matt

2022-09-26 Thread Robert Klein
On Tue, 27 Sep 2022 01:10:49 +1000 Matt Beshara wrote: > > ^L is not a part of Org specification for paragraph separators. > > According to > > https://orgmode.org/worg/dev/org-syntax.html#Paragraphs, > > paragraph boundaries should either be empty lines, or beginning > > of other > > Org eleme

BUG: org-table: table option “:missing” not working (in ob-gnuplot.el)

2021-06-17 Thread Robert Klein
Hi everyone, a bug report: Emacs : GNU Emacs 27.2 (build 1, x86_64-unknown-openbsd, GTK+ Version 2.24.33) of 2021-04-20 Package: Org mode version 9.4.6 (release_9.4.6-4-g093c94 @ /home/roklein/.emacs.d/org-mode/lisp/) When trying to run a table with missing values with ob-gnuplot.el there's

Re: #+BEGIN_SRC sh C-c C-c in Windows

2020-04-22 Thread Robert Klein
Hi, On Wed, 22 Apr 2020 08:09:39 -0400 Neil Cherry wrote: > I've searched for a resolution for this but haven't found one. I want > to be able to call a different command shell in Windows. What I keep > seeing is that it can't find /bin/sh > > #+BEGIN_SRC sh :results output > set > #+END_SRC >

Re: Problem

2020-04-04 Thread Robert Klein
Hi, I use ox-koma-letter, and have nothing concerning koma n org-latex-classes: - ensure ox-koma-letter is installed - to install it, add to your local.mk: #+begin_src text ORG_ADD_CONTRIB = ox-koma-letter #+end_src - (require 'ox-koma-letter) in your .emacs - export using C-c C-e k p

Re: Step by step tutorial on Worg on how to create a new export backend

2020-02-15 Thread Robert Klein
On Fri, 14 Feb 2020 21:48:02 +0100 Bastien wrote: > We have a good reference documentation for creating export backends: > https://orgmode.org/worg/dev/org-export-reference.html > > But we *badly* need a step by step tutorial on Worg. > > Anyone would like to volunteer for writing such a tutori

Re: code.orgmode.org

2020-01-23 Thread Robert Klein
Hi, Gogs config does the trace automatically due to a configuration inheritance issue (cf. https://github.com/gogs/gogs/issues/5007). I added the following lines to the custom/conf/app.ini file and restarted gogs: [log.file] LEVEL = Info Btw. the trace was afaik on all the time. Dunno wh

breakage: Using self-defined Macro in macro definition

2020-01-20 Thread Robert Klein
Hi, when I use a self-defined macro in a macro definition, subsequent macros in the same macro definition don't get expanded (tested with org version 9.2.1 and tip of maint): --- snip example --- #+Macro: newline (eval "\n") #+Macro: new $1 {{{newline}}}#+Index: $1 {{{newline}}} Use the {{{new

Re: [O] minimal testing setup for pdf export?

2019-08-26 Thread Robert Klein
usepackage{amssymb} \usepackage{capt-of} \usepackage{hyperref} \author{Robert Klein} \date{\today} \title{} \hypersetup{ pdfauthor={Robert Klein}, pdftitle={}, pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs 26.2 (Org mode 9.1.9)}, pdflang={English}} \begin{document} \tableofcontents \end{docum

Re: [O] org.texi errors when compiling

2019-03-12 Thread Robert Klein
Hi Diego, On Tue, 12 Mar 2019 06:45:28 +0100 Diego Zamboni wrote: > Hi, > > Not sure how long this has been happening, but I just noticed the > following errors when building org (output from "make"): > > /Library/Developer/CommandLineTools/usr/bin/make -C doc info > org-version: 9.2.2 (releas

[O] funny remote time/duration values

2019-01-07 Thread Robert Klein
second table. same in all cases with a 0 in front (04:50, 07:50, 01:00). Org-version is 9.2 Any ideas? Thanks and best regards Robert -- Robert Klein UNIX Operations Max Planck-Institut für Polymerforschung Anschrift: Ackermannweg 10, 55128 Mainz

[O] funny remote time/duration values

2019-01-07 Thread Robert Klein
Hi, when using values (time/duration) from a remote table I sometimes get funny values: #+name: teta | 4:50 | | 2:25 | #+TBLFM: @1$1=remote(teta,@1$1) When I set e.g. 7:50 in “teta” the same value shows up in the second table (after C-u C-c C-c). For 1:00 in “teta” I get #ERROR in the sec

Re: [O] exporting to latex and docx not honouring carriage returns to tabbing

2018-10-08 Thread Robert Klein
On Mon, 08 Oct 2018 16:54:39 +0100 Eric S Fraga wrote: > On Monday, 8 Oct 2018 at 10:56, Sharon Kimble wrote: > > My finished output in the pdf will have every line indented/tabbed > > to 4 spaces and have a carriage-return at the end of each > > paragraph, with no spacings in between paragraphs

Re: [O] PATH question for gnus

2018-10-08 Thread Robert Klein
Hi, On Mon, 8 Oct 2018 14:15:17 +0200 Joseph Vidal-Rosset wrote: > Hello, > > I am a Debian GNU/Linux user, but, contrarily that I did, I have > recently decided to install texlive via the sources in /usr/local/ . > I put in my init.el (user.el in scimax) : (setenv "PATH" (concat > "/usr/local/

Re: [O] How to upgrade to make beamer export work

2018-09-24 Thread Robert Klein
Hi, On Mon, 24 Sep 2018 15:49:28 +0800 jiewuza wrote: > I used orgmode to prepare my lecture materials. > Now I upgrade org to the latest version, and read the [[new > exporter][https://orgmode.org/worg/exporters/ox-overview.html]]. > > It seems the configure is much easier. > But I cannot get

Re: [O] Expandin Org Babel snippets

2018-09-20 Thread Robert Klein
On Thu, 20 Sep 2018 14:53:56 +0100 Lorenzo Bolla wrote: > I upgraded to orgmode TIP (from > https://code.orgmode.org/bzg/org-mode), and now I am not able to > expand Babel snippets in org files anymore. E.g. it used to be > possible to type " and get an expanded > "#+begin_src ... #+end_src" bloc

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

2018-09-20 Thread Robert Klein
Hi, On Thu, 20 Sep 2018 08:43:19 +0300 Eli Zaretskii wrote: > > From: Kaushal Modi > > Date: Wed, 19 Sep 2018 17:16:28 -0400 > > Cc: Nicolas Goaziou , Glenn Morris > > , n...@flqt.fr, Richard Stallman , > > 32...@debbugs.gnu.org, Robert Horn , Eli > > Zaretskii > > > > I got approval from Hrvo

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

2018-09-18 Thread Robert Klein
On Tue, 18 Sep 2018 19:53:14 +0300 Eli Zaretskii wrote: > > From: Robert Horn > > Cc: Nicolas Goaziou , Eli Zaretskii > > , kaushal.m...@gmail.com, 32...@debbugs.gnu.org, > > r...@gnu.org Date: Tue, 18 Sep 2018 12:37:45 -0400 > > > > /* from RMS email later in thread > > To motivate people to d

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

2018-09-18 Thread Robert Klein
On Tue, 18 Sep 2018 14:49:27 +0300 Eli Zaretskii wrote: > > From: Nicolas Goaziou > > Cc: r...@gnu.org, kaushal.m...@gmail.com, n...@flqt.fr, > > 32...@debbugs.gnu.org Date: Tue, 18 Sep 2018 11:37:15 +0200 > > > > This is a genuine question: what /exactly/ do you want Org > > developers to so

Re: [O] A strange problem with org-babel and SQLite

2018-09-09 Thread Robert Klein
On Wed, 5 Sep 2018 08:56:02 +0200 Robert Klein wrote: > Hi Cecil, > > On Mon, 3 Sep 2018 03:23:17 +0200 > Cecil Westerhof wrote: > > > It has to do with the data. With the following I can reproduce it: > > #+BEGIN_SRC sqlite :db ~/testingOrgBabel.sqlite :colnames y

[O] Fix for ob-sqlite tests

2018-09-09 Thread Robert Klein
regards Robert >From c48a90b94bc7f0a86c7dd3b4747c893e64ec2e31 Mon Sep 17 00:00:00 2001 From: Robert Klein Date: Sun, 9 Sep 2018 14:27:20 +0200 Subject: [PATCH] Fix tests for sqlite - sqlite executable used by ob-sqlite is 'sqlite3' - require ob-sqlite for test --- testing/lisp/test-

Re: [O] code.orgmode.org misbehaving?

2018-09-05 Thread Robert Klein
Hi Adam, On Sun, 02 Sep 2018 19:19:25 -0500 Adam Porter wrote: > Hi, > > Trying to pull with git from the main Org repo, I'm getting errors > from git: > > fatal: https://code.orgmode.org/bzg/org-mode.git/info/refs not valid: > is this a git repository? > > Loading https://code.orgmode.org/ i

Re: [O] English and Dutch version of a Graphviz picture

2018-09-05 Thread Robert Klein
Hi Cecil, On Sun, 2 Sep 2018 15:27:29 +0200 Cecil Westerhof wrote: > 2018-09-01 17:04 GMT+02:00 Robert Klein : > > > On Sat, 1 Sep 2018 12:38:54 +0200 > > Cecil Westerhof wrote: > > > > > I have the following: > > > #+BEGIN_SRC dot :file G

Re: [O] A strange problem with org-babel and SQLite

2018-09-04 Thread Robert Klein
you haven't invested too much in the dependency on JSON, you might want to redesign the database, e.g. CREATE TABLE "quotes" ( quoteID TEXT PRIMARY KEY, quote_enTEXT NOT NULL UNIQUE, quote_nlTEXT NOT NULL UNIQUE, lastU

Re: [O] newbie which LaTeX for PDF publish

2018-09-02 Thread Robert Klein
Hi Adam, On Mon, 03 Sep 2018 09:32:14 +1200 adam wrote: > On Sun, 2018-09-02 at 11:04 +0100, Eric S Fraga wrote: > > On Saturday,  1 Sep 2018 at 22:12, adam wrote: > > > > > > Am on Ubuntu 16.04, org-version is 8.2.10  > > > > > > Export to PDF C-c C-e l o  is working.  > > > However I wish

Re: [O] org-latex-export: Name sections by CUSTOM_ID (rather than %s)?

2018-09-02 Thread Robert Klein
Hi, On Sat, 1 Sep 2018 21:30:19 -0500 Florian Hollerweger wrote: > Hi everyone, > > When exporting an .org file to LaTeX, is it possible to name the > sections in the exported .tex file *not* according to the > corresponding headlines in the .org file, but instead according to > the respective

Re: [O] English and Dutch version of a Graphviz picture

2018-09-01 Thread Robert Klein
Hi Cecil, On Sat, 1 Sep 2018 12:38:54 +0200 Cecil Westerhof wrote: > I have the following: > #+BEGIN_SRC dot :file Graphviz/habitLoop.png :cmdline -Kfdp -Tpng > digraph habitLoop { > bgcolor = steelblue > edge [penwidth = 4.0 ] > node [fontcolor = white, fontsize = 60, style = filled

Re: [O] newbie which LaTeX for PDF publish

2018-09-01 Thread Robert Klein
Hi, On Sat, 01 Sep 2018 22:12:39 +1200 adam wrote: > Am on Ubuntu 16.04, org-version is 8.2.10  > > Export to PDF C-c C-e l o  is working.  > However I wish finer grain LaTeX control.  > > > For Export to PDF to work, I needed  pdftex   > > So I followed one suggestion and installed     > su

Re: [O] A strange problem with org-babel and SQLite

2018-09-01 Thread Robert Klein
Hi Cecil, On Sat, 1 Sep 2018 11:12:57 +0200 Cecil Westerhof wrote: > 2018-08-31 13:22 GMT+02:00 Robert Klein : > > > On Fri, 31 Aug 2018 12:24:33 +0200 > > Cecil Westerhof wrote: > > > > > 2018-08-31 11:17 GMT+02:00 Robert Klein : > > > > &

Re: [O] A strange problem with org-babel and SQLite

2018-08-31 Thread Robert Klein
Hi Cecil, On Fri, 31 Aug 2018 12:24:33 +0200 Cecil Westerhof wrote: > 2018-08-31 11:17 GMT+02:00 Robert Klein : > > > Hi Cecil, > > > > On Fri, 31 Aug 2018 10:47:50 +0200 > > Cecil Westerhof wrote: > > > > > I have a strange problem with org-ba

Re: [O] A strange problem with org-babel and SQLite

2018-08-31 Thread Robert Klein
Hi Cecil, On Fri, 31 Aug 2018 10:47:50 +0200 Cecil Westerhof wrote: > I have a strange problem with org-babel and SQLite. > > I have a database that is created with: > CREATE TABLE "quotes" ( > quoteID TEXT PRIMARY KEY, > quote TEXT NOT NULL UNIQ

[O] OK again, was: Re: Bug: git clone https://code.orgmode.org/bzg/org-mode.git fails with fatal: unable to access 'https://code.orgmode.org/bzg/org-mode.git/': server certificate verification failed.

2018-08-19 Thread Robert Klein
Hi Brent, On Sun, 19 Aug 2018 08:32:27 -0700 Brent Goodrick wrote: > > I noted that even browsing to the website at https://orgmode.org > required me to add a certificate exception to my browser. [rest deleted] thanks a lot for the information. It seems the certificate for the web site expir

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

2018-08-18 Thread Robert Klein
Hi, On Sat, 18 Aug 2018 06:52:19 +0200 alain.coch...@unistra.fr wrote: > Hello. > > I read in the manual: > >'C-c C-e l o' >Export as LaTeX file and convert it to PDF, then open the PDF >using the default viewer. > > I have the file ~/tmp/scr.org which contains only > >* head

Re: [O] One column TOC?

2018-08-12 Thread Robert Klein
Hi, On Sun, 12 Aug 2018 13:25:34 +0200 Eric S Fraga wrote: > On Sunday, 12 Aug 2018 at 06:49, alain.coch...@unistra.fr wrote: > > Sharon Kimble writes on Sun 12 Aug 2018 00:36: > > > > > > I've been puzzling over this for several weeks now, how can I > > > get the > > > > > TOC of a d

Re: [O] can't get table output when running r babel

2018-08-08 Thread Robert Klein
On Wed, 8 Aug 2018 16:10:10 +0100 Zhihao Ding wrote: > Hi there, > > I can't seem to get a table output from running this toy example: > >#+HEADER: :results value > #+BEGIN_SRC R > data <- data.frame(list(a=c(1,2,3), b=c(4,5,6))) > data > #+END_SRC > > #+RESULTS: >

Re: [O] Cannot access repository

2018-06-06 Thread Robert Klein
Hi, I can confirm, that the gogs service is down. Bastien, I'm not sure how you started gogs. How about starting it using a systemd unit? (Example @ https://github.com/gogs/gogs/blob/master/scripts/systemd/gogs.service) Best regards Robert On Wed, 6 Jun 2018 08:48:18 -0400 Charles Millar wr

Re: [O] Table latex exporting ignores #+ATTR_LATEX:

2018-03-25 Thread Robert Klein
Hi, On Sun, 25 Mar 2018 19:23:53 +0300 Peter Mukhachev wrote: > $ cat table-source.org > #+ATTR_LATEX: :align lp{2cm}l > | Name | Text | Rationale | > | height | 18 m | ATC requriment | > > # Here I export with M-x org-table-export RET org-table-export- > result.tex RET orgtbl-to-latex R

Re: [O] Git repository error

2017-12-20 Thread Robert Klein
Hi guys, I removed old git-daemon processes and restartet the git daemon. Does it work better, now? Best regards Robert On Wed, 20 Dec 2017 18:03:01 + li...@wilkesley.net wrote: > On 2017-12-20 17:14, swfl...@flintfam.org wrote: > > > I'm still having this problem > > > > CB> -- Co

Re: [O] Recent regression in Org master with parsing of verbatim code with spaces

2017-10-11 Thread Robert Klein
Hi, On Wed, 11 Oct 2017 00:47:04 +0100 Reuben Thomas wrote: > On 10 October 2017 at 18:29, Kaushal Modi > wrote: > > > On Tue, Oct 10, 2017 at 1:08 PM Kaushal Modi > > wrote: > > > >> I scanned through recent commits, but haven't yet figured out which > >> commit affected this. Before I end

Re: [O] export of formatted date macro fails

2017-09-27 Thread Robert Klein
Hi, On Wed, 27 Sep 2017 13:21:14 + Kaushal Modi wrote: > On Wed, Sep 27, 2017, 8:52 AM Robert Klein wrote: > > > > > and later the macro > > > > {{{date(%A, %B %e, %Y)}} > > > > The exported document only has the "Sunday" (%A) p

[O] export of formatted date macro fails

2017-09-27 Thread Robert Klein
Hi, when I export a formatted date via the {{{date}}} macro _and_ use e.g. commas and/or spaces, I only get the first component in the exported file (tested for HTML and PDF export). E.g. in my document I have a date: #+DATE: [2008-11-09 Sun 11:00] and later the macro {{{date(%A, %B %e, %Y)}

[O] org-list-to-subtree strange behaviour

2017-09-16 Thread Robert Klein
Hi, I'm trying to use org-list-to-subtree in a publishing projects sitemap-function. However, the org-list-to-subtree function only returns the first entry. That is, when I run (org-list-to-subtree l '(:istart "** ")) after setting the variable l (see below, I didn't want the 120+ lines inter

Re: [O] Bug: http://orgmode.org/cgit.cgi/org-mode.git/ - 502 Bad Gateway

2017-07-31 Thread Robert Klein
Hi, it works again now. Best regards Robert On Mon, 31 Jul 2017 18:50:44 +0800 Chunyang Xu wrote: > I visited the URL by clicking "cgit" on http://orgmode.org/. > > >

Re: [O] BUG: ox-latex export pdf options issue

2017-06-30 Thread Robert Klein
9 Jun 2017 14:28:26 +0200 Robert Klein wrote: > Hi, > > The Latex \hypersetup options like to be on their own line and hate > when the closing } intrudes on them. > > Patch which puts the closing brace in its place below. > > Best regards > Robert > > > >

[O] BUG: ox-latex export pdf options issue

2017-06-30 Thread Robert Klein
Hi, The Latex \hypersetup options like to be on their own line and hate when the closing } intrudes on them. Patch which puts the closing brace in its place below. Best regards Robert diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index ec4b49585f8..474f9b6e9c4 100644 --- a/lisp/ox-latex.e

Re: [O] Documentation fix

2017-05-15 Thread Robert Klein
Hallo, On Mon, 15 May 2017 08:42:42 +0200 Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > there are two typos which causes compile to fail. Patch below. > > Thank you. > > > Options for MathJax (@code{org-html-mathjax-options}). MathJ

[O] Documentation fix

2017-05-14 Thread Robert Klein
Hi, there are two typos which causes compile to fail. Patch below. PS: Probably there should be a comma after the “example”. Sorry, my English not so good is... Best regards Robert From 355901f48b9b81e9d5509f2df66e4f25eb23adae Mon Sep 17 00:00:00 2001 From: Robert Klein Date: Mon, 15

[O] [PATCH] Fix custom timestamps during export (ox-groff)

2017-03-12 Thread Robert Klein
Hi, this patch updates ox-groff.el in contrig to use the org-timestamp-translate function instead of the non-existing org-translate-time. Best regards Robert From 632764856ecbc0f6a733d3d919f4904c6465605c Mon Sep 17 00:00:00 2001 From: Robert Klein Date: Mon, 13 Mar 2017 07:29:27 +0100 Subject

Re: [O] publishing files with images to latex

2017-03-09 Thread Robert Klein
Hi, Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > when I publish a project to PDF org-mode does not include the > > images in the exported PDF (i.e. LaTeX doesn't find them), when I > > start the publishing process from a buffer which

[O] publishing files with images to latex

2017-02-28 Thread Robert Klein
Hi, when I publish a project to PDF org-mode does not include the images in the exported PDF (i.e. LaTeX doesn't find them), when I start the publishing process from a buffer which is /not/ in the directory to be published. E.e. when I have the org files in ~/Documents/mpipdocs/linux and publish

Re: [O] Tangling include files

2016-11-24 Thread Robert Klein
On Wed, 23 Nov 2016 21:22:08 -0800 "Charles C. Berry" wrote: > On Thu, 24 Nov 2016, Harry Butterworth wrote: > > > I tried org-org-export-to-org which puts everything into a single > > document but it strips the :tangle parameters out so a subsequent > > tangle doesn't generate any source code.

Re: [O] Best diagram, image software?

2016-10-06 Thread Robert Klein
Hi, I'm using the following header, which lets me export to PDF and HTML, both (basically from here: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html). #+header: :exports results :file fsa.png #+header: :imagemagick yes :iminoptions -density 600 :imoutoptions -geometry 1200

Re: [O] Something happened in git server

2016-09-04 Thread Robert Klein
Hi, http access seemed to be Ok, but there was something fishy about git. I restarted all services, so everything should be Ok, now. Best regards Robert On Mon, 5 Sep 2016 00:51:22 +0900 Ishikawa Takaaki wrote: > Many thanks to your reports. Unfortunately, it’s not working even > now. I don’t

Re: [O] [PATCH] Re: links-9.0 v3

2016-08-07 Thread Robert Klein
d org-add-link-type. > > > > I'm not familiar enough with the details of org-link-set-parameters > > to fix all of the contrib files, but I am including a simple patch > > to update a contrib file that I use regularly: org-eww.el. > > > > Thanks, > > Ma

Re: [O] pagebreak

2016-07-25 Thread Robert Klein
Hi, On Mon, 25 Jul 2016 18:59:46 + Uwe Brauer wrote: > Hi > > I would like to write an org document export it to odt, and break > pages manually. How can I achieve that? > #+ODT: See http://orgmode.org/manual/Creating-one_002doff-styles.html in the manual. Best regards Robert

Re: [O] #+BEGIN_html/#+END_html tags not exporting literally to html anymore?

2016-07-22 Thread Robert Klein
Hi, On Fri, 22 Jul 2016 15:33:53 -0400 Adam Aviv wrote: > On Fri, Jul 22, 2016 at 12:38 PM, Charles C. Berry > wrote: > > > It is updated. For example, see > > > > (info "(org) Special blocks") > > and > > (info "(org) results") > > > > and in ORG-NEWS. > > > > I see that now

Re: [O] Tuning the layout of published html

2016-07-19 Thread Robert Klein
Hi, Jarmo Hurri wrote: > > Robert Klein writes: > > > You can use the preamble and postamble features for this. > > > > You'd have to edit the navigation bar manually, though. > > > > Example preamble (file: html/preamble.html): > > ... >

Re: [O] Tuning the layout of published html

2016-07-19 Thread Robert Klein
e: html/preamble.html): --- snip --- Home Imprint --- snip --- Example postamble file: Contents main page Heading imprint --> © 2012–2015 Robert

Re: [O] Struggling with setting up ox-koma-letter.el

2016-07-18 Thread Robert Klein
Hi, On Tue, 28 Jun 2016 10:03:18 -0300 nljlistb...@gmail.com (N. Jackson) wrote: > At 16:09 -0300 on Sunday 2016-06-26, N. Jackson wrote: > > > I am trying to get ox-koma-letter.el working in my Emacs (25.0.95). > > > > I have been following the instructions at > > http://orgmode.org/worg/export

[O] PATCH for Re: Bug: src block asterisk escaping doesn't work anymore

2016-07-16 Thread Robert Klein
Hi, On Wed, 13 Jul 2016 18:47:58 -0700 "Charles C. Berry" wrote: > On Wed, 13 Jul 2016, Robert Klein wrote: > > > Hi, > > > > When exporting a source block, e.g. > > > > --- snip (example org file) --- > > #+begin_src conf > > Test &g

[O] Bug: src block asterisk escaping doesn't work anymore

2016-07-13 Thread Robert Klein
Hi, When exporting a source block, e.g. --- snip (example org file) --- #+begin_src conf Test ,* asterisk in src block #+end_src --- snip --- the escaping of the asterisk does not work. Instead a headline “asterisk in src block” is created. Adding a second comma works but that doesn't w

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-07-05 Thread Robert Klein
Hi, are those Patches still being worked on? Thanks and best regards Robert On Wed, 01 Jun 2016 17:34:56 +0200 Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > This was by far the hardest part... > > Thank you. Some comments follow. > > > +(defun org-publish-find-property (fil

Re: [O] Why no secure code retrieval

2016-07-03 Thread Robert Klein
Hi, I haven't been as active as I'd have liked in this matter... Bastien Guerry wrote: > Hi Ian, > > Ian Barton writes: > > > Not heard of Gogs before, although it looks nice. Another possiblity > > would be gitolite with cgit. Gitolite is very flexible and as a > > consequence can be hard t

Re: [O] How to setup a development for org-mode?

2016-06-08 Thread Robert Klein
Hi, On Wed, 08 Jun 2016 06:55:08 + Xi Shen wrote: > Tried that at first, but got: > > Symbol's function definition is void: org-babel--get-vars > > Maybe it is because I am in cygwin environment, so Emacs eval buffers > differently? You are using org-mode 8.3.4 from then maint branch (or

Re: [O] org-mode command in a bash script?

2016-06-02 Thread Robert Klein
Hi, On Fri, 03 Jun 2016 06:36:12 +0100 Sharon Kimble wrote: > > How can I run an org-mode command in a bash script please? > > Specifically 'org-latex-export-to-latex'? > > I'm developing my own modular script to choose between, at present, 3 > tex files which have been pre-exported from org-

Re: [O] PATCH: programming language indicators in HTML export

2016-05-10 Thread Robert Klein
Hi, Rasmus wrote: > Robert Klein writes: > > > Hi, > > > > Nicolas Goaziou wrote: > > > >> Hello, > >> > >> Robert Klein writes: > >> > >> > anyone willing to commit this patch I sent back in march? > >&

Re: [O] PATCH: programming language indicators in HTML export

2016-05-09 Thread Robert Klein
Hi, Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > anyone willing to commit this patch I sent back in march? > > This patch actually felt through the cracks. Sorry about that. Would > you mind sending it again, using git format-patch so I can ap

Re: [O] PATCH: programming language indicators in HTML export

2016-05-09 Thread Robert Klein
Hi, anyone willing to commit this patch I sent back in march? Best regards Robert On Mon, 14 Mar 2016 15:16:05 +0100 Robert Klein wrote: > > Author: Robert Klein 2016-03-14 14:43:46 > Committer: Robert Klein 2016-03-14 14:43:46 > Parent: dd9be3a6ea4ff561248b1f6658194fd15

Re: [O] dotfile managment with #+BEGIN_SRC conf code blocks?

2016-04-22 Thread Robert Klein
Hi, Xebar Saram wrote: > hi all > > im looking at this link > https://expoundite.net/guides/dotfile-management > > this sound very nice. yet it says there to put your conf in org > blocks with : #+BEGIN_SRC conf > > yet i cant see this in the org-babel-load-languages or in any contrib > file

Re: [O] scheme SRC blocks

2016-03-21 Thread Robert Klein
Hi, Arun Isaac wrote: > > I have an org file with scheme SRC blocks like so. > > #+BEGIN_SRC scheme > (some-code-here) > #+END_SRC > > Every time, I open the org file, I get prompted for the "Scheme > implementation" and I need to choose an implementation (guile, in my > case) before continu

Re: [O] PATCH: programming language indicators in HTML export

2016-03-15 Thread Robert Klein
Hi Rasmus, On Tue, 15 Mar 2016 15:24:00 +0100 Rasmus wrote: [rest deleted] > Robert, do you have a copyright assignment of changes to Emacs? I > think the change is too long (in line count) for a TINYCHANGE. I signed the FSF papers in April 2015. On top of the sheet there is the number "RT:

Re: [O] PATCH: programming language indicators in HTML export

2016-03-14 Thread Robert Klein
Hi Rasmus, Rasmus wrote: > Hi Robert, > > Thanks for the patch. > > Robert Klein writes: > > > any thoughts about this? > > Remind me, would this only show up when hovering above the block with > the mouse when using this setup? Yes. > > The pat

[O] PATCH: programming language indicators in HTML export

2016-03-14 Thread Robert Klein
Hi, any thoughts about this? Best regards Robert Author: Robert Klein 2016-03-14 14:43:46 Committer: Robert Klein 2016-03-14 14:43:46 Parent: dd9be3a6ea4ff561248b1f6658194fd153b5821c (Fix docstring typo) Branch: maint Follows: release_8.3.4 Precedes: support more programming languages

Re: [O] Bug: ox-html.el does not indicate enough languages [8.2.10 (release_8.2.10 @ c:/Users/txiong/emacs-24.5/share/emacs/24.5/lisp/org/)]

2016-03-12 Thread Robert Klein
Hi, thanks for the report. I already began looking into this after my answer on stackexchange. I'll try to make a patch in the next couple of days. I want to run some tests before submitting a patch. You can expect a patch around Tuesday/Wednesday. Best regards Robert Tianxiang Xiong wrot

Re: [O] "atomic knowledge" modeling tool

2016-02-01 Thread Robert Klein
Hi, luke call wrote: > There's a program that org-mode users (as I have been) specifically > might be interested in, a personal "knowledge manager"/list > manager/organizer/etc called OneModel (Free/AGPL). Instead of > storing data as text, it puts *everything* in a single object model > back

Re: [O] Org-mode on Github

2016-01-28 Thread Robert Klein
Hi, gongzhitaao wrote: > Hi Awesome Orgmode, > > I got a quick question: why not put org-mode on github? because we have all those, too > > 1. Everyone can see the development process clearly. While currently >we can still do it but github makes it much more easier. git repository on o

Re: [O] Unable to resolve info links during publishing

2015-12-23 Thread Robert Klein
Hi, On 12/22/2015 01:49 PM, Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > >> when publishing a org document (to HTML), info links, e.g. >> "info:org#Formula syntax for Lisp" throw errors, e.g.: >> >> Unable to resolve link "

Re: [O] Bug in org-lob: Function call adds space to argument string with parenthesis

2015-12-22 Thread Robert Klein
Hi, Nicolas Goaziou wrote: > Hello, > > Tobias Zawada writes: > >> I cannot clone the git-repository as non-developer (permission >> denied). So, trying out the development version is a bit difficult for >> me. > > git clone git://orgmode.org/org-mode.git > > gives access to non-develope

[O] Unable to resolve info links during publishing

2015-12-22 Thread Robert Klein
Hi, when publishing a org document (to HTML), info links, e.g. "info:org#Formula syntax for Lisp" throw errors, e.g.: Unable to resolve link "info:org#Formula syntax for Lisp" The link exists and can be followed in the org document by pressing the keys C-c C-o. Org version is 8.3.2 maint. I

Re: [O] Bug: html-preamble doesn't work with a function [8.3.2 (8.3.2-39-gd537a3-elpa /home/pillow/.emacs.d/elpa/org-20151123/)]

2015-12-20 Thread Robert Klein
Hi, On 12/20/2015 11:06 AM, Pillow Kuda Sai wrote: > Nicolas Goaziou nicolasgoaziou.fr> writes: > >> You may try >> >> (org-file-contents "~/Blog/html/preamble.html") > > That worked! Should have figured out that insert-file-contents does not > return a string. Thanks for the help Nicolas! >

Re: [O] Wrapping section within LaTeX environment

2015-12-15 Thread Robert Klein
Hi On 12/13/2015 03:00 PM, Xavier Garrido wrote: > Dear orgers, > > I would like to wrap a given org section between =\begin,\end= LaTeX > environment. These sections are identified by a special tag :correction: > and to initiate the =\begin= flag I have basically no problem by using > the org-e

Re: [O] Bug: html-preamble doesn't work with a function [8.3.2 (8.3.2-39-gd537a3-elpa @ /home/pillow/.emacs.d/elpa/org-20151123/)]

2015-12-15 Thread Robert Klein
Hi, I only use a function name, e.g. (defun my-html-preamble (options) "my preamble") and (setq org-publish-project-alist '( ("org-notes" :base-directory "~/org/" :base-extension "org" :publishing-directory "~/public_html/" :recursive t

Re: [O] orgmode.org is down?

2015-11-29 Thread Robert Klein
Hi, Bastien apparently already restarted it. Thanks a lot, Bastien! Best regards Robert On 11/29/2015 01:40 AM, Ishikawa Takaaki wrote: > Dear Bastien and all, > > @rafiks reported me the official website is > down now. > Port 22 is open, but 80 is filtered. > Ple

Re: [O] small caps

2015-10-29 Thread Robert Klein
Hi, Matt Price wrote: > do we have a syntax for the "small caps" text attribute in Org? If not, > should we? It is available in odt, html, and latex, and is used in some > bibliographic styles. You can add a link type, e.g.: #+begin_src emacs-lisp (org-add-link-type "fm" nil (lambda (p

Re: [O] org export outcomes differ from one attempt to the next

2015-09-29 Thread Robert Klein
Hi, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > > > Actually, my settings are at the end of the whole 4000+ line file > > so I am not sure what you are suggesting I try. If I delete the > > whole settings subtree, the exports all result in the same LaTeX. > > However, that is

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Robert Klein
Hi, Kaushal Modi wrote: > Just to clarify, > > git clone http://orgmode.org/org-mode.git org-mode > > gets stuck at "Cloning into 'org-mode' ..." That's the point where it typically take a couple of minutes to complete for me. Best regards Robert > > But git cloning the mirror http repo w

Re: [O] org export outcomes differ from one attempt to the next

2015-09-21 Thread Robert Klein
Hi, Eric S Fraga wrote: > Following up on my own post, I thought I would illustrate what I get. > > I've attached three screenshots: > > 1. a snippet from the org file where I have a number of latex_header > lines. two things: - if your org version is the one stated in your mail footer (re

Re: [O] Agenda Tag filtering - has the behaviour changed?

2015-09-16 Thread Robert Klein
Hi, Bernt Hansen wrote: > Hi, > > I am a long-time user of org-mode and am currently using the > maintenance release 8.3.1 > > I noticed that in the agenda the '//' key to filter by tag now adds > tags when used multiple times. This breaks my normal workflow for > quickly filtering by a speci

Re: [O] babel stopping export after updating to org 8.3

2015-09-15 Thread Robert Klein
Hi Aviv wrote: > Robert Klein roklein.de> writes: > >> >> Hi >> >> Aviv wrote: >> >>> Hi! >>> >>> I just upgraded to org 8.3 and am stuck with an export issue. >>> >>> When I try to export a file with just &qu

Re: [O] babel stopping export after updating to org 8.3

2015-09-14 Thread Robert Klein
Hi Aviv wrote: > Hi! > > I just upgraded to org 8.3 and am stuck with an export issue. > > When I try to export a file with just "#+begin_src" and " "#+end_src" as the > only lines, I get the error > "user-error: No language for src block: (unnamed)". > > It seems like it is calling org-ba

Re: [O] Merge branch 'maint'

2015-09-10 Thread Robert Klein
Hi, Oleh Krehel wrote: > Kyle Meyer writes: > > > Hello, > > > > Oleh Krehel writes: > > > >> Hi all, > >> > >> Was the issue of abundant "Merge branch 'maint'" commit messages > >> discussed before? I couldn't find a reference... > >> > >> It's not a big deal, really, but I personally prefer

Re: [O] Exporting multilingual documents (with Japanese) to PDF

2015-09-07 Thread Robert Klein
Hi, On Mon, 07 Sep 2015 19:18:02 -0500 Luis Felipe López Acevedo wrote: > Hi, > > I'm using Emacs 24.4.1 on Debian 8. I currently can export to PDF > documents that mix English and Spanish, but a simple document like > the following produces a PDF with no Japanese characters at all. Only > the

Re: [O] gnuplot: plotting students' progress of grades

2015-08-31 Thread Robert Klein
Hi, Tobias Frischholz wrote: > Hi List, > > I have a table in org which looks like this (student’s grades): > [s.d.] > I would like to use gnuplot to show me a line graph of each student’s > single grades in order to resemble their progress during the school > year. Can this be achieved with

Re: [O] Worg isn't publishing

2015-08-31 Thread Robert Klein
Hello, Nicolas Goaziou wrote: > Hello, > > Robert Klein writes: > > > FYI <http://permalink.gmane.org/gmane.emacs.orgmode/100625> may be > related. > Yes, something like that. What actually happens is, the org-mode repository clone for worg publications is

Re: [O] Worg isn't publishing

2015-08-31 Thread Robert Klein
Hi, Sebastien Vauban wrote: > Robert Klein writes: > > Thomas S. Dye wrote: > >> Robert Klein writes: > >>> Kyle Meyer wrote: > >>>> Thomas S. Dye writes: > >>>> > > >>>> > Worg hasn't published for seve

Re: [O] Worg isn't publishing

2015-08-29 Thread Robert Klein
Hi, Thomas S. Dye wrote: > > Robert Klein writes: > > > Hi, > > > > Kyle Meyer wrote: > > > >> Thomas S. Dye writes: > >> > >> > Aloha all, > >> > > >> > Worg hasn't published for several days. &g

  1   2   3   >