[O] Problem with org-export to LaTeX and babel

2011-05-31 Thread Stefan-W. Hahn
of babel is correct and if yes, wheter the patch will do the right thing in all usings babel. (I'm just learning to understand lisp programming.) Any suggestions? Stefan -- Stefan-W. Hahn It is easy to make things. It is hard

[O] Fontification of org code block not printed

2014-07-28 Thread Stefan-W. Hahn
of this I send this to both mailing lists to get help before sending an error report. With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

Re: [O] Fontification of org code block not printed

2014-07-29 Thread Stefan-W. Hahn
as I expect. Thanks for your fast reply. With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

[O] Problem with org-bibtex-read with fields type, key

2014-02-21 Thread Stefan-W. Hahn
) | ... ` Seems to be because of the conversation of =type= and =key=. Am I the only person having problems with it? Is there some advice? With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things

[O] [PATCH] Org-bibtex: checking string length in org-bibtex-read before using aref

2014-02-21 Thread Stefan-W. Hahn
. Hahn It is easy to make things. It is hard to make things simple. From e5fa86104d94e69575d6c4ff54d0aa41b7083440 Mon Sep 17 00:00:00 2001 From: Stefan-W. Hahn stefan.h...@s-hahn.de Date: Fri, 21 Feb 2014 17:19:39 +0100 Subject: [PATCH

Re: [O] Problem with org-bibtex-read with fields type, key

2014-03-21 Thread Stefan-W. Hahn
regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

Re: [O] [RFC] Problem with org-bibtex-read with fields type, key

2014-03-23 Thread Stefan-W. Hahn
Good morning, this patch series tries to dig with the problem of the double used property names :key and :type in org-bibtex. This is just a proposal, because it changes also the API of `org-bibtex-store-link' and therefore needs a confirmation. [PATCH 1/5] org-bibtex.el (org-bibtex-read):

[O] [PATCH 1/5] org-bibtex.el (org-bibtex-read): Split in two functions for internal use

2014-03-23 Thread Stefan-W. Hahn
* org-bibtex.el (org-bibtex-read): Organize `org-bibtex-read' function into two functions, so that it can be used by other functions without storing the result in `org-bibtex-entries'. TINY CHANGE Signed-off-by: Stefan-W. Hahn stefan.h...@s-hahn.de --- lisp/org-bibtex.el | 28

[O] [PATCH 3/5] org-bibtex.el: Replace double used fieldnames :key and :byte.

2014-03-23 Thread Stefan-W. Hahn
and :bibtype respectively. TINY CHANGE Signed-off-by: Stefan-W. Hahn stefan.h...@s-hahn.de --- lisp/org-bibtex.el | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index 4fd1153..b4b707a 100644 --- a/lisp/org-bibtex.el +++ b

[O] [PATCH 4/5] org-bibtex.el: Change property names in `org-bibtex-store-link' API.

2014-03-23 Thread Stefan-W. Hahn
. To be consistent the property :btype is renamed to :bibtype. TINY CHANGE Signed-off-by: Stefan-W. Hahn stefan.h...@s-hahn.de --- lisp/org-bibtex.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index b4b707a..d8ab649 100644 --- a/lisp/org

[O] [PATCH 2/5] org-bibtex.el: Use `org-bibtex-read-internal' in `org-bibtex-store-link'

2014-03-23 Thread Stefan-W. Hahn
* org-bibtex.el (org-bibtex-store-link): To have the same conversion, especially removing of {{...}}, of a bibtex entry use `org-bibtex-read-internal' in `org-bibtex-store-link'. TINY CHANGE Signed-off-by: Stefan-W. Hahn stefan.h...@s-hahn.de --- lisp/org-bibtex.el | 46

[O] [PATCH 5/5] org-bibtex.el: Clarifying description of `org-bibtex-type-property-name'.

2014-03-23 Thread Stefan-W. Hahn
* org-bibtex.el: Clarifying description of `org-bibtex-type-property-name'. TINY CHANGE Signed-off-by: Stefan-W. Hahn stefan.h...@s-hahn.de --- lisp/org-bibtex.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el index d8ab649

[O] Bug: C-c C-c does not handle dynamic blocks correctly [7.9.3d (release_7.9.3d-894-gfe805e)]

2013-01-27 Thread Stefan-W. Hahn
#+END: clocktable.) My installation: Emacs : GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of 2012-10-13 on cw-bkp0, modified by Debian Package: Org-mode version 7.9.3d (release_7.9.3d-894-gfe805e) Kind regards, Stefan -- Stefan-W. Hahn It is easy to make

Re: [O] Order of drawers will be checked i nnew org version

2015-01-13 Thread Stefan-W. Hahn
worked well again. Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

[O] Order of drawers will be checked i nnew org version

2015-01-12 Thread Stefan-W. Hahn
or documentation. Or is it a bug? In any case this breaks nearly all my org-files. With kinde regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

Re: [O] refiling with helm

2015-03-04 Thread Stefan-W. Hahn
Mail von Kyle Meyer, Sun, 01 Mar 2015 at 11:17:47 -0500: Stefan-W. Hahn stefan.h...@s-hahn.de wrote: So, given the default values, I think the only setup needed to get generic helm completion is (setq org-outline-path-complete-in-steps nil) (require 'helm) (require 'helm

Re: [O] Firefox 36 and Links

2015-03-01 Thread Stefan-W. Hahn
as command line parameter. (let ((system-type 'windows-nt)) (apply orig-fun url new-window))) #+END_SRC With kinde regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

Re: [O] refiling with helm

2015-03-01 Thread Stefan-W. Hahn
-completing-read-default-1 prompt collection predicate require-match initial-input hist def inherit-input-method org-refile nil t) ) (advice-add 'org-olpath-completing-read :around #'helm-refile-completing-read) #+END_SRC With kind regards, Stefan -- Stefan-W. Hahn

Re: [O] refiling with helm

2015-03-01 Thread Stefan-W. Hahn
Mail von Stefan-W. Hahn, Sun, 01 Mar 2015 at 09:13:26 +0100: Hello, sorry, on addition: #+BEGIN_SRC elisp (setq org-completion-use-ido nil org-completion-use-iswitchb nil org-refile-use-outline-path nil org-completion-handler nil) (defun helm-refile

Re: [O] Why navigating in Org mode is so slow in overview mode?

2015-06-28 Thread Stefan-W. Hahn
Mail von Q, Wed, 17 Jun 2015 at 00:51:02 +: Hello, according to emacs bug#16803 I'm using toggle-cache-long-scans in my org-files. Best (first line in org-file): -*- eva: (toggle-cache-long-scans); -*- Greetings Stefan -- Stefan-W. Hahn It is easy to make things

Re: [O] commit 4e864643 breaks org-return

2015-10-24 Thread Stefan-W. Hahn
org-open-at-point is, in my opinion, wrong in the same way because description says: "... When point is on a link, follow it." And being with cursor at x is obviously not "on a link". Any opinions from you or other org'ers? With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

Re: [O] commit 4e864643 breaks org-return

2015-10-23 Thread Stefan-W. Hahn
Mail von Stefan-W. Hahn, Thu, 22 Oct 2015 at 18:57:08 +0200: Hello, > commit 4e864643bdb6bba3e000ea51fb746a26e40b1f77 > Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> > Date: Sun Oct 18 09:36:15 2015 +0200 > > changes the behaviour of org-return when positioned right af

[O] Behaviour of org-open-at-point and org-return (was commit 4e864643 breaks org-return)

2015-10-25 Thread Stefan-W. Hahn
Mail von Stefan-W. Hahn, Sat, 24 Oct 2015 at 08:48:47 +0200: Hello, as I observed there is a change in behaviour of org-return from on commit 4e864643bdb6bba3e000ea51fb746a26e40b1f77 Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> Date: Sun Oct 18 09:36:15 2015 +0200 for timestamps

[O] commit 4e864643 breaks org-return

2015-10-22 Thread Stefan-W. Hahn
ur before was to open a new line. Same for links in task headline or any other link. With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

[O] Bug: commit 72c3f5e8e breaks diary-style sexp entries

2015-10-30 Thread Stefan-W. Hahn
diary-float t 4 2)’ Error was: (Not a standard Org-mode time string: %%(diary-float t 4 2))" 15 36 (org-category "test-date" fontified nil)) With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

[O] [RFC/PATCH] org-tree-to-indirect-buffer name without tags

2016-01-06 Thread Stefan-W. Hahn
int) - heading (org-get-heading)) + heading (org-get-heading 'no-tags)) (org-end-of-subtree t t) (when (org-at-heading-p) (backward-char 1)) (setq end (point))) With kind regards, Stefan -- Stefan-W. Hahn It is easy to make thi

Re: [O] [RFC/PATCH] org-tree-to-indirect-buffer name without tags

2016-01-06 Thread Stefan-W. Hahn
> Sounds good. Thank you. > > Could you send it using git format-patch, with an appropriate commit > message? If you haven't signed FSF papers, you'll need to add TINYCHANGE > at its end. Attached. With kind regards, Stefan -- Stefan-W. Hahn

[O] [Bug] Named table columns not working anymore in table calc

2015-11-26 Thread Stefan-W. Hahn
atures gives error Invalid table range specifier β€˜$at’ when recalculating table. With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

Re: [O] when cursor is right after link Enter opens link

2016-06-22 Thread Stefan-W. Hahn
nd solved in 21ba5f510ede30b74e8aa5878a659266ed21c25b Refuse to follow link right after the link Author: Nicolas Goaziou <m...@nicolasgoaziou.fr> AuthorDate: Sat Oct 31 23:32:47 2015 +0100 Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr> CommitDate: Tue May 31 23:34:00 2016 +0200 With kind regards, Stefa

[O] Bug: Preserve text-properties of cells when moving column in org-table

2017-02-12 Thread Stefan-W. Hahn
1 From: "Stefan-W. Hahn" <stefan.h...@s-hahn.de> Date: Wed, 14 Dec 2016 21:47:48 +0100 Subject: [PATCH] + org-table: move table column with leaving text-properties untouched. MINOR-PATCH --- lisp/org-table.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/o

[O] Bug?: Performance problem when loading file

2016-10-07 Thread Stefan-W. Hahn
1 0.005703614 0.005703614 .. Question: Is there a bug in org-element or is this behaviour intended? With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

[O] Bug: org-export-to-buffer throws error if buffer is empty or contains empty lines only [9.0 (release_9.0-6-gf56456)]

2016-11-19 Thread Stefan-W. Hahn
is nil. This gives the error. With kind regards, Stefan Emacs : GNU Emacs 25.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2016-10-23 Package: Org mode version 9.0 (release_9.0-6-gf56456 @ /home/hs/.emacs.d/git/org-mode/lisp/) -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

[O] [RFC] Preserving text-properties when moving columns in org-table

2016-12-06 Thread Stefan-W. Hahn
(match-beginning 2) (match-end 2 (forward-line))) (set-marker end nil) (org-table-goto-column colpos) #+END_SRC Moving rows with org-table-move-row preserves the text-properties and is therefore ok. With kind regards, Stefan -- Stefa

[O] Versioning of worg content

2017-01-06 Thread Stefan-W. Hahn
-- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

Re: [O] Bug: finding close tasks has infinite loop [9.0.5 (release_9.0.5-433-ge65be5 @ /home/hs/.emacs.d/git/org-mode/lisp/)]

2017-04-12 Thread Stefan-W. Hahn
Mail von Stefan-W. Hahn, Fri, 07 Apr 2017 at 09:39:30 +0200: Hello, I tried an instrumented version with code below and got an hint where the time get consumed. > #+BEGIN_QUOTE > ** DONE Task > :@status: > CLOSED: [2

[O] Bug: finding close tasks has infinite loop [9.0.5 (release_9.0.5-433-ge65be5 @ /home/hs/.emacs.d/git/org-mode/lisp/)]

2017-04-07 Thread Stefan-W. Hahn
Hello, when searching all closed tasks which are closed one month ago and before I use following custom agenda: #+BEGIN_QUOTE ("Uc" "Closed -1 month" ( (tags "+CLOSED<\"<-1m>\"-TODO=\"CANCELLED\"-TODO=\"NOTE\"" ((org-use-tag-inheritance nil))) )

[O] Bug: buffer local variables handled wrong [9.0.5 (release_9.0.5-497-g5bc540 @ /home/hs/.emacs.d/lib/org-mode/lisp/)]

2017-06-03 Thread Stefan-W. Hahn
mbolp name) +(not (memq name org-unique-local-variables)) +(or (null regexp) (string-match regexp (symbol-name name + (set (make-local-variable name) (cdr pair))) ;;;###autoload (defun org-run-like-in-org-mode (cmd) With kind regards, Stefan --

Re: [O] Bug: buffer local variables handled wrong [9.0.5 (release_9.0.5-497-g5bc540 @ /home/hs/.emacs.d/lib/org-mode/lisp/)]

2017-06-04 Thread Stefan-W. Hahn
Mail von Nicolas Goaziou, Sun, 04 Jun 2017 at 09:19:09 +0200: Good morning again, > Hello, > > "Stefan-W. Hahn" <stefan.h...@s-hahn.de> writes: > > > For me both cases don't look correct or do I missinterpret something? > > No, you're right. I fixed i

Re: [O] Bug: buffer local variables handled wrong [9.0.5 (release_9.0.5-497-g5bc540 @ /home/hs/.emacs.d/lib/org-mode/lisp/)]

2017-06-04 Thread Stefan-W. Hahn
Mail von Nicolas Goaziou, Sun, 04 Jun 2017 at 10:24:57 +0200: Hello, > "Stefan-W. Hahn" <stefan.h...@s-hahn.de> writes: > > > I looked at it, but sorry, I think this also is not right, it expands to: > > > > Both looking wrong for me. Sorry. > >

Re: [O] Bug: buffer local variables handled wrong [9.0.5 (release_9.0.5-497-g5bc540 @ /home/hs/.emacs.d/lib/org-mode/lisp/)]

2017-06-04 Thread Stefan-W. Hahn
Mail von Nicolas Goaziou, Sun, 04 Jun 2017 at 11:35:34 +0200: Hello, > "Stefan-W. Hahn" <stefan.h...@s-hahn.de> writes: > > > What I don't understand is, if I expand the pcase with (macrostep-expand) I > > get the following: > > > > , > &

Re: [O] Bug: buffer local variables handled wrong [9.0.5 (release_9.0.5-497-g5bc540 @ /home/hs/.emacs.d/lib/org-mode/lisp/)]

2017-06-04 Thread Stefan-W. Hahn
panded to (cdr (cdr pair)). For me both cases don't look correct or do I missinterpret something? With kind regards, Stefan -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.

Re: [O] org-link-minor-mode.el broken by recent org maint

2017-06-15 Thread Stefan-W. Hahn
rence to nonvariable > `(quote (org-activate-plain-links))' > org-link-minor-mode.el:66:39:Error: Wrong type argument: symbolp, > (quote (org-activate-plain-links)) > I just pushed a new version which now compiles without flaws togehter with org v8 and org v9. With kind regards, Stefan

[O] Bug: org-store-link gives lisp error "wrong-type-argument" [9.1.3 (release_9.1.3-171-gb6df86)]

2018-01-18 Thread Stefan-W. Hahn
12-24 Package: Org mode version 9.1.3 (release_9.1.3-171-gb6df86 @ /home/hs/.emacs.d/lib/org-mode/lisp/) -- Stefan-W. Hahn It is easy to make things. It is hard to make things simple.