[BUG] Error message when adding an item to a bullet list [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-10-06 Thread Johannes Keller
hook '(evil-collection-mu4e-org-set-header-to-normal-mode #[0 "\301\211.\207" [imenu-create-index-function org-imenu-get-tree] 2] org-ref-org-menu auto-fill-mode org-indent-mode org-bullets-mode #[0 "\300\301\302\303\304$\207"

Re: [BUG] Shift-up/down move the cursor to end of timestamp

2023-01-12 Thread Johannes Dahl
confirm that it has been fixed. However, the same problem (cursor is positioned after closing bracket) occurs with the related commands org-shiftcontrolup and org-shiftcontroldown. (For completeness: in 9.6.0 they were even slightly more broken in that they shifted the timestamps in different directions.) Johannes

Re: appearance of list as results from evaluating code blocks

2021-06-24 Thread Johannes Brauer
Hi John! There is no „return“ in Lisp languages. The return value of (list 1 2 3) is (1 2 3). Clojure is a Lisp language similar to Elisp. So #+begin_src clojure :results code (list 1 2 (+ 1 2)) #+end_src should work for Clojure as it does für Elisp. Johannes Am 24.06.2021 um 18:28 schrieb

Re: appearance of list as results from evaluating code blocks

2021-06-24 Thread Johannes Brauer
What about :results code The default is a elisp code block so you get syntax coloring That works fore lisp: #+begin_src elisp :results code (list 1 2 (+ 1 2)) #+end_src #+RESULTS: #+begin_src elisp (1 2 3) #+end_src But with Clojure I get #+begin_src clojure :results code (list

Re: appearance of list as results from evaluating code blocks

2021-06-24 Thread Johannes Brauer
(list 1 2 (+ 1 2)) #+end_src #+RESULTS: #+begin_src clojure (1 2 3) #+end_src Johannes > Am 23.06.2021 um 23:14 schrieb Rodrigo Morales : > > Johannes Brauer writes: > > Johannes Brauer writes: > >> thanks, that works > > While that works, you mi

Re: appearance of list as results from evaluating code blocks

2021-06-23 Thread Johannes Brauer
Hi Juan Manuel, thanks, that works Best regards Johannes > Am 23.06.2021 um 21:43 schrieb Juan Manuel Macías : > > Hi Johannes, > > Johannes Brauer writes: > >> Hi! >> Evaluating a code block containing a list expression using org-babel for >> elisp or

appearance of list as results from evaluating code blocks

2021-06-23 Thread Johannes Brauer
-darwin19.6.0, NS appkit-1894.60 Version 10.15.7 (Build 19H2)) macOs 11.4 Org mode version 9.3.7 Johannes

Bug: Bad behavior of refill-mode at end of org-mode file [9.4.4 (9.4.4-11-g9e8215-elpa @ /home/joh/.emacs.d/elpa/org-20210118/)]

2021-01-28 Thread Johannes Mueller
When using refill-mode in combination with org-mode adding a new section or a list item at the end of the buffer, obviously because refill-mode steps in and deletes the line break before the headline marker or the list marker. Steps to reproduce: 1. Launch emacs -Q 2. Open a empty buffer and

Bug: html export fails after upgrading to 9.4 [9.4.1 (9.4.1-elpa @ /Users/jb/Library/Preferences/Aquamacs Emacs/Packages/elpa/org-20201212/)]

2020-12-12 Thread Johannes Brauer
Hi! Trying to export a buffer to html containing #+TITLE: Titel * header yields the error message: apply: Wrong type argument: listp, #("Titel" 0 5 (:parent (#0))) What can I do? Johannes Emacs : Aquamacs 3.5nightly GNU Emacs 25.3.50.1 (x86_64-apple-darwin19.6.0, NS appkit-1894.

How to avoid additional blank lines in html export of list

2020-11-16 Thread Johannes Brauer
like Miranda Otto. 3. Peter Jackson being shot by Legolas * on DVD only That’s fine. Johannes

export of coderefs to reveal.js

2020-11-08 Thread Johannes Brauer
at HTMLAnchorElement.onmouseover (VM22943 slide-org57a7ad2:249) There is no CodeHighlightOn/Off script in the exported file. Is it possible to get this working? Johannes

problem with org-ref

2020-07-20 Thread Johannes Brauer
-apple-darwin16.7.0 macOs 10.15.6 Johannes

Re: Bug: babel python html export error [9.3.6 (9.3.6-25-g685b2c-elpaplus @ /home/johannes/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200330/)]

2020-05-30 Thread Johannes Wasmer
Okay, thank you Nicolas. I will let you know if I find something out. Best, Johannes Am Sa., 16. Mai 2020 um 19:06 Uhr schrieb Nicolas Goaziou < m...@nicolasgoaziou.fr>: > Hello, > > Johannes Wasmer writes: > > > I have a very simple test.org file with the content: &g

Bug: babel python html export error [9.3.6 (9.3.6-25-g685b2c-elpaplus @ /home/johannes/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200330/)]

2020-05-16 Thread Johannes Wasmer
To: emacs-orgmode@gnu.org Subject: Bug: babel python html export error [9.3.6 (9.3.6-25-g685b2c-elpaplus @ /home/johannes/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200330/)] From: Johannes Wasmer --text follows this line-- Remember to cover the basics, that is, what you expected to happen

Re: equal syntax highlighting for publishing code blocks to html and pdf

2020-02-29 Thread Johannes Brauer
In the meantime I figure out these two options, too. But I decided the effort seems to high for me. Especially as emacs an minted use different syntactic categories. Johannes Am 01.02.2020 um 14:50 schrieb John Kitchin mailto:jkitc...@andrew.cmu.edu>>: My guess is you have two optio

Re: org-babel prepends <> expansions with the prefix of the <>? Can this be turned off?

2020-02-24 Thread Johannes Dahl
Having re-read Vladimir's original question, it looks like I may have misunderstood it at first. Now I'm wondering: What's the use case for referencing a code block but commenting out the first line? On Tue, 25 Feb 2020 at 09:00, Johannes Dahl wrote: > > Hi, > > That's a fun coinci

Re: org-babel prepends <> expansions with the prefix of the <>? Can this be turned off?

2020-02-24 Thread Johannes Dahl
, the way I worked around this was to define, for the file containing LilyPond code blocks, org-babel-noweb-wrap-start as "%<<", % being LilyPond's comment symbol. But I still wonder if there is a better way. Cheers, Johannes On Tue, 25 Feb 2020 at 04:10, Vladimir Nikishkin wrote: >

BUG? - opening an org file containing #+STARTUP: inlineimages results in error message ...

2019-12-30 Thread Johannes Brauer
… File mode specification error: (void-variable image-map) It seems that the problem arised since I’ve upgraded orgmode from version 9.2.6 (9.2.6-4-ge30905-elpa to version 9.3 resp. 9.3.1 On a system where the 9.2.6 is installed, images are shown. Johannes

equal syntax highlighting for publishing code blocks to html and pdf

2019-12-26 Thread Johannes Brauer
Hi! Frequently I publish org-mode documents containing source code blocks to html (htmlize) and pdf (minted). I would like to see the same colors in both export types. But I cannot figure out, what’s the best way to achieve this. Has anyone solved this problem? Are there any hints? Johannes

problem with org-toggle-inline-images - SORRY - WRONG SUBJECT

2019-12-26 Thread Johannes Brauer
Hi! Frequently I publish org-mode documents containing source code blocks to html (htmlize) and pdf (minted). I would like to see the same colors in both export types. But I cannot figure out, what’s the best way to achieve this. Has anyone solved this problem? Are there any hints? Johannes

problem with org-toggle-inline-images

2019-12-26 Thread Johannes Brauer
Hi! Frequently I publish org-mode documents containing source code blocks to html (htmlize) and pdf (minted). I would like to see the same colors in both export types. But I cannot figure out, what’s the best way to achieve this. Has anyone solved this problem? Are there any hints? Johannes

Re: problem with org-toggle-inline-images

2019-12-25 Thread Johannes Brauer
great with iimage-mode On Tue, Dec 24, 2019 at 8:09 AM Johannes Brauer mailto:bra...@nordakademie.de>> wrote: It seems that the problem arised since I’ve upgraded orgmode from version 9.2.6 (9.2.6-4-ge30905-elpa to version 9.3 (9.3-8-geab7c4-elpa. On a system where the older version is install

Re: problem with org-toggle-inline-images

2019-12-24 Thread Johannes Brauer
It seems that the problem arised since I’ve upgraded orgmode from version 9.2.6 (9.2.6-4-ge30905-elpa to version 9.3 (9.3-8-geab7c4-elpa. On a system where the older version is installed, toggling works fine. Johannes Am 24.12.2019 um 11:30 schrieb Johannes Brauer mailto:bra

Re: problem with org-toggle-inline-images

2019-12-24 Thread Johannes Brauer
Hi Marco, thank for your answer Am 24.12.2019 um 11:00 schrieb Marco Wahl mailto:marcowahls...@gmail.com>>: The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Hi Johannes, Thanks for the report. Typing C-c C-x C-v the

problem with org-toggle-inline-images

2019-12-23 Thread Johannes Brauer
Emacs 25.3.50.1 (x86_64-apple-darwin16.7.0, NS macOs 10.15.2 Org mode version 9.3 (9.3-8-geab7c4-elpa Johannes

[O] questionable result of Clojure code execution in org babel

2019-08-08 Thread Johannes Brauer
" time-stamp "2019-08-07 12:23:33.769213028" code "(ns org-babel-clojure.core) (* 1 2 3 4)" ) In the latter we're sending two forms (ns ...) and (* ...) so we get two responses. Previously it sent only one and used the ns key in the message to set the message. I am not sure if this list ist the right place to post the problem. Johannes

Re: [O] Two bibliography slides using org-reveal - SORRY no new problem

2019-07-31 Thread Johannes Brauer
Accidentally, I loaded the library org-ref-reveal instead of org-re-reveal-ref. Sorry! Johannes > Am 31.07.2019 um 23:19 schrieb Johannes Brauer : > > Hi Jens, > > I fear I updated my org-re-reveal from melpa (org-re-reveal-20190731.924) and > now I’ve got

Re: [O] Two bibliography slides using org-reveal - new prblem

2019-07-31 Thread Johannes Brauer
on a cite-link shows the title slide instead of the bib slide. Have I anything to change? Best wishes Johannes > Am 26.07.2019 um 23:19 schrieb Johannes Brauer : > > Hi Jens, > > thanks a lot for your detailed helpful answers. > > Best wishes > Johannes > >> Am

Re: [O] Two bibliography slides using org-reveal

2019-07-26 Thread Johannes Brauer
Hi Jens, thanks a lot for your detailed helpful answers. Best wishes Johannes > Am 26.07.2019 um 21:21 schrieb Jens Lechtenboerger > : > > Johannes Brauer writes: > >> GET >> file:///Users/jb/Downloads/org-re-reveal-ref-master/reveal.js/lib/js/head.min.js

Re: [O] Two bibliography slides using org-reveal

2019-07-26 Thread Johannes Brauer
s net::ERR_FILE_NOT_FOUND README.html:173 Is this a relevant message? Johannes Am 26.07.2019 um 08:43 schrieb Jens Lechtenboerger mailto:lech...@wi.uni-muenster.de>>: Johannes Brauer mailto:bra...@nordakademie.de>> writes: I downloaded [1] but when I try M-x load-library followe

Re: [O] Two bibliography slides using org-reveal

2019-07-25 Thread Johannes Brauer
Thank you Jens für your hint. I downloaded [1] but when I try M-x load-library followed by org-re-reveal-ref I get "Cannot open load file: No such file or directory, org-re-reveal" although I’ve org-ref installed. What is going wrong? Johannes > Am 25.07.2019 um 19:00

Re: [O] Two bibliography slides using org-reveal

2019-07-25 Thread Johannes Brauer
g I am using only Html export (which works correctly) and org-reveal (with 2 bib slides) . you might be able to add a specific reveal export option to the export function though. I haven’t a clue how to do that Johannes On Thu, Jul 25, 2019 at 9:55 AM Johannes Brauer mailto:bra...@nordakade

Re: [O] Two bibliography slides using org-reveal

2019-07-25 Thread Johannes Brauer
Yes, I have tried that and indeed then I get only one bib slide. But then, in normal Html export, the bibliography appears under the preceding headline, that’s ugly. > Am 25.07.2019 um 14:41 schrieb Fraga, Eric : > > I have no idea but, on the off-chance, maybe don't make that line a >

[O] Two bibliography slides using org-reveal

2019-07-25 Thread Johannes Brauer
of the slide deck. Normal Html export works correctly, there I see only one bibliography header. Any hints what's going wrong? Johannes

Re: [O] Bind pcomplete to C-M-i

2019-01-27 Thread Johannes Altmanninger
Hi Nicolas, On Sun, Jan 27, 2019 at 10:01 PM Nicolas Goaziou wrote: > > Hello, > > Johannes Altmanninger writes: > > > However, I want to use org-plus-contrib from the Org ELPA repository. > > which uses a slightly different definition: > > > > (org-def

[O] Bind pcomplete to C-M-i

2019-01-27 Thread Johannes Altmanninger
ny reason for this discrepancy? Thank you Johannes

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 eve

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

2018-07-29 Thread Johannes Brauer
, cite:Hales2008 is exported to "file:///.../Hales2008“. Any hints? Johannes

Re: [O] org-babel oz?

2017-11-12 Thread Johannes Brauer
reate OPI socket for evaluating expressions org-babel-insert-result: Wrong type argument: markerp, nil If I do it a third time then all works fine, i. e. executing the code block #+begin_src oz :results value 39 + 3 #+end_src results in insertion of #+RESULTS: : 42 into the org file. It seems a bit strange for me, but it is usable. Johannes

Re: [O] Emacs-orgmode Digest, Vol 141, Issue 12

2017-11-12 Thread Johannes Brauer
n Create OPI socket for evaluating expressions org-babel-insert-result: Wrong type argument: markerp, nil If I do it a third time then all works fine, i. e. executing the code block #+begin_src oz :results value 39 + 3 #+end_src results in insertion of #+RESULTS: : 42 into the org file. It seems a bit strange for me, but it is usable. Johannes

[O] org-babel oz?

2017-11-09 Thread Johannes Brauer
open-network-stream: make client process failed: Connection refused, :name, *Org-babel-OPI-socket*, :buffer, nil, :host, localhost, :service, 6001, :nowait, nil I cannot figure out, what to do? Any hints? Johannes

Re: [O] org-ref, html-export, bibtex url, webpage

2017-09-11 Thread Johannes Brauer
Thanks, John, for your hint. I am able to find bibtex-biblatex-entry-alist but not the bibtex-BibTeX-entry-alist in the Bibtex customization group. Johannes Am 11.09.2017 um 02:38 schrieb John Kitchin <jkitc...@andrew.cmu.edu<mailto:jkitc...@andrew.cmu.edu>>: I am pretty sure yo

[O] org-ref, html-export, bibtex url, webpage

2017-09-10 Thread Johannes Brauer
Hi! isn’t it allowed to use bibtex entries @url or @webpage? Using one of them the html export complains that the entry is not found, for example: Carro1998 not found in /Users/johannes/Documents/lehre/Informatik/Programmierparadigmen/Vorlesung/referenzen.bib org-ref-get-bibtex-entry-citation

Re: [O] problem with org-ref after upgrading org-mode from 8.3 to 9.0.5

2017-04-05 Thread Johannes Brauer
The problem was a corrupted let-plist package in my elpa folder. After reinstalling the package all works fine. Johannes Am 03.04.2017 um 20:05 schrieb John Kitchin <jkitc...@andrew.cmu.edu<mailto:jkitc...@andrew.cmu.edu>>: That looks like an issue with helm-Bibtex. You might

Re: [O] problem with org-ref after upgrading org-mode from 8.3 to 9.0.5

2017-04-03 Thread Johannes Brauer
iv biblio-crossref biblio-dblp biblio-hal biblio-dissemin biblio-download provide biblio] 2) require(biblio) eval-buffer(# nil "/Users/johannes/Library/Preferences/Aquamacs Emacs/Packages/elpa/helm-bibtex-20170321.1306/bibtex-completion.el" nil t) ; Reading at buffer position

[O] problem with org-ref after upgrading org-mode from 8.3 to 9.0.5

2017-04-01 Thread Johannes Brauer
wrong? Johannes

[O] org-hide in terminal

2017-02-17 Thread Johannes
stars behind spaces. I have a working prototype which works quite well. It uses "org-bullets" and "compose-region". It is not 100% clean though, since there still is a character which might be visible when using some minor mode. I am very new to emacs-lsip (and mailing lists) so I hope this is how it is done. Johannes Lippmann

[O] problem with html export of links

2016-09-26 Thread Johannes Brauer
b.org to html I get … b.org contains the link to a headline in a.org with custom id #anchor a.html#MissingReference ... with #MissingReference instead of #anchor. I cannot figure out, what the failure is. Johannes

Re: [O] org-ref bibliography html export & bigblow

2016-08-14 Thread Johannes Brauer
In the meantime I figured out that all works fine if the bibliography is a org-mode level 1 headline: * bibliography:referenzen.bib But if you write bibliography:referenzen.bib the bibliography is in the html but not displayed Johannes Am 14.08.2016 um 18:43 schrieb John Kitchin <jk

[O] org-ref bibliography html export & bigblow

2016-08-13 Thread Johannes Brauer
Hi, using org-ref by John Kitchin bibliography html export works fine as long as I don’t activate the org-html-theme bigblow by Fabrice Niessen which I like very much. With this theme the bibliography doesn’t appear in the exported html anymore. Are there any ideas what I could do? Johannes

Re: [O] Scaling of image previews in org-mode

2016-08-09 Thread Johannes Brauer
thank you for the hint, I will give it a try Johannes > Am 08.08.2016 um 01:16 schrieb John Kitchin <jkitc...@andrew.cmu.edu>: > > I use this code here: > https://github.com/jkitchin/scimax/blob/master/scimax-org.el#L957 > > to provide inline scaling in Em

[O] bibliography html export

2016-08-07 Thread Johannes Brauer
Using ox-bibtex for bibliography html export I always get the complete content of my .bib file under the headline References. How can I achieve that the bibliography contains only the references cited in the org file? Johannes

Re: [O] Scaling of image previews in org-mode

2016-08-04 Thread Johannes Brauer
016 at 12:20 PM, Johannes Brauer <bra...@nordakademie.de<mailto:bra...@nordakademie.de>> wrote: Hi! If I insert a jpg in my org-mode document, I can preview it but not scale its width, like so: Add the following code to my init.el file: (setq org-image-actual-width nil) Then insert

[O] Scaling of image previews in org-mode

2016-08-03 Thread Johannes Brauer
which value I give for the width argument the image appears in the buffer always in its original size. However, scaling for html export with #+attr_html works fine. What is going wrong? (Org-mode version 8.3.4 (8.3.4-99-ga8e4a3-elpa @ /Users/johannes/Library/Preferences/Aquamacs Emacs/Packages

[O] subscript on a table caption

2015-08-25 Thread Johannes Rainer
dear all! I have a strange problem now with org-mode (I don't know whether I had that with previous org-versions because I never paid attention): any _ I have in a caption is automatically formatted as a subscript, independently of using #+OPTIONS: ^:nil or #+OPTIONS: ^:{}. Is there any other

Re: [O] using subscripts in table captions

2015-08-25 Thread Johannes Rainer
great! thanks Nicolas! On 25 Aug 2015, at 14:49, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Johannes Rainer johannes.rai...@gmail.com writes: I have a strange problem now with org-mode (I don't know whether I had that with previous org-versions because I never paid

[O] using subscripts in table captions

2015-08-25 Thread Johannes Rainer
dear all! I have a strange problem now with org-mode (I don't know whether I had that with previous org-versions because I never paid attention): any _ I have in a caption is automatically formatted as a subscript, independently of using #+OPTIONS: ^:nil or #+OPTIONS: ^:{}. Is there any other

Re: [O] using subscripts in table captions

2015-08-25 Thread Johannes Rainer
well, kind of helps. At least I know it's reproducible... although I would like to have that fixed somehow. On 25 Aug 2015, at 09:57, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Tue, Aug 25, 2015 at 08:09:55AM +0200, Johannes Rainer wrote: The test org-file I used contains

Re: [O] Difference between eval and export

2014-09-30 Thread Johannes Rainer
to the minimal example of the behavior? On Mon, Sep 29, 2014 at 6:14 AM, Johannes Rainer johannes.rai...@gmail.com wrote: I checked the environment variables in Emacs and also in R (using Sys.getenv). all environment variables are set correctly (I am now also using “exec-path-from-shell

Re: [O] passing LC_ALL environment variable to org export call

2014-09-29 Thread Johannes Rainer
. On 26 Sep 2014, at 15:56, Rasmus ras...@gmx.us wrote: Hi Johannes, Johannes Rainer johannes.rai...@gmail.com writes: I stumbled across a strange problem. I’m using org-mode to perform analyses in R and I have one block of R-code in which I use mclapply to perform parallel calculations

Re: [O] Difference between eval and export

2014-09-29 Thread Johannes Rainer
I checked the environment variables in Emacs and also in R (using Sys.getenv). all environment variables are set correctly (I am now also using “exec-path-from-shell” to make sure that Emacs is reading system environment variables). It is absolutely strange. I only get the error when I export

Re: [O] passing LC_ALL environment variable to org export call

2014-09-29 Thread Johannes Rainer
On 29 Sep 2014, at 14:06, Rasmus ras...@gmx.us wrote: Johannes Rainer johannes.rai...@gmail.com writes: thanks for your hint. I checked Sys.getenv before and after the failing code, but LC_ALL was always properly set. I’m afraid my problem relates to some Mac LLVM and GCC gfortran compiler

[O] passing LC_ALL environment variable to org export call

2014-09-26 Thread Johannes Rainer
dear all, I stumbled across a strange problem. I’m using org-mode to perform analyses in R and I have one block of R-code in which I use mclapply to perform parallel calculations. evaluating this code block using C-c C-c works fine, but I get a segfault error when I export the org file. This

[O] Difference between eval and export

2014-09-26 Thread Johannes Rainer
hi all! I am wondering what the difference between the eval of a source block and the export of a buffer is in terms of the process in which the code is evaluated. Is the org-export call starting a new process? Is there a way to specify environment variables for the export process? thanks in

Re: [O] Difference between eval and export

2014-09-26 Thread Johannes Rainer
at 5:43 AM, Johannes Rainer johannes.rai...@gmail.com wrote: I am wondering what the difference between the eval of a source block and the export of a buffer is in terms of the process in which the code is evaluated. When you evaluate a source block, it executes in the processed defined

[O] Bug: Inconsistent timestamping with org-mobile-pull [8.3beta-245-g3a1fff]

2014-08-19 Thread Johannes Dahl
now has a timestamp, whereas the other does not. I'm using Org mode from git://orgmode.org/org-mode.git (master branch) with Emacs 24.3.1 Regards, Johannes

[O] R source code, break long lines

2014-05-13 Thread Johannes Rainer
dear all, I'm extensively using org-mode in combination with R source code blocks. The only thing I miss is the possibility to break long lines of R code in the exported pdf. Is there a way to tell org, or the latex exporter, to have automatic line breaks for long lines? thanks in advance!

Re: [O] R source code, break long lines

2014-05-13 Thread Johannes Rainer
On Tue, May 13, 2014 at 6:16 PM, John Hendy jw.he...@gmail.com wrote: On Tue, May 13, 2014 at 1:04 AM, Johannes Rainer johannes.rai...@gmail.com wrote: dear all, I'm extensively using org-mode in combination with R source code blocks. The only thing I miss is the possibility to break

[O] MobileOrg changes not showing in local agenda

2013-09-20 Thread Johannes Rainer
dear all, I am trying to use MobileOrg, and successfully set up the sync to my WebDAV. Also, my agenda is nicely synced to the ipad, however, any changes that I make to the agenda on the iPad, while being stored into the file mobileorg.org on the server and saved into from-mobile.org locally,

Re: [O] MobileOrg changes not showing in local agenda

2013-09-20 Thread Johannes Rainer
the problem is the [[(null)]][(null)]. I suppose there should be something like the TODO ID or something like that... On Fri, Sep 20, 2013 at 11:36 AM, Alexander Baier lexi.ba...@gmail.comwrote: Hello jo, Johannes Rainer johannes.rai...@gmail.com writes: dear all, I am trying to use

[O] macro expansion not working in #+ATTR_LATEX

2013-09-05 Thread Johannes Rainer
hi all! while working nicely for plain text I realized that macros are not expanded if put in #+ATTR_LATEX: e.g. I defined #+MACRO: image_width 16 and wanted to use this macro like #+ATTR_LATEX: :center :placement [H] :width {{{image_width}}}cm however, in the exported tex file I get:

Re: [O] asynchronous code evaluation

2013-09-04 Thread Johannes Rainer
On Wed, Sep 4, 2013 at 10:00 AM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote: On Wed, Sep 04, 2013 at 07:27:01AM +0200, Johannes Rainer wrote: hi all! I have some pretty calculation intense R code in a code block and when I execute the code (C-c C-c) my emacs freezes and waits

[O] mixed orgmode installation

2013-09-04 Thread Johannes Rainer
hi all! is there a clean way to disable the built in org from emacs? I'm loading org mode from git externally, but newer emacs always come with org mode included. would just deleting the org folder in the emacs (am using Emacs.app on mac) installation help? thanks in advance!

Re: [O] mixed orgmode installation

2013-09-04 Thread Johannes Rainer
On Wed, Sep 4, 2013 at 4:19 PM, Thorsten Jolitz tjol...@gmail.com wrote: Johannes Rainer johannes.rai...@gmail.com writes: hi all! is there a clean way to disable the built in org from emacs? I'm loading org mode from git externally, but newer emacs always come with org mode included

[O] asynchronous code evaluation

2013-09-03 Thread Johannes Rainer
hi all! I have some pretty calculation intense R code in a code block and when I execute the code (C-c C-c) my emacs freezes and waits for the code to finish. Is there a way to evaluate the code asynchronously, so that I could edit the file (obviously not the code block itself) while the code is

Re: [O] export tex file to different directory

2013-09-02 Thread Johannes Rainer
thanks, I will give it a try. On Sun, Sep 1, 2013 at 8:47 PM, Suvayu Ali fatkasuvayu+li...@gmail.comwrote: On Sun, Sep 01, 2013 at 07:58:42PM +0200, Johannes Rainer wrote: Hi all, is there a way that I could export the generated tex files to a different directory upon export? If you

[O] export tex file to different directory

2013-09-01 Thread Johannes Rainer
Hi all, is there a way that I could export the generated tex files to a different directory upon export? thanks, jo

[O] org mode R remote code evaluation

2013-08-29 Thread Johannes Rainer
dear all, I have some computation intense R-code that I want to run remotely on my server, and, according to the org manual that should be possible with the :dir parameter. so I went on and tried the following (user/server masked): #+BEGIN_SRC R :dir /xx@xxx: system(hostname) #+END_SRC when I

Re: [O] org mode R remote code evaluation

2013-08-29 Thread Johannes Rainer
thanks! so the :results output does the trick. On Thu, Aug 29, 2013 at 10:25 AM, Loris Bennett loris.benn...@fu-berlin.dewrote: Johannes Rainer johannes.rai...@gmail.com writes: dear all, I have some computation intense R-code that I want to run remotely on my server

[O] macro expansion in source code

2013-08-29 Thread Johannes Rainer
hi, I was just wondering if there is a way to use macro expansion also in source code blocks or headers. I tried this, but the macro was never expanded, but rather the {{{image_width}}} was exported. could the expansion be done by calling the macro expansion before export (e.g. using a hook)?

Re: [O] macro expansion in source code

2013-08-29 Thread Johannes Rainer
thanks for that solution! I will give it a try! On Thu, Aug 29, 2013 at 5:15 PM, Charles Berry ccbe...@ucsd.edu wrote: Johannes Rainer johannes.rainer at gmail.com writes: hi, I was just wondering if there is a way to use macro expansion also in source code blocks or headers. I

[O] Property var alters behavior of org variables in R code blocks

2012-08-30 Thread Johannes Meisig
| |---+--+--| | 1 | 1.00 | 2.00 | #+END_ORG So, somehow setting the variable property messes with the variable interface to R. Johannes

[O] using variables defined by org mode table in R leads to invalid function error on remote host

2012-07-08 Thread Johannes Meisig
| | ENSMUSG0063856 | | ENSMUSG0006056 | #+BEGIN_SRC R :session :var genes=genes print(genes[,1]) #+END_SRC Any ideas? Thanks a lot, Johannes

Re: [O] using variables defined by org mode table in R leads to invalid function error on remote host

2012-07-08 Thread Johannes Meisig
). Johannes On 07/08/2012 03:37 PM, Eric Schulte wrote: Johannes Meisig j.mei...@biologie.hu-berlin.de writes: Hi, adding to this question: http://lists.gnu.org/archive/html/emacs-orgmode/2012-06/msg00677.html I have the following problem. If I define a table in an .org file and then try to use

[O] org-lrn

2011-10-22 Thread Johannes Hess
I was trying out http://ankisrs.net/ and thought that it would be nicer, if one could learn stuff from within emacs. So I threw together https://github.com/warsus/org-lrn, which basically implements the supermemo-2-algorithm ( http://www.supermemo.com/english/ol/sm2.htm) and stores everything in

Re: [O] org-lrn

2011-10-22 Thread Johannes Hess
Hah, of course i did not know about org-drill, that one looks pretty good. :) On Sat, Oct 22, 2011 at 8:12 PM, John Hendy jw.he...@gmail.com wrote: On Sat, Oct 22, 2011 at 1:07 PM, Johannes Hess zerstro...@googlemail.com wrote: I was trying out http://ankisrs.net/ and thought that it would