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

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

2017-06-15 Thread Stefan-W. Hahn
; `(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 regard

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" writes: > > > What I don't understand is, if I expand the pcase with (macrostep-expand) I > > get the following: > > > > , > > | (let (r

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" writes: > > > I looked at it, but sorry, I think this also is not right, it expands to: > > > > Both looking wrong for me. Sorry. > > What do you think is wr

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" writes: > > > For me both cases don't look correct or do I missinterpret something? > > No, you're right. I fixed it. Thank you. I l

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-03 Thread Stefan-W. Hahn
- here name get expanded 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.

[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
n (and (symbolp 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,

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))) ) ((org-agenda-o

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

2017-02-12 Thread Stefan-W. Hahn
-properties when moving columns in org-tables. The patch is as follows (based on) commit 1aeb958e5660879ccd865e8147117db50251eda7 Commit: Marco Wahl CommitDate: Sun Feb 12 09:19:06 2017 +0100 From 0a60d9857cede915d9c025ab2bab7e7d95d583b4 Mon Sep 17 00:00:00 2001 From: "Stefan-W. Hahn" Dat

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

[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

[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
case the output 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] 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.

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

2016-06-22 Thread Stefan-W. Hahn
and solved in 21ba5f510ede30b74e8aa5878a659266ed21c25b Refuse to follow link right after the link Author: Nicolas Goaziou AuthorDate: Sat Oct 31 23:32:47 2015 +0100 Commit: Nicolas Goaziou CommitDate: Tue May 31 23:34:00 2016 +0200 With kind regards, Stefan -- Stefan-W. Hahn It is easy

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] [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 mak

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

2015-11-26 Thread Stefan-W. Hahn
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.

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

2015-10-30 Thread Stefan-W. Hahn
(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] 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 Date: Sun Oct 18 09:36:15 2015 +0200 for timestamps, date ranges and any link. The

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

2015-10-23 Thread Stefan-W. Hahn
-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 > Date: Sun Oct 18 09:36:15 2015 +0200 > > changes the behaviour of org-return when positioned right after a link with > org-retur

[O] commit 4e864643 breaks org-return

2015-10-22 Thread Stefan-W. Hahn
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.

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 t

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" 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 &#x

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

Re: [O] refiling with helm

2015-03-01 Thread Stefan-W. Hahn
ction for org-refile" (helm-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

Re: [O] Firefox 36 and Links

2015-03-01 Thread Stefan-W. Hahn
ew-window) "Linux version of firefox (>=v36.0) does not know the command \"-remote openURL(...)\". So act in linux as on windows and give just the requested URL as command line parameter." (let ((system-type 'windows-nt)) (apply orig-fun url new-

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

2015-01-13 Thread Stefan-W. Hahn
org files everything 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 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] Fontification of org code block not printed

2014-07-29 Thread Stefan-W. Hahn
8b42e8 I tested and it works 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] Fontification of org code block not printed

2014-07-28 Thread Stefan-W. Hahn
sure that this is not what I expect but I'm not sure if this is a fault in ps-def.el or org.el. Because 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.

[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 --- 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..7e1d8da 100644 --- a

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

2014-03-23 Thread Stefan-W. Hahn
erty is ":bibkey". To be consistent the property ":btype" is renamed to ":bibtype". TINY CHANGE Signed-off-by: Stefan-W. Hahn --- lisp/org-bibtex.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el

[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 --- lisp/org-bibt

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): S

[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 --- 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
they get renamed to ":bibkey" and ":bibtype" respectively. TINY CHANGE Signed-off-by: Stefan-W. Hahn --- 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

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

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

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

2014-02-21 Thread Stefan-W. Hahn
Stefan -- Stefan-W. 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" Date: Fri, 21 Feb 2014 17:19:39 +010

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

2014-02-21 Thread Stefan-W. Hahn
ean-space (funcall strip-delim (cdr pair) | ... ` 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 t

[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
-element.el is not used; this version works like described in the manual wwith "#+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-gfe805

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

2011-05-31 Thread Stefan-W. Hahn
+ (org-babel-execute-src-block nil info params) (provide 'ob-exp) it worked. But I'm not sure if my using of babel is correct and if yes, wheter the patch will do the right thing in all usings babel. (I'm just learn