Re: [O] Feature request: lists with letters

2017-02-03 Thread Rainer M Krug
d the beauty of Org mode is >> precisely that we can export to many different targets. > > The beauty of Org is also to allow to control different export targets > in the same document. > > I think this is a non-issue. > > Regards, -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] What would you like to see in the next MobileOrg iOS?

2017-01-26 Thread Rainer M Krug
/MobileOrg/mobileorg > [2] > https://github.com/MobileOrg/mobileorg.next/blob/specification/docs/MobileOrgv2.org > > [3] https://github.com/MobileOrg/mobileorg.next/labels/discussion > [4] https://github.com/MobileOrg/mobileorg.next/issues > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Using an org based init file slows down emacs startup by 50x..help needed :(

2016-12-12 Thread Rainer M Krug
gt; time (like 6-7 > minutes) so its not a problem of the init its the actual tangling of the > file. 6-7 minutes cant be normal right? > > im attaching my settings.org file > > would appreciate any help > > Z > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] tangling and COMMENT entries

2016-12-07 Thread Rainer M Krug
o exclude blocks from tangling in my emacs.org - and it works. , | Org mode version 9.0 (release_9.0-60-g047451 @ /Users/rainerkrug/.emacs.d/org-mode/lisp/) ` Cheers, Rainer > > Thanks, > > Alan -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Add preamble support to ob-plantuml.el

2016-12-06 Thread Rainer M Krug
source code blocks - possibly even of the executable? This would be one more step towards easy reproducability. Cheers, Rainer > > Regards, > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Capture templates - using result from %^g twice?

2016-11-18 Thread Rainer M Krug
Aaron Ecay <aarone...@gmail.com> writes: > Hi Rainer, > > 2016ko azaroak 18an, Rainer M Krug-ek idatzi zuen: >> > >>> :SHEET: %(mapconcat #'identity (org-get-tags-at nil t) ":") >> >> Thanks - this looks good to me, but the ="= causes

Re: [O] Capture templates - using result from %^g twice?

2016-11-18 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> Hm - I seem to ask strange questions here. Any ideas? > > %\2 is not working because it is used to repeat %^{prompt} placeholders, > not %^g

Re: [O] Capture templates - using result from %^g twice?

2016-11-16 Thread Rainer M Krug
Hm - I seem to ask strange questions here. Any ideas? Rainer Rainer M Krug <rai...@krugs.de> writes: > Hi > I have the following capture template and would like to re-use the tag > entered by %^g . I try to use %\2 but this is not working. > > Is there a way that I can r

[O] Capture templates - using result from %^g twice?

2016-11-14 Thread Rainer M Krug
for spreadsheet changes" | entry (file+headline (lambda() (buffer-file-name)) "CHANGES") | "* %^{Header of CHANGES item} :%^g: | :PROPERTIES: | :SHEET: %\2 | :AUTHOR: Rainer M Krug, rai...@krugs.de | :DATE: %T | :END: | %?") ` -- Rainer

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> Hi >> >> I am trying to get an in-buffer logging to work. I want to log some >> changes in the file and I am using the following template, which was >>

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread Rainer M Krug
Eric S Fraga <e.fr...@ucl.ac.uk> writes: > On Monday, 14 Nov 2016 at 08:05, Rainer M Krug wrote: >> Is it only me who want's to do this, or is this working for everybody else? > > I would like to do this but it doesn't work for me either. What appears > to be happen

Re: [O] Capture template to capture in current buffer

2016-11-14 Thread Rainer M Krug
Is it only me who want's to do this, or is this working for everybody else? Rainer Rainer M Krug <rai...@krugs.de> writes: > Hi > > I am trying to get an in-buffer logging to work. I want to log some > changes in the file and I am using the following template, which was >

[O] Capture template to capture in current buffer

2016-11-10 Thread Rainer M Krug
plates `( ;; :: ;; In File Logging :: ;; :: ("c" "Changes to be logged in buffer" entry (file+headline (buffer-file-name) "CHANGES Log") "* %^{Header of CHANGES item}\nLOGGED: %T \n- link ::

[O] Defining directory tree structure from org-attach to reflect headers

2016-10-13 Thread Rainer M Krug
the directories, but for this I need the additional step of defining it per subtree. Is there a way to configure org-attach to automatically use the header name instead of the uuid? Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] [RFC] Change visibility for bracket links

2016-10-05 Thread Rainer M Krug
g > before the opening bracket makes changes before the link. Conversely, > editing after the former makes changes to the uri or the description, > whichever is displayed. > > The cost a little more visual clutter, but it seems very acceptable to > me. I attach a quick patch for

Re: [O] Best diagram, image software?

2016-10-04 Thread Rainer M Krug
e and Scribus and GIMP as well. Cheers, Rainer > > LB > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Rainer M Krug
Rainer M Krug <rai...@krugs.de> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > >> Hello, >> >> Rainer M Krug <rai...@krugs.de> writes: >> >>>> I started using attachments and really like them. But I have a probl

Re: [O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >>> I started using attachments and really like them. But I have a problem >>> with the completion of file names. I use ido usually and it works fine

Re: [O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Rainer M Krug
Rainer M Krug <rai...@krugs.de> writes: > Hi > > I started using attachments and really like them. But I have a problem > with the completion of file names. I use ido usually and it works fine - > but not here. How can I register ido completion for org-attach? Forgot t

[O] attach file C-c C-a m - problem with file completion

2016-10-03 Thread Rainer M Krug
Hi I started using attachments and really like them. But I have a problem with the completion of file names. I use ido usually and it works fine - but not here. How can I register ido completion for org-attach? Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982

Re: [O] inlinetask with :noexport: seems to be exported?

2016-09-29 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> OK - your example works, but the following doesn't: >> >> * Foo >> >> Foo >> >> *** TODO :noexport: Bar **

Re: [O] inlinetask with :noexport: seems to be exported?

2016-09-29 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> I wanted to define some inlinetask (works - love it) but want to keep >> most of them in the org file and not export them. Adding :noexport: does >&

[O] inlinetask with :noexport: seems to be exported?

2016-09-28 Thread Rainer M Krug
Hi I wanted to define some inlinetask (works - love it) but want to keep most of them in the org file and not export them. Adding :noexport: does not work. Is there a way of not exporting selected inlinetasks? Thanks Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982

Re: [O] Capture with org-directory not working?

2016-09-21 Thread Rainer M Krug
p my configurations in my .emacs.el file to make it reproducible. Thanks, Rainer > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Capture with org-directory not working?

2016-09-20 Thread Rainer M Krug
Nick Dokos <ndo...@gmail.com> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> Hi >> >> I have the following capture template: >> >> , >> | ("T" "TODO to be logged in notes.org"

[O] Capture with org-directory not working?

2016-09-19 Thread Rainer M Krug
-time (or org-overriding-default-time (org-current-time))) (org-capture-set-target-location) (condition-case error (org-capture-put :template (org-capture-fill-template)) ((error quit) (if ... ...) (error "Capture abort: %s" error))) (setq org-capture-clock-keep (org-capture-get :clock-keep)) (

Re: [O] Suggestion: Export templates: use drawers to group

2016-09-19 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> If I have many headers in a document, it is easy to loose the overview >> for me. >> >> So I started to use drawers: >> >

[O] Suggestion: Export templates: use drawers to group

2016-09-16 Thread Rainer M Krug
..) Would this be something to include into the templates which can be inserted (C-e C-L #)? This would make it much easier to work with these options. Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence fo

Re: [O] convert MS power point to org mode?

2016-09-11 Thread Rainer M Krug
n't tried it, though. Cheers, Rainer > i have a bunch of courses i teach with presentations in ppt from a few > years ago and since i now use org-reveal would love to have a quick(ish) > way to convert them to org > > best > > Z > -- Rainer M. Krug, PhD (Conservation

Re: [O] crash when editing R blocks in org

2016-08-03 Thread Rainer M Krug
-apple-darwin15.5.0, Carbon Version 157 AppKit1404.47) of 2016-07-28 Org-mode version 8.3.5 (release_8.3.5-1028-gfb517f @ /Users/rainerkrug/.emacs.d/org-mode/lisp/) R version 3.3.1 (2016-06-21) -- "Bug in Your Hair" Rainer > > best > > Z -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > >> Hello, >> >> Rainer M Krug <rai...@krugs.de> writes: >> >>> \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}} >> >> IIUC, accordin

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
John Hendy <jw.he...@gmail.com> writes: > On Fri, May 27, 2016 at 11:15 AM, Rainer M Krug <rai...@krugs.de> wrote: >> Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: >> >>> Hello, >>> >>> Rainer M Krug <rai...@krugs.de&g

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> OK. Here it is: >> >> #+TITLE: An Example >> #+EMAIL: rai...@krugs.de >> >> #+OPTIONS: tags:not-in-toc >>

Re: [O] Some LaTeX Beamer / org-mode questions

2016-05-30 Thread Rainer M Krug
(\\) formatting > - The subtitle Don't know - but wopuld really like to know as well. Rainer > > Thanks! > > Florian > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-27 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> When I generate a pdf, the tags are in the TOC - but tags:not-in-toc >> means that the tags are *not* in the toc - possibly only in the headers >>

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-27 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> Makes sense - I just wasn't aware of the tags:nil property. Probably it >> should be added to the beamer template headers (C-ce#)? > >

Re: [O] B_column does not insert :BEAMER_COL:

2016-05-26 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> Right - that works. But Why do the others have B_ names, while this >> environment has BMCOL? > > "BMCOL" is a terrible name. However, it is not an enviro

Re: [O] B_column does not insert :BEAMER_COL:

2016-05-26 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> When I set the B_column environment, the property :BEAMER_env: is as >> expected, automatically set to =column=, but exporting to beamer resul

[O] B_column does not insert :BEAMER_COL:

2016-05-26 Thread Rainer M Krug
:BEAMER_COL: is added. This is counter-intuitive and not obvious. Would it be possible to add :BEAMER_COL: automatically as well? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-26 Thread Rainer M Krug
;>> Not necessarily. On the top of my head, you could have a column group >>> with columns inside. This example used to be possible. I haven't checked >>> now. >> >> This one is not possible anymore. A column environment implies columns. >> You can a

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-25 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > >> Hello, >> >> Rainer M Krug <rai...@krugs.de> writes: >> >>> But in my document, I have >>> >>> #+SELECT_TAGS: export presentati

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-25 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> But in my document, I have >> >> #+SELECT_TAGS: export presentation >> >> in which case, I would have expected, that the tags defi

Re: [O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-25 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > >> Hello, >> >> Rainer M Krug <rai...@krugs.de> writes: >> >>> It seems that I can not longer select multiple environments at the same >>> time

[O] BUG: org-beamer-select-environment select multiple environments not working?

2016-05-24 Thread Rainer M Krug
(in my case column) # GNU Emacs 25.0.94.1 (x86_64-apple-darwin15.4.0, Carbon Version 157 AppKit 1404.46) of 2016-05-24 # Org-mode version 8.3.4 (release_8.3.4-842-g58f5def @ /Users/rainerkrug/.emacs.d/org-mode/lisp/) Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Hi Rainer, > > Thanks for the bug report. > > Rainer M Krug <rai...@krugs.de> writes: > >> Please not that the tag :presentation: becomes exported as part of the >> header. > > Isn't this expected behavior? OK -

[O] BUG: in beamer export non-beamer tags exported as part of header

2016-05-24 Thread Rainer M Krug
package{capt-of} | \usepackage{hyperref} | \usepackage{color} | \usepackage{listings} | \usetheme{Madrid} | \usecolortheme{spruce} | \author{Rainer M. Krug} | \date{\today} | \title{} | \hypersetup{ | pdfauthor={Rainer M. Krug}, | pdftitle={}, | pdfkeywords={}, | pdfsubject={}, | pdfcreator={Emacs 25.0.94

[O] Export of subtree via narrowing to subtree - setting name of exported document?

2016-05-23 Thread Rainer M Krug
, than export "whole" document) in the subtree? Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10

[O] Best way of including tikz into latex (pdf and beamer) export with preview?

2016-05-17 Thread Rainer M Krug
Hi What is the best way of including tikz into org for latex export (beamer and pdf), and to have preview as well? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch

Re: [O] Annotating org exporters

2016-05-10 Thread Rainer M Krug
uch as TeX or > rfc1345 in which case you can get the ‘⇒’ by typing ‘\Rightarrow’ or > ‘&=>’, respectively. In latex, you can setup unicode-math. > > Hope it helps, > Rasmus -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Annotating org exporters

2016-05-10 Thread Rainer M Krug
t; There are lots of other uses, where I could create my shortcuts and > insert them in orgmode files without creating a lot of clutter in the > file. I like this idea. It would be ideal if one could define these in the header of the org document - easy to maintain and to edit. Cheers, Raine

Re: [O] PATCH: Add new output formats to plantuml

2016-05-10 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> attached please find a patch which adds additional output file types for >> plantuml. > > Applied. Thank you. > > Could you provid

Re: [O] PATCH: Add new output formats to plantuml

2016-05-09 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> attached please find a patch which adds additional output file types for >> plantuml. > > Applied. Thank you. Thanks > > Could you

Re: [O] Result from evaluation of code in Title or footer (fancyhdr)?

2016-05-03 Thread Rainer M Krug
Sharon Kimble <boudic...@skimble.plus.com> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> Hi >> >> I have a DESCRIPTION file, in which I store the version of the document, >> which I extract with the following code: >> >> src_sh{sed

Re: [O] Result from evaluation of code in Title or footer (fancyhdr)?

2016-05-03 Thread Rainer M Krug
Eric S Fraga <e.fr...@ucl.ac.uk> writes: > On Monday, 2 May 2016 at 13:41, Rainer M Krug wrote: > > [...] > >> Is there a way, that I can have this dynamically in the Title of the >> document, or in a footer after LaTeX export (using fancyhdr)? > &g

[O] Result from evaluation of code in Title or footer (fancyhdr)?

2016-05-02 Thread Rainer M Krug
e no :END: Version src_sh{sed -n '/^Version: /s///p' ./DESCRIPTION} --8<---cut here---end--->8--- Is there a way, that I can have this dynamically in the Title of the document, or in a footer after LaTeX export (using fancyhdr)? Thanks, Rainer -- Rainer M.

[O] Beamer \usebackgroundtemplate - better solution?

2016-05-02 Thread Rainer M Krug
at I can use org-beamer-environments-extra, but I don't really see how (I would like to have the image as an argument). I saw http://orgmode.org/worg/exporters/beamer/ox-beamer.html but this does not help me with using the image as an argument. Any suggestions? Thanks, Rainer -- Rainer

Re: [O] :kkepaspectratio in included imad=ge in LaTeX export

2016-05-02 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> I would like to have the keepaspectratio attribute in the >> \includegraphice. >> >> I tried: >> >> #+ATTR_LATEX

[O] PATCH: Add new output formats to plantuml

2016-05-02 Thread Rainer M Krug
Hi attached please find a patch which adds additional output file types for plantuml. Cheers, Rainer From 839cb3194e6a40e577c5cab3b0a69961238924c9 Mon Sep 17 00:00:00 2001 From: "Rainer M. Krug" <r.m.k...@gmail.com> Date: Mon, 2 May 2016 11:00:23 +0200 Subject: [PATCH] lis

[O] :kkepaspectratio in included imad=ge in LaTeX export

2016-04-29 Thread Rainer M Krug
ion keepaspectratio does not exist in org. Is there a way that I can add arbitrary LaTeX option like keepaspectratio? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch

Re: [O] Beamer presantation, Abstract and Article in same document - how to structure and how to export?

2016-04-27 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Hi, > > Rainer M Krug <rai...@krugs.de> writes: > >> I would like to have one document containing >> >> 1) abstract for >> 2) a presentation and >> 3) a resulting paper >> >> My question is: how ca

[O] Beamer presantation, Abstract and Article in same document - how to structure and how to export?

2016-04-27 Thread Rainer M Krug
ted document per subtree? How can I switch easily between different settings? Any suggestions or examples? Or should I use publishing (I am always reluctant, as it seems so complicated)? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl.

Re: [O] State of things: Email with orgmode?

2016-04-25 Thread Rainer M Krug
Eric S Fraga <e.fr...@ucl.ac.uk> writes: > On Monday, 25 Apr 2016 at 19:33, Rainer M Krug wrote: >> Eric S Fraga <e.fr...@ucl.ac.uk> writes: >> >>> Table of Contents >>> >>> * 1. An example >>> >>> One of the links betwe

Re: [O] State of things: Email with orgmode?

2016-04-25 Thread Rainer M Krug
wing equation may appear in the email, depending on > what you are using to view your emails: > > > \begin{equation} > y = \sqrt{x} > \end{equation} > > > eric > > > – > > > > Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-739-g789412 > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Recent bug? in R source blocks generating images

2016-04-08 Thread Rainer M Krug
ch should have caused this. OK - commit 9be858b of ESS is still fine. Could you please submit this to the ESS list? Cheers, Rainer > > Bill -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

[O] set :eval to eval on export for one subtree

2016-03-22 Thread Rainer M Krug
(default) value I could sewt it to? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85

Re: [O] set default width for figure floats?

2016-03-14 Thread Rainer M Krug
John Kitchin <jkitc...@andrew.cmu.edu> writes: > Rainer M Krug writes: > >> John Kitchin <jkitc...@andrew.cmu.edu> writes: >> >>> Maybe you want org-image-actual-width >>> >>> This sets teh width in org, if you have a working imagemagic

Re: [O] set default width for figure floats?

2016-03-11 Thread Rainer M Krug
-end--->8--- I don't know if one is sufficient - I just leave them in and might try later. Thanks a lot, Rainer > > > Rainer M Krug writes: > >> I think this has been asked before, but I can't find it: >> >> Is there a way of

[O] set default width for figure floats?

2016-03-11 Thread Rainer M Krug
, but to let them keep their own size. Is this possible (I'd like to avoid having to use #+ATTR_LATEX :width before each - and even then I would have no idea to unset the value) Thanks, Rainer -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] Bug: can not evaluate any code blocks after enabling additional languages [8.3.4 (release_8.3.4-639-gd5a603 @ /Users/rainerkrug/.emacs.d/elpa/25.0/org-20151005/)]

2016-03-10 Thread Rainer M Krug
Kyle Meyer <k...@kyleam.com> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: >> >>> Hello, >>> >>> Rainer M Krug <rai...@krugs.de> writes: >>> >>>>

Re: [O] Bug: can not evaluate any code blocks after enabling additional languages [8.3.4 (release_8.3.4-639-gd5a603 @ /Users/rainerkrug/.emacs.d/elpa/25.0/org-20151005/)]

2016-03-10 Thread Rainer M Krug
Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > Hello, > > Rainer M Krug <rai...@krugs.de> writes: > >> Debugger entered--Lisp error: (void-function org-babel-get-header) > > This looks like a mixed installation. This function was removed in > develo

Re: [O] Bug: can not evaluate any code blocks after enabling additional languages [8.3.4 (release_8.3.4-639-gd5a603 @ /Users/rainerkrug/.emacs.d/elpa/25.0/org-20151005/)]

2016-03-10 Thread Rainer M Krug
Sorry for tp: Additional info: Works under Org-mode version 8.3.4 (8.3.4-dist @ /Users/rainerkrug/.emacs.d/elpa/25.0/org-20151005/) Rainer M Krug <rai...@krugs.de> writes: > * Configuration > Org-mode version 8.3.4 (release_8.3.4-639-gd5a603 @ > /Users/rainerkrug/.emacs.

[O] Bug: can not evaluate any code blocks after enabling additional languages [8.3.4 (release_8.3.4-639-gd5a603 @ /Users/rainerkrug/.emacs.d/elpa/25.0/org-20151005/)]

2016-03-10 Thread Rainer M Krug
s) (let ... ... ...))) ((eql type (quote keyword)) (let (... ...) (if ... ...) (let ... ... --rtn)) (message "Local setup has been refreshed")) ((eql type (quote plain-list)) (let* (... ... ... ... ... ...) (cond ... ...) (org-list-write-struct struct ... old-struct) (org-update-checkbox-count-maybe) (save-excursion ... ...))) ((memql type (quot

Re: [O] org-file using tramp + babel?

2016-01-15 Thread Rainer M Krug
gt; remote file, > I get the same `/var/folders/...' which is what `echo $TMPDIR' shows locally. Here I have: , | Its value is "/var/folders/50/wcr5bjwn75q595n6x82gxj28gn/T/" ` Also on Mac, remote is Debian. Cheers, Rainer > > HTH, > > Chuck > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] org-file using tramp + babel?

2016-01-15 Thread Rainer M Krug
ng list > message regarding the bug [2]. I think it would be nice if one could find a fix for this in org. > > Hope this helps, > Martin > > [1] http://www.howardism.org/Technical/Emacs/literate-devops.html#fn.2 > [2] http://lists.gnu.org/archive/html/emacs-orgmode/2013-09/msg00992.html > > -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] For Org, numbered backups or version control? Which settings?

2015-12-28 Thread Rainer M Krug
Envoyé de mon iPhone > Le 28 déc. 2015 à 13:47, Jorge a écrit : > > Hi. My ~/org folder, with its sub directories, has a total of 13 .org > files. Five of them are agenda files. I set up numbered backup, with > the backups going to a separate directory:

Re: [O] blog refurbised: how is it in 2015 ?

2015-12-23 Thread Rainer M Krug
st org2blog - very nice to manage your posts there. Cheers, Rainer > > Thank you > > -- Xavier. -- Rainer M. Krug email: Rainerkrugsde PGP: 0x0F52F982 signature.asc Description: PGP signature

Re: [O] README for bitbucket - export to which format?

2015-12-17 Thread Rainer M Krug
Grant Rettke <g...@wisdomandwonder.com> writes: > On Fri, Dec 4, 2015 at 6:38 AM, Rainer M Krug <rai...@krugs.de> wrote: > > Most Git sites using the Github Flavored Markdown, and there is a > package for that in contrib: =ox-gfm= > > http://orgmode.org/cgit.cgi/org-

[O] README for bitbucket - export to which format?

2015-12-04 Thread Rainer M Krug
? At the moment I am using text (UTF8) Which works, but I would like to have syntax highlighting and clickable links? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University

Re: [O] README for bitbucket - export to which format?

2015-12-04 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> There are many formats available for READMEs on bitbucket, but >> unfortunately not org mode (I am staying on bitbucket for private repos >> and move them to github as soon

Re: [O] README for bitbucket - export to which format?

2015-12-04 Thread Rainer M Krug
ed that the toc was the problem. disabled toc export and it works fine. Thanks, Rainer > > Hope that helps. > > Jeroen > > On Friday 2015-12-04 13:38:47 CET, Rainer M Krug <rai...@krugs.de> wrote: > >> Hi >> >> There are many formats available for READMEs o

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Rainer M Krug
Rainer M Krug <rai...@krugs.de> writes: > Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > >> Hi Andrew, >> >> Martin Yrjölä <martin.yrj...@gmail.com> writes: >>> Hi Andrew! >>> >>> Andrew Kirkpatrick writes:

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Rainer M Krug
Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > Rainer M Krug <rai...@krugs.de> writes: >> Rainer M Krug <rai...@krugs.de> writes: >> >>> Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: >>> >>>> Hi Andre

Re: [O] Jumping between source blocks in a file

2015-12-02 Thread Rainer M Krug
uffer... At the moment, these noweb references are very nice, but not so nice when debugging a source block where they are used. Cheers, Rainer > > Regards, > Andreas > > > -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Ger

Re: [O] Latex export: How to handle multiple authors, emails, institutes

2015-11-26 Thread Rainer M Krug
Envoyé de mon iPhone > Le 26 nov. 2015 à 16:26, Fatma Başak Aydemir a écrit : > > Hi all, > > I'm trying to write a conference paper which has multiple authors from > multiple institues. I tried to insert author infor by adding the following > block > > #+BEGIN_LaTeX

Re: [O] LATEX text in figure environment

2015-11-25 Thread Rainer M Krug
Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > Rainer M Krug <rai...@krugs.de> writes: >> Rasmus <ras...@gmx.us> writes: >> >>> Rainer M Krug <rai...@krugs.de> writes: >>> >>>> Hi >>>> >>>>

[O] LATEX text in figure environment

2015-11-24 Thread Rainer M Krug
be redone and further info added} | \end{figure} ` But it is really not org-ish (caption specified as LaTeX, citation as latex, environment specified). Is there a way to achieve this more org like? Am I missing some #+? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SU

[O] @@latex:...@@ syntax - where can I find info on it?

2015-11-24 Thread Rainer M Krug
(except C-@ which is something completely different) and googling also nothing? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33

Re: [O] @@latex:...@@ syntax - where can I find info on it?

2015-11-24 Thread Rainer M Krug
Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > Hi Rainer, > > Rainer M Krug <rai...@krugs.de> writes: >> Hi >> >> I read at tha moment a lot of mails here regarding the @@latex:...@@ (or >> @@html:...@@) syntax. I understand d=t

Re: [O] LATEX text in figure environment

2015-11-24 Thread Rainer M Krug
Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > Hi Rainer, > > Rainer M Krug <rai...@krugs.de> writes: >> Hi >> >> I want to add a todo note (from the todonotes package) in a figure >> environment. What I want should look as follow, s

Re: [O] LATEX text in figure environment

2015-11-24 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> Hi >> >> I want to add a todo note (from the todonotes package) in a figure >> environment. What I want should look as follow, so that the to note sits >> in the env

Re: [O] [BUG] in export to odt -

2015-11-20 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> I tried in LibreOffice, and indeed it does not seem to be possible. I >> don't know what the convention is, but I don't like that an invald .odt >> file is produced. Maybe give a

[O] [odt-export] Setting Text Colour for odt export

2015-11-20 Thread Rainer M Krug
LaTeX export, but this does obviously does not org for odt export. What can I use to achieve the same for odt export? Thanks Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University

Re: [O] [odt-export] Setting Text Colour for odt export

2015-11-20 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Hi, > > Rainer M Krug <rai...@krugs.de> writes: > >> I am using >> >> \color{red} some red text \color{black} and we continue with black >> >> to set the text colour for sections in my document for LaTeX e

Re: [O] [BUG] in export to odt -

2015-11-20 Thread Rainer M Krug
Rasmus <ras...@gmx.us> writes: > Rainer M Krug <rai...@krugs.de> writes: > >> The odt is attached for reference. > > Please also provide an odt document with the expected, working result. > (I could not produce such a document in LO within 20s, bu

[O] [BUG] in export to odt -

2015-11-20 Thread Rainer M Krug
The following .org file produces an invalid .odt file upon export to odt because of the footnote in the footnote: --8<---cut here---start->8--- #+TITLE: Footnote in footnote produces invalid .odt #+AUTHOR: Rainer M. Krug * A Footnote in a Footnot

Re: [O] Org and Citations / References / Bibliography

2015-11-06 Thread Rainer M Krug
;; ("f11" . org-ref-open-bibtex-pdf) ;; ("f12" . org-ref-open-in-browser) ) ;; optional but very useful libraries in org-ref (use-package doi-utils :disabled t :ensure t ) (use-package jmax-bibtex :disabled t :ensure t ) (use-package pubmed :disabled t :ensur

Re: [O] Org and Citations / References / Bibliography

2015-11-06 Thread Rainer M Krug
John Kitchin <jkitc...@andrew.cmu.edu> writes: > Rainer M Krug writes: > >> It does now. I went through the setup process slowly again using the >> README.org and the org-ref.org in >> [[https://github.com/jkitchin/org-ref]] as guidelines and it worked. >

Re: [O] Combine tables which are results from calculations?

2015-11-05 Thread Rainer M Krug
Rick Frankel <r...@rickster.com> writes: > On Wed, Nov 04, 2015 at 10:03:48AM +0100, Rainer M Krug wrote: >> Rick Frankel <r...@rickster.com> writes: >> >> > On Tue, Nov 03, 2015 at 02:18:05PM +0100, Rainer M Krug wrote: >> >> Hi >> >&g

Re: [O] Wrong results from R source block when returning a list

2015-11-05 Thread Rainer M Krug
"Charles C. Berry" <ccbe...@ucsd.edu> writes: > On Tue, 3 Nov 2015, Rainer M Krug wrote: > >> Hi >> >> The following code block returns a wrong table / list: >> >> >> #+begin_src R :results value list >> list(1:10, 1:5) >>

[O] Org and Citations / References / Bibliography

2015-11-05 Thread Rainer M Krug
. find something from the .bib file. Any suggestions what I can do, any simple / minimalistic init.el file which I can merge into my config? Thanks, Rainer Footnotes: [1] http://kitchingroup.cheme.cmu.edu/blog/2014/05/13/Using-org-ref-for-citations-and-references/ -- Rainer M. Krug, PhD

  1   2   3   4   5   6   7   8   9   10   >