[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 shown

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: @2$

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,

[O] [o] org-capture regression?

2018-09-20 Thread Thomas Holst
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 w

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 sch

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 writes: Hi Nicolas, thank you for looking into this. To reproduce the error I have to use file+function

Re: [O] [bug] in capture

2018-05-17 Thread Thomas Holst
-case error (org-capture-place-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

[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 wen|Lida|Oleg|Vict

[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 co

Re: [O] Problems with capture and lisp code

2016-01-21 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Hello, > > Thomas Holst writes: > >> for my work flow I would like to set up a capture template based on the >> ideas described in: >> >> http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html#

[O] Problems with capture and lisp code

2016-01-21 Thread Thomas Holst
r of the article stated above this worked with remember - but why does it not work with capture. Any pointers welcome. Thanks for looking into this. -- Mit freundlichen Grüßen / Best regards Thomas Holst

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

2016-01-15 Thread Thomas Holst
un 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, replying to myself :-), I dug a little deeper into this. · Thomas Holst wrote: > Hi Nicolas, > · Nicolas Goaziou wrote: >> Thomas Holst writes: > >> [...snip...] > > after a git-pull the first error (about cache) is gone. The second error > still is

Re: [O] Problems with capture

2015-12-08 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Thomas Holst 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 table line specification >> "III-1" T

[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" th:capure-find-op

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 search on the web I added: >>

[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 se

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

2015-08-17 Thread Thomas Holst
Hi Eric, · Eric Abrahamsen wrote: > Thomas Holst writes: > >> · Eric Abrahamsen wrote: >> >>>> >>>> [ ... snip ... ] >>>> >>>> [ ... snip completion issue with gnorb ... ] >>> > > [...] > >> ok here

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

2015-08-16 Thread Thomas Holst
· Eric Abrahamsen 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 org-refile-use-outli

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

2015-08-15 Thread Thomas Holst
· Eric Abrahamsen wrote: > Thomas Holst writes: > >> Hi Eric, >> >> · Eric Abrahamsen wrote: >> >>>> thanks for the gnorb package! I started using it and I like it a lot! >>>> >>>> When I call `gnorb-gnus-incoming-do-todo&

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

2015-08-13 Thread Thomas Holst
Hi Eric, · Eric Abrahamsen 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 nor M-j does >> anything. >> >> How can I get completion wo

[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 nor M-j does anything. How can I get completion working? Completion is working for org-refile. I

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

2015-06-16 Thread Thomas Holst
Hello, · Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > >> Thomas Holst writes: >> >>> when I try to export an subtree with koma letter I get the following >>> error: >>> >>> cond: Symbol's value as variable is void: wi

[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 th

[O] Problem with pretty entities and subscript

2014-12-02 Thread Thomas Holst
estamp:t toc:t #+OPTIONS: todo:t |:t #+TITLE: entities-tst #+DATE: <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

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

2014-09-15 Thread Thomas Holst
Hi Nicolas · Nicolas Goaziou wrote: > Thomas Holst 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
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 Tel. +49 (711) 811-40681 PC-Fax +49 (711) 811-5182208

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 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 p

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

2014-07-29 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 (or

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

2014-03-19 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Hi Thomas, > > Thomas Holst 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

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

2014-03-18 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Thomas Holst 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 part

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

2014-03-17 Thread Thomas Holst
Hi, > Hi Bastien, > > · Bastien wrote: >> Thomas Holst 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. Wi

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

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Thomas Holst 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 be: >

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

2014-03-17 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Thomas Holst 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

[O] [patch] file links from sunrise commander

2014-03-15 Thread Thomas Holst
. -- Bis neulich ... Thomas >From 1bd6924c377c46e0d3b480e4e31475ae320e8d8b Mon Sep 17 00:00:00 2001 From: Thomas Holst 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 dired

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

2014-03-15 Thread Thomas Holst
TINYCHANGE, but I have signed FSF papers. -- Bis neulich ... Thomas >From e5f906f20b796326e50057fa4fc21599368bd347 Mon Sep 17 00:00:00 2001 From: Thomas Holst 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 or

Re: [O] Bug in links to org files

2014-03-15 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Thomas Holst 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-

[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 to

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

2014-03-11 Thread Thomas Holst
Hi, · zwz 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 picture-mode on.

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

2014-03-03 Thread Thomas Holst
Hello, · Matt Lundin 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 the name

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

2014-02-06 Thread Thomas Holst
ties. what about #+HEADER: for source code blocks. Filling might 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 wrote: > Thomas Holst 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 neulich ... Thomas

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

2013-11-22 Thread Thomas Holst
Hi Nicolas, · Thomas Holst wrote: > Hi, > > · Nicolas Goaziou 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

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

2013-11-18 Thread Thomas Holst
Hi, · Nicolas Goaziou 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 before >>

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

2013-11-14 Thread Thomas Holst
Hi, · Myles English 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 ... ] since I like this fe

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

2013-08-19 Thread Thomas Holst
Hi Torsten, · On Aug 15 2013, Torsten Wagner 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 used XL and word with a

Re: [O] Writing microsecond time unit

2013-07-01 Thread Thomas Holst
Hi Xavier, · Xavier Garrido 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 working version is

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

2013-04-30 Thread Thomas Holst
Hi Bastien, · Bastien wrote: > Thomas Holst 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. It will

[O] Problems with agenda search and restiction enabled

2013-04-29 Thread Thomas Holst
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 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: #+begin_src emacs

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

2012-09-07 Thread Thomas Holst
Hi, · Giovanni Ridolfi wrote: > Da: Thomas Holst > Inviato: Mercoledì 5 Settembre 2012 12:20 >>· Carsten Dominik wrote: > >>> On 5.9.2012, at 11:08, Thomas Holst wrote: >> >>>> Hello, >>> >>>> there is a different behaviou

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= to

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

2012-09-05 Thread Thomas Holst
Hi Casten, · Carsten Dominik 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 em

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

2012-09-05 Thread Thomas Holst
Hello, · Carsten Dominik 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= >> >> insid

[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] [new exporter] Problems with entities

2012-08-27 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Hello, > > Thomas Holst 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\/iftee

[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 exporting mathmode to LaTeX

2012-07-18 Thread Thomas Holst
Hi Niclolas, thanks for your answer and explaination. · Nicolas Goaziou wrote: > Hello, > > "Holst Thomas (DGS-EC/ESE4)" writes: > >> Perhaps there is a misunderstanding. > > There was. Now I get it. > >> So it isn't about blocks. It is about LaTeX-fragments in org files. > > Actually, it isn

[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 e

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

2012-07-18 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Hello, > > Thomas Holst writes: > >> Labels and captions are not exported to LaTeX. >> >> ECM: >> #+BEGIN_SRC org >> * Captions for Tables >> #+CAPTION: A Caption for Testing >>

[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 | 2

[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 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-findin

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

2012-03-08 Thread Thomas Holst
- a string 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] Bug: ditaa breaks export [7.8.03]

2012-02-29 Thread Thomas Holst
Hello orgers, · Ian Dalton wrote: > When I run `emacs -q' and evaluate `(setq org-babel-load-languages > '((ditaa . t)))', then try to export an org document to PDF, after > answering yes to "Evaluate this ditaa code block", I get: > > Wrong type argument: stringp, nil > > Emacs : GNU Emacs 24.

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

2012-02-22 Thread Thomas Holst
Hi, · Renato wrote: > On Wed, 22 Feb 2012 09:30:07 +0100 > Thomas Holst 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-c

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

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

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

2012-02-03 Thread Thomas Holst
Hi, · Nicolas Goaziou wrote: > Boyun Tang 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 Th

Re: [O] Multi string search of org entries

2012-01-09 Thread Thomas Holst
use I wrote 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 freundlic

[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 Bernt, · Bernt Hansen wrote: > Thomas Holst 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. >>

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

2011-07-25 Thread Thomas Holst
Hi Eric, thanks for looking into this. · Eric Schulte wrote: > Thomas Holst 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 te

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

2011-07-25 Thread Thomas Holst
blems finding the end of the output when recalculating the source block. The org-babel output gets appended not rewritten. My workaround is not indenting the source 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
not inserted if they are indented. Tested 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

Re: [O] Problems with capture in tables

2011-05-05 Thread Thomas Holst
Hi Aankhen, thanks for your answer. · Aankhen wrote: > Hi, > > On Wed, May 4, 2011 at 12:55, Thomas Holst 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

[O] Problems with capture in tables

2011-05-04 Thread Thomas Holst
line is appended at the end. That's obviously not what I want. Tested this with =emacs -Q= GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 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-29 Thread Thomas Holst
Hi Jambunathan, · Jambunathan K wrote: > Rainer M Krug 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 improves. > > ,[ C-h v ansi-color-

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

2011-03-25 Thread Thomas Holst
Hi, · Rainer M Krug 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 same err

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

2011-03-24 Thread Thomas Holst
Hi Eric, · Eric Schulte wrote: > Thomas Holst 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 signed FSF copyright att

[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 wrote: > Hi Thomas, > > Thomas Holst 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. B

[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} \textbf

[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 an

[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 2

[Orgmode] Re: Bug in LaTeX export

2009-07-17 Thread Thomas Holst
Hi Bastien, Bastien wrote: > "Holst Thomas (DS-ET/ECF1)" 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, but also the r

[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