[O] bug with emacs 26.3 and hyperlinks

2019-09-17 Thread Thomas Holst
Hello, today I upgraded to emacs 26.3. and links don't show up correct anymore with org-mode from git. The link is shown not the description. Steps to reproduce: =test.org=: #+begin_src org [[http://www.google.com][A Test link]] #+end_src : emacs -Q --find-file="test.org" All links are

Re: [O] Bug: org-capture with template for a table

2019-01-17 Thread Thomas Holst
Hello, · Nicolas Goaziou wrote: > Thomas Holst writes: > >> recently I encountered a bug with capturing table lines. Here is a ECM >> to reproduce it: >> > [...] > > Fixed. Thank you. thank you! Works perfectly again. -- Bis neulich ... Thomas

[O] Bug: org-capture with template for a table

2019-01-16 Thread Thomas Holst
Hello, recently I encountered a bug with capturing table lines. Here is a ECM to reproduce it: - org-mode file (testing.org): #+begin_src org * Headline |---+--+| | | Name | Amount | |---+--+| |---+--+| | | || |---+--+| #+TBLFM:

Re: [O] [o] org-capture regression?

2018-09-20 Thread Thomas Holst
Hello, · Nicolas Goaziou wrote: > Thomas Holst writes: >> [...snip...] >> So here is I patch I came up with to re-enable theese features: > > Thank you. However, I have two issues with it. > > The first one is that I don't like `eval'. See, for example, this >

[O] [o] org-capture regression?

2018-09-20 Thread Thomas Holst
a string, a variable or a function. #+begin_example commit 599ccd1cc83cc8a1b0af82ac93e23760637b37b5 Author: Thomas Holst Date: Mon Mar 17 09:01:40 2014 +0100 docu change for table-line-pos new feature commit 176125c32ff2a8adc6e1d3091a57e46e482da638 Author: Thomas Holst Date: Sat Mar

[O] Problem (bug?) with capture

2018-08-30 Thread Thomas Holst
Hello, recently I encountered a problem with capture. I have a template in which =:table-line= is set to a variable not a string. This used to work but now throws an error. Here is an ECM: * Table | col1 | col2 | col3 | |---+--+--| | entry | | | |---+--+--| *

Re: [O] ANN/RFC: org-sidebar

2018-06-04 Thread Thomas Holst
Hi Adam, thank you for looking into this. · Adam Porter wrote: >> Debugger entered--Lisp error: (void-variable main-window) > > Thanks for your email. I wasn't able to reproduce the error on my > system, even with "emacs -q". I also looked at the code again, and I > don't know why that error

Re: [O] ANN/RFC: org-sidebar

2018-06-04 Thread Thomas Holst
Hi Adam, > Hi all, > > Inspired by a post on Reddit, which was inspired by the Organized plugin > for the Atom editor, I came up with this: > > https://github.com/alphapapa/org-sidebar > > This package presents a helpful sidebar view for Org buffers. At the top > is a chronological list of

Re: [O] [bug] in capture

2018-05-21 Thread Thomas Holst
Hello Nicolas, thank you for fixing this. I can confirm that my capture template is working again. --   Thomas Am 17.05.2018 um 23:01 schrieb Nicolas Goaziou: Hello, Thomas Holst <thomas_ho...@gmx.de> writes: Hi Nicolas, thank you for looking into this. To reproduce the error

Re: [O] [bug] in capture

2018-05-17 Thread Thomas Holst
e-template ...) (... ... ... ...)) (if (and ... ...) (condition-case nil ... ...)) (if (org-capture-get :immediate-finish) (org-capture-finalize   org-capture(nil)   funcall-interactively(org-capture nil)   #(org-capture nil nil)   apply(# org-capture (nil nil))   call-interactively@ido-

[O] [bug] in capture

2018-05-15 Thread Thomas Holst
Hi, I encountered a bug in cature (so I think). I have among other the following template: #+begin_src emacs-lisp   ("hr" "Rechnung erfassen" table-line    (file+function "~/git/org-priv/Univ_Beih.org" th:capure-find-open-vers-regn)    "| # | %^u | %^{Arzt/Apotheke} | %^{für

[O] bug in ox-koma-letter.el

2016-04-07 Thread Thomas Holst
Hello, with latest org-mode version from git I get the following error when I try to export a subtree to pdf via koma-letter: if: Symbol's value as variable is void: option I did a little search: 'option' occurs in commit: 3ee3663 ox-koma-letter: Add support for LOCATION I reverted that

[O] Problems with capture and lisp code

2016-01-21 Thread Thomas Holst
ot work with capture. Any pointers welcome. Thanks for looking into this. -- Mit freundlichen Grüßen / Best regards Thomas Holst

Re: [O] Problems with capture and lisp code

2016-01-21 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Thomas Holst <thomas.ho...@de.bosch.com> writes: > >> for my work flow I would like to set up a capture template based on the >> ideas described in: >> >> http://www

Re: [O] driving me mad..oeg-agenda kills current buffer

2016-01-15 Thread Thomas Holst
t was gone. I run org-mode from git repo and update often.. So try to update to latest org and see if the problem still perists. HTH -- Bis neulich ... Thomas Holst

Re: [O] Problems with capture

2015-12-08 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Thomas Holst <thomas_ho...@gmx.de> writes: > [...snip...] after a git-pull the first error (about cache) is gone. The second error still is there: >> condition-case: Capture template `hr': Invalid

Re: [O] Problems with capture

2015-12-08 Thread Thomas Holst
Hi Nicolas, replying to myself :-), I dug a little deeper into this. · Thomas Holst <thomas.ho...@de.bosch.com> wrote: > Hi Nicolas, > · Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: >> Thomas Holst <thomas_ho...@gmx.de> writes: > >> [...snip...] >

[O] Problems with capture

2015-12-07 Thread Thomas Holst
Hello org-moders, I have a little trouble with capture. First here is the setup for one of my capture templates: #+begin_src emacs-lisp (setq org-capture-templates '( ;; ... ("hr" "Rechnung erfassen" table-line (file+function "~/git/org-priv/Univ_Beih.org"

Re: [O] [gnorb] error when calling `gnorb-report-tracking-usage'

2015-10-01 Thread Thomas Holst
· Eric Abrahamsen wrote: >> Today I wanted to see how the registy is filled. I called >> `gnorb-report-tracking-usage'. And got following error: >> >> gnorb-registry-tracked-headings: Symbol's >> function definition is void: hash-table-keys >> >> After a little

[O] [gnorb] error when calling `gnorb-report-tracking-usage'

2015-09-23 Thread Thomas Holst
Hello, more and more I like gnorb. It perfectly fits my working habits. Today I wanted to see how the registy is filled. I called `gnorb-report-tracking-usage'. And got following error: gnorb-registry-tracked-headings: Symbol's function definition is void: hash-table-keys After a little

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-17 Thread Thomas Holst
Hi Eric, · Eric Abrahamsen e...@ericabrahamsen.net wrote: Thomas Holst thomas_ho...@gmx.de writes: · Eric Abrahamsen e...@ericabrahamsen.net wrote: [ ... snip ... ] [ ... snip completion issue with gnorb ... ] [...] ok here is what I did to reproduce behavior with ECM All right

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-16 Thread Thomas Holst
· Eric Abrahamsen e...@ericabrahamsen.net wrote: [ ... snip ... ] [ ... snip completion issue with gnorb ... ] No worries, glad it's sorted! But maybe someone can give me a hint how to get helm working here. As mentioned above I have #+begin_src emacs_lisp (setq

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-15 Thread Thomas Holst
· Eric Abrahamsen e...@ericabrahamsen.net wrote: Thomas Holst thomas_ho...@gmx.de writes: Hi Eric, · Eric Abrahamsen e...@ericabrahamsen.net wrote: thanks for the gnorb package! I started using it and I like it a lot! When I call `gnorb-gnus-incoming-do-todo' from gnus I'm prompted

Re: [O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-13 Thread Thomas Holst
Hi Eric, · Eric Abrahamsen e...@ericabrahamsen.net wrote: thanks for the gnorb package! I started using it and I like it a lot! When I call `gnorb-gnus-incoming-do-todo' from gnus I'm prompted for a headline. But completion is not working. Neither TAB nor M-j does anything. How can I get

[O] [gnorb] completion for `gnorb-gnus-incoming-do-todo'

2015-08-12 Thread Thomas Holst
Hello, thanks for the gnorb package! I started using it and I like it a lot! When I call `gnorb-gnus-incoming-do-todo' from gnus I'm prompted for a headline. But completion is not working. Neither TAB nor M-j does anything. How can I get completion working? Completion is working for org-refile.

Re: [O] bug in ox-koma-letter

2015-06-16 Thread Thomas Holst
Hello, · Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Rasmus ras...@gmx.us writes: Thomas Holst thomas_ho...@gmx.de writes: when I try to export an subtree with koma letter I get the following error: cond: Symbol's value as variable is void: with-title This seems

[O] bug in ox-koma-letter

2015-06-15 Thread Thomas Holst
Hello all, when I try to export an subtree with koma letter I get the following error: cond: Symbol's value as variable is void: with-title This seems to be related to the following commit: d3196f0 * ox-koma-letter: Fix missing \begin{document} because if I switch to the commit prior to

[O] Problem with pretty entities and subscript

2014-12-02 Thread Thomas Holst
: 2014-12-02 Di #+AUTHOR: Thomas Holst #+EMAIL: thomas.ho...@de.bosch.com #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+SELECT_TAGS: export #+EXCLUDE_TAGS: noexport #+CREATOR: Emacs 24.3.1 (Org mode 8.3beta) \Delta tst_ding_ding =tst_ding= #+end_src Org-mode version 8.3beta

Re: [O] [BUG] gnuplot with dates from a table dosn't work anymore

2014-09-16 Thread Thomas Holst
Hi Nicolas · Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Thomas Holst thomas.ho...@de.bosch.com writes: after a pull from this weekend generating plots with gnuplot does not work anymore. It was working perfectly before the pull. I get an error message saying: org-babel-gnuplot-quote

[O] [BUG] gnuplot with dates from a table dosn't work anymore

2014-09-15 Thread Thomas Holst
lt rgb red notitle #+end_src I have git bisected this and it turned out that: 9209aa3 | * org-table: Use ox.el internally for radio tables by Nicolas is the commit which produces the error. Thanks for looking into this -- Mit freundlichen Grüßen / Best regards Thomas Holst DGS-EC/ESE4

[O] [bug] in org-table.el: setq: Symbol's value as variable is void: repl

2014-07-30 Thread Thomas Holst
Hi list, after a recent update I get the following error when I try to recalculate formulas in a table: setq: Symbol's value as variable is void: repl Searching for 'repl' in the lisp directory reveales only one hit in org-table.el. repl was intoduced in commit: d4799eb * | org-table.el

Re: [O] [bug] in org-table.el: setq: Symbol's value as variable is void: repl

2014-07-30 Thread Thomas Holst
Hi Bastien, Thomas Holst thomas.ho...@de.bosch.com writes: after a recent update I get the following error when I try to recalculate formulas in a table: setq: Symbol's value as variable is void: repl This was a code typo I made, it is now fixed, please pull again and test. after

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-19 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Hi Thomas, Thomas Holst thomas_ho...@gmx.de writes: I am sorry, I used =git format-patch= for the patches assuming all will go well. Here are both patches with rewritten commit messages. Hopefully I made them well. No problem -- the game now

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-18 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: ok here is the patch for documentation. Thanks -- can you read this page? http://orgmode.org/worg/org-contribute.html#sec-5 There are advice on how to format the Changelog entry. See in particular

Re: [O] [patch] file links from sunrise commander

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Here is a path with implements this feature. I used a slightly different technique to avoid the reference to `sr-mode'. http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5f2dce Thanks for the idea

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Given a table with several sections and a capture template for entries in this table. The sections are dynamic, so a static value for table-line-pos does not help. With this patch table-line-pos can

Re: [O] [patch] capture property table-line-pos can be a function

2014-03-17 Thread Thomas Holst
Hi, Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas_ho...@gmx.de writes: Given a table with several sections and a capture template for entries in this table. The sections are dynamic, so a static value for table-line-pos does not help. With this patch table-line-pos can

[O] Bug in links to org files

2014-03-15 Thread Thomas Holst
Hi, there is a bug in links to org-files: given the link: [[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast of lispy.el with org-mode code base]] if I hit C-c o with point on the link I get an error message that it does not exist. If I answer yes

Re: [O] Bug in links to org files

2014-03-15 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou n.goaz...@gmail.com wrote: Thomas Holst thomas_ho...@gmx.de writes: there is a bug in links to org-files: given the link: [[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast of lispy.el with org-mode code base

[O] [patch] capture property table-line-pos can be a function

2014-03-15 Thread Thomas Holst
, but I have signed FSF papers. -- Bis neulich ... Thomas From e5f906f20b796326e50057fa4fc21599368bd347 Mon Sep 17 00:00:00 2001 From: Thomas Holst thomas_ho...@gmx.de Date: Sat, 15 Mar 2014 16:22:44 +0100 Subject: [PATCH 1/2] capture: property `:table-line-pos' can be a function name, a string

[O] [patch] file links from sunrise commander

2014-03-15 Thread Thomas Holst
it. -- Bis neulich ... Thomas From 1bd6924c377c46e0d3b480e4e31475ae320e8d8b Mon Sep 17 00:00:00 2001 From: Thomas Holst thomas_ho...@gmx.de Date: Sat, 15 Mar 2014 16:23:49 +0100 Subject: [PATCH 2/2] links to files from sunrise-commander * org.el (org-store-link): links to files can be crated from

Re: [O] org-edit-special cannot tell ditaa from table

2014-03-11 Thread Thomas Holst
Hi, · zwz zhangwe...@gmail.com wrote: Here is an example: * test #+BEGIN_SRC ditaa ++ +-+ || | | || | | ++ +-+ #+END_SRC When I hit C-c ', the minibuffer says Recognizing tables...done, and the org src scratch buffer does not turn

Re: [O] [Bug] org-open-at-point no longer unescapes shell/elisp links

2014-03-03 Thread Thomas Holst
Hello, · Matt Lundin m...@imapmail.org wrote: When I create a link with org-insert-link, it automatically escapes spaces. E.g., C-c C-l shell:ls *.org [RET] a shell link [RET] results in [[shell:ls%20*.org][a shell link]] the same holds true for a link to a file which has spaces in

Re: [O] Feature request: filling of long captions

2014-02-06 Thread Thomas Holst
be difficult since I don't know if something like: #+HEADER: :var foo= #+HEADER: bar is handled correctly by babel parser. The same holds true for #+ATTR_LATEX: -- Mit freundlichen Grüßen / Best regards Thomas Holst DGS-EC/ESE4 Tel. +49 (711) 811-40681 PC-Fax +49 (711) 811-5182208

Re: [O] links to attachments don't export anymore

2013-11-25 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou n.goaz...@gmail.com wrote: Thomas Holst thomas.ho...@de.bosch.com writes: For me the problem still persists. Thank you for the report. I pushed another fix. Please let me know if it doesn't do its job. Works like a charm again. Thanks for fix. -- Bis

Re: [O] links to attachments don't export anymore

2013-11-22 Thread Thomas Holst
Hi Nicolas, · Thomas Holst thomas.ho...@de.bosch.com wrote: Hi, · Nicolas Goaziou n.goaz...@gmail.com wrote: Actually, this could solved by widening the buffer before expanding the link in `org-element-link-parser'. Though, I'm surprised that neither `org-id-get', `org-entry-get' nor

Re: [O] links to attachments don't export anymore

2013-11-18 Thread Thomas Holst
Hi, · Nicolas Goaziou n.goaz...@gmail.com wrote: Actually, this could solved by widening the buffer before expanding the link in `org-element-link-parser'. Though, I'm surprised that neither `org-id-get', `org-entry-get' nor, at the most basic level, `org-entry-properties' remove narrowing

Re: [O] links to attachments don't export anymore

2013-11-14 Thread Thomas Holst
Hi, · Myles English mylesengl...@gmail.com wrote: [ ... snip ... ] It was possible to insert a link to an attachment like this: [[att:FigureA.jpg]] and clicking on it would show the file (still works), and it would show up in the exported document (no longer happens). [ ... snip ... ]

Re: [O] Generate and fill PDF-forms by org-mode?!

2013-08-19 Thread Thomas Holst
Hi Torsten, · On Aug 15 2013, Torsten Wagner torsten.wag...@gmail.com wrote: [How to fill in a form from org?] I have only one form to fill in, print it, sign it and hand it in. But this one is very boring :-(. The form is available as pdf or dot. Here is how I do it. When I was on Windows I

Re: [O] Writing microsecond time unit

2013-07-01 Thread Thomas Holst
Hi Xavier, · Xavier Garrido xavier.garr...@gmail.com wrote: Dear Orgers, I would like to do something very simple such as writing microsecond unit but I fail. I try different way (\mu\nbsp s, $\mu$s, \mu s) but always get a whitespace between the µ symbol and the second symbol. The only

Re: [O] Problems with agenda search and restiction enabled

2013-04-30 Thread Thomas Holst
Hi Bastien, · Bastien b...@gnu.org wrote: Thomas Holst thomas.ho...@de.bosch.com writes: I want to perform an agenda search with a restriction to a subtree. ...snip... This is now fixed in the maint branch of the Git repository. Thanks for reporting this! thank you for the quick fix

[O] Problems with agenda search and restiction enabled

2013-04-29 Thread Thomas Holst
. This is on Win7 with emacs 24.2 and Org-mode version 8.0.1 (release_8.0.1-4-g148f95 @ c:/daten/users/DE_hts2fe/git/org-mode/lisp/) Thanks a lot. -- Mit freundlichen Grüßen / Best regards Thomas Holst DGS-EC/ESE4 Tel. +49 (711) 811-40681 PC-Fax +49 (711) 811-5182208

Re: [O] Open PDF under Windows on specific page using PDF-XChange Viewer

2013-03-19 Thread Thomas Holst
Hello Alexander, · AW alexander.will...@t-online.de wrote: [... snip ...] #+begin_source lisp (delete '(\\.pdf\\' . default) org-file-apps) (add-to-list 'org-file-apps '(\\.pdf::\\([0-9]+\\)\\' . PDFXCview /A 'page'=%1 \%s\ )) #+end_source for me the following works under Win7:

Re: [O] org-pretty-entities and org-cdlatex

2012-09-07 Thread Thomas Holst
Hi, · Giovanni Ridolfi giovanni.rido...@yahoo.it wrote: Da: Thomas Holst thomas.ho...@de.bosch.com Inviato: Mercoledì 5 Settembre 2012 12:20 · Carsten Dominik carsten.domi...@gmail.com wrote: On 5.9.2012, at 11:08, Thomas Holst wrote: Hello, there is a different behaviour of sub

[O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Thomas Holst
Hello, there is a different behaviour of sub (_) and superscripts (^) depending on =org-pretty-entities=. When I type: =ab_cdef= inside LaTeX fragments with =org-pretty-entities= enabled I get: \( ab_{c}def \) With =org-pretty-entities= disabled I get: \( ab_{cdef} \)

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Thomas Holst
Hello, · Carsten Dominik carsten.domi...@gmail.com wrote: On 5.9.2012, at 11:08, Thomas Holst wrote: Hello, there is a different behaviour of sub (_) and superscripts (^) depending on =org-pretty-entities=. When I type: =ab_cdef= inside LaTeX fragments with =org-pretty-entities

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Thomas Holst
Hi Casten, · Carsten Dominik carsten.domi...@gmail.com wrote: On 5.9.2012, at 12:20, Thomas Holst wrote: [... snip ...] I am not able to reproduce this, I get the second behavior always. - Carsten I also tested it with emacs 23.2 on WinXP. I get different results depending on =org

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Thomas Holst
Hi Carsten, here is an update on the subject. I performed a another test with emacs 23.3.1 under cygwin X11. I see same behaviour as under WinXP. Maybe I have to clarifiy what I did. So here is a step by step procedure. Inside an orgmode document do the following: Set =org-pretty-entities=

[O] [new exporter] Problems with entities

2012-08-27 Thread Thomas Holst
Hello, first I want to thank you all for org-mode 7.9! The list of changes is incredible! While testing the new exporter we encountered problems with entities. We tried to make ligations work. In LaTeX you write '\/' for a ligation e.g. 'f\/ifteen'. To achieve that we set `org-entities-user':

Re: [O] [new exporter] Problems with entities

2012-08-27 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Thomas Holst thomas.ho...@de.bosch.com writes: While testing the new exporter we encountered problems with entities. We tried to make ligations work. In LaTeX you write '\/' for a ligation e.g. 'f\/ifteen'. To achieve that we

Re: [O] [new exporter] problems exporting mathmode to LaTeX

2012-07-19 Thread Thomas Holst
Hi Niclolas, thanks for your answer and explaination. · Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Holst Thomas (DGS-EC/ESE4) thomas.ho...@de.bosch.com writes: Perhaps there is a misunderstanding. There was. Now I get it. So it isn't about blocks. It is about LaTeX-fragments in

[O] [new exporter] no caption and no label in tables exported to LaTeX

2012-07-18 Thread Thomas Holst
Hello, still I am testing the new exporter. Labels and captions are not exported to LaTeX. ECM: #+BEGIN_SRC org * Captions for Tables #+CAPTION: A Caption for Testing #+LABEL: tbl:Label #+ATTR_LaTeX: placement=[H] | one | two | three | |-+-+---| | 1 |

Re: [O] [new exporter] no caption and no label in tables exported to LaTeX

2012-07-18 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Thomas Holst thomas.ho...@de.bosch.com writes: Labels and captions are not exported to LaTeX. ECM: #+BEGIN_SRC org * Captions for Tables #+CAPTION: A Caption for Testing #+LABEL: tbl:Label #+ATTR_LaTeX

[O] [new exporter] problems exporting mathmode to LaTeX

2012-07-18 Thread Thomas Holst
Hi, forgive me if I am nagging :-). One of my collegues and myself want to switch to new exporter. While testing the new exporter on our existing org-files we encounter these problems. So here is the next one: #+BEGIN_SRC org 160\(^\circ\}\nbsp{}C -11^{\circ}\nbsp{}C #+END_SRC With the old

[O] [new exporter] fails on double backslashes

2012-07-17 Thread Thomas Holst
Hello, right now I am testing the new exporter. It works very well except on backslashes. Here is a minimal example which shows the problem: #+BEGIN_SRC org #+TITLE: new-exporter.org #+AUTHOR:Thomas Holst #+EMAIL: thomas.ho...@de.bosch.com #+DATE: 2012-07-16 Mo

Re: [O] capture - function-finding-location in TARGET: return value?

2012-03-12 Thread Thomas Holst
Hi, answering to myself: · Thomas Holst thomas.ho...@de.bosch.com wrote: Hello, I am trying to write a function to find the location where capture will put the captured item. The manual states, that a target configuration like : (file+function path/to/file function-finding-location

[O] [o] capture - function-finding-location in TARGET: return value?

2012-03-08 Thread Thomas Holst
with the headline - a location in the buffer - ... I searched the manual but did not find an answer. Thanks. -- Mit freundlichen Grüßen / Best regards Thomas Holst DGS-EC/ESE4 Tel. +49 (711) 811-40681 PC-Fax +49 (711) 811-5182208

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-22 Thread Thomas Holst
Hi, · Renato renn...@gmail.com wrote: On Tue, 21 Feb 2012 23:36:27 +0100 Simon Thum simon.t...@gmx.de wrote: Hi Renato, one of my block agendas has (tags-todo @workTODO=\TODO\SCHEDULED=\\DEADLINE=\\) i.e. lists todos which are tagged @work and aren't scheduled or deadlined.

Re: [O] agenda view for TODOs without deadline and a certain tag

2012-02-22 Thread Thomas Holst
Hi, · Renato renn...@gmail.com wrote: On Wed, 22 Feb 2012 09:30:07 +0100 Thomas Holst thomas.ho...@de.bosch.com wrote: [ ... snip ... ] listing todo items which are not scheduled and don't have a deadline works by setting #+begin_src emacs-lisp (setq org-agenda-custom-commands

Re: [O] [bug]Bug in export to LaTex: Lists with source code blocks

2012-02-03 Thread Thomas Holst
Hi, · Nicolas Goaziou n.goaz...@gmail.com wrote: Boyun Tang tangbo...@hotmail.com writes: Hello, Today I found a bug which was well described in http://thread.gmane.org/gmane.emacs.orgmode/48388 I have pushed a fix for that bug. Thank you for reminding me about it, and to Thomas Holst

Re: [O] Multi string search of org entries

2012-01-09 Thread Thomas Holst
these descriptions in the first place. :) I downloaded org-search-goto-ml.el and tried (require 'org-search-goto-ml) which failed. This is because of the (provide ...) statement. Attached is a patch which corrects this line. -- Mit freundlichen Grüßen / Best regards Thomas Holst From

[O] Bug in export to LaTex: Lists with source code blocks

2011-10-25 Thread Thomas Holst
Hello, there is a bug when exporting to LaTeX if there is a source code block inside a list. I have a file with the following contents: #+begin_org #+TITLE: Lists mit Source-Blocks #+AUTHOR:thomas.ho...@gmx.de #+EMAIL: Thomas Holst #+DATE: 25.10.2011 #+LANGUAGE: en

Re: [O] [bug] org block not correctly exported to LaTeX

2011-07-26 Thread Thomas Holst
Hi Eric, thanks for looking into this. · Eric Schulte schulte.e...@gmail.com wrote: Thomas Holst thomas.ho...@de.bosch.com writes: Hi Bastien, thanks for your answer. when the follwing org-file is exported to LaTeX, #+BEGIN_ORG and #+END_ORG is inserted in the tex-file. You surely want

Re: [O] [bug] org block not correctly exported to LaTeX

2011-07-26 Thread Thomas Holst
Hi Bernt, · Bernt Hansen be...@norang.ca wrote: Thomas Holst thomas.ho...@de.bosch.com writes: Hi Bastien, thanks for your answer. when the follwing org-file is exported to LaTeX, #+BEGIN_ORG and #+END_ORG is inserted in the tex-file. You surely want #+begin_src org #+end_src org

Re: [O] [bug] org block not correctly exported to LaTeX

2011-07-25 Thread Thomas Holst
block. Then everything works as expected. But indented soure blocks look nicer. Thanks again for looking into this. -- Mit freundlichen Grüßen / Best regards Thomas Holst DGS-EC/ESE4 Tel. +49 (711) 811-40681 PC-Fax +49 (711) 811-5182208

[O] [bug] org block not correctly exported to LaTeX

2011-07-21 Thread Thomas Holst
with: emacs 23.2.1 on WinXP Org-mode version 7.6 (release_7.6.75.g67e9) (local patch to makefile) Thanks again for org-mode. More and more of my collegues are starting to use it! -- Mit freundlichen Grüßen / Best regards Thomas Holst DGS-EC/ESE4 Tel. +49 (711) 811-40681 PC-Fax +49 (711) 811

Re: [O] Problems with capture in tables

2011-05-05 Thread Thomas Holst
Hi Aankhen, thanks for your answer. · Aankhen aank...@gmail.com wrote: Hi, On Wed, May 4, 2011 at 12:55, Thomas Holst thomas.ho...@de.bosch.com wrote: I am trying to put a line into a table via org capture. My org file looks like this: [snip] My capture template looks like

[O] Problems with capture in tables

2011-05-04 Thread Thomas Holst
on G41R2F1 Org-mode version 7.5 (release_7.5.246.gace72) (local modification to makefile and org-git-link) WinXP -- Mit freundlichen Grüßen / Best regards Thomas Holst

Re: [O] Re: [babel] Marker does not point anywhere error?

2011-03-30 Thread Thomas Holst
Hi Jambunathan, · Jambunathan K kjambunat...@gmail.com wrote: Rainer M Krug r.m.k...@gmail.com writes: [ ... error: marker does not point anywhere while eval code blocks ...] Sorry, I cannot be of much help here. You can try turning off the below variable and check whether the situation

Re: [O] Re: [babel] Marker does not point anywhere error?

2011-03-25 Thread Thomas Holst
Hi, · Rainer M Krug r.m.k...@gmail.com wrote: On 25/03/11 13:50, Jambunathan K wrote: Can you do M-x toggle-debug-on-error and copy/paste what comes up in the backtrace buffer? Here it is: [ ... backtrace ... ] I have a similar behaviour with a gnuplot source block, except that I get the

Re: [O] [babel] Variable support for ob-maxima

2011-03-24 Thread Thomas Holst
Hi Eric, · Eric Schulte schulte.e...@gmail.com wrote: Thomas Holst thomas.ho...@de.bosch.com writes: [... snip ...] Great, thanks for sharing this patch, I'd very much like to apply this. Have you seen the instructions for contributing to Org-mode [1]? Any patch over 10 lines long requires

[O] [babel] Variable support for ob-maxima

2011-03-23 Thread Thomas Holst
Hello, recent org-mode versions have support for maxima via org-babel. But there is no support vor variables. I implemented basic support for variables. A header =var: eq=x^2= is translated to: #+begin_src maxima eq : x^2; #+end_src I attached a patch to this eMail. Now I can use the output

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@altern.org wrote: Hi Thomas, Thomas Holst thomas.ho...@de.bosch.com writes: _abc /_abc/ *_abc* /a_bc/ *a_bc* You need to escape the underscore: \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* HTH, thank you for your answer. Escaping does help. But I thought

[O] [BUG] in LaTeX export

2011-03-15 Thread Thomas Holst
Hello, while exporting an org-file to LaTeX I stumbled across a minor bug with emphasis and underscores. Minimal org-file: #+begin_src org #+OPTIONS: ^:{} * Emphasis Test _abc /_abc/ *_abc* /a_bc/ *a_bc* #+end_src leads to the following LaTeX code: #+begin_src \_{}abc \emph{_abc}

[Orgmode][Babel] (require 'ob-eval) missing in ob-gnuplot.el

2010-12-01 Thread Thomas Holst
Hello, recently I started using org-babel and I'm really fond of it. It makes my daily life as an electrical engineer a lot easier! So I would like to thank you all for org-mode and for org-babel. Both really changed my way of working. With a recent org-mode (pull from yesterday evening) I get

[Orgmode] [org-plot] Re: org-plot dosesn't catch options from #+PLOT: line if line does not start at column 0

2010-03-01 Thread Thomas Holst
Hello, in my last eMail there was a typo in the patch. The corrected verson is below. ---%x cut here x%--- --- org-plot.el 2010-03-01 02:00:15.0 +0100 +++ c:/daten/users/DE_hts2fe/emacs/OrgMode/org-mode-aktuell/lisp/org-plot.el

[Orgmode] Re: Bug in LaTeX export

2009-07-17 Thread Thomas Holst
Hi Bastien, Bastien wrote: Holst Thomas (DS-ET/ECF1) thomas.ho...@de.bosch.com writes: I think I discoverd a bug in LaTeX export. I mark a subtree with C-c @ and then export it to LaTeX with C-c C-e L. If the subtree has no further subtrees the LaTeX-file not only contains the region,

[Orgmode] Bug in LaTeX export

2009-01-20 Thread Thomas Holst
Hello, when I call `org-export-region-as-latex' emacs enters a ininite loop. When I call a HTML export command prior to `org-export-region-as-latex' everything works fine with LaTeX export commands. As I found out `org-maybe-keyword-time-regexp' is not set when calling a LaTeX export command. It