Re: [O] Getting rid of split frame with org-capture

2011-11-12 Thread Gregor Zattler
Hi Thomas, org-mode community, * Thomas Lockney tho...@lockney.net [10. Nov. 2011]: I'm attempting to get some code working that should create a new frame with *just* org-capture, this is something I also tried hard to achive. but when I run it, I keep getting a split despite various

[O] How to debug org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61

2012-01-05 Thread Gregor Zattler
Hi org-mode developers and -users, I use org-mode to record my working time. If I wnt to know the total time worked on a project I do a M-X org-clock-display. But this suddenly gives me this error message: org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61

Re: [O] How to debug org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61

2012-01-12 Thread Gregor Zattler
Hi Bernt, org-mode developers, * Bernt Hansen be...@norang.ca [05. Jan. 2012]: Gregor Zattler telegr...@gmx.net writes: I use org-mode to record my working time. If I want to know the total time worked on a project I do a M-X org-clock-display. But this suddenly gives me this error message

[O] [BUG] org-clock-sum cannot handle headings with more than 29 stars (was: Re: How to debug org-clock-display: Args out of range: [48230 48230) 48230 38618 38618 0 0 0 0 0 ...], 61

2012-01-14 Thread Gregor Zattler
nicholas.do...@hp.com wrote: Gregor Zattler telegr...@gmx.net wrote: Debugger entered--Lisp error: (args-out-of-range [49569 49569 49569 39957 3= 9957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0] 61) aref([49569 49569 49569 39957 39957 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0= 0 0 0 0 0 0] 61

[O] [BUG][PATCH] document number of stars limitation with respect to org-clock-sum (was: Re: org-clock-sum cannot handle headings with more than 29 stars)

2012-01-22 Thread Gregor Zattler
Hi Nick, org developers, * Nick Dokos nicholas.do...@hp.com [14. Jan. 2012]: Gregor Zattler telegr...@gmx.net wrote: while preparing a minimal example of my problem I finally realised that 61 was the deepest level of indentation of some inline tasks in my org file. When I wrote them I only

[O] [PATCH 2/3] Document max number of stars in headings in manual

2012-01-22 Thread Gregor Zattler
Clocking only works with headings indented with less than `30' stars (hardcoded `lmax' value in `org-clock-sum'). --- doc/org.texi |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index b238210..9e873ea 100644 --- a/doc/org.texi +++

[O] [PATCH 1/3] Document max number of stars in headings in docstring of org-inlinetask-minlevel

2012-01-22 Thread Gregor Zattler
Clocking only works with headings indented with less than `30' stars (hardcoded `lmax' value in `org-clock-sum'). Since especially inline tasks may dupe someone into using more stars, document the limit in the docsring of `org-inlinetask-min-level'. --- lisp/org-inlinetask.el |3 +++ 1 files

[O] [PATCH 3/3] Document max number of stars in clocking section

2012-01-22 Thread Gregor Zattler
Clocking only works with all headings indented with less than `30' stars (hardcoded `lmax' value in `org-clock-sum'). --- doc/org.texi | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 9e873ea..46aa1e2 100644 --- a/doc/org.texi

[Orgmode] [BUG] adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-02 Thread Gregor Zattler
Dear org-mode developers, adding a new list item via M-RET (org-insert-heading) may change text in a previous list item, if this ends in a number on a single line followed by a dot: --- - Several astonishing things happened in 2007. - And then there was another

[Orgmode] Re: adding new plain lists item changes previous one it it ends in a number on a single lijne followed by a dot

2011-02-04 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou n.goaz...@gmail.com [02. Feb. 2011]: Gregor Zattler writes: adding a new list item via M-RET (org-insert-heading) may change text in a previous list item, if this ends in a number on a single line followed by a dot

[O] Re: Automatic Org-mode mailing list signature -- Was: Let's stick to one list for now

2011-03-03 Thread Gregor Zattler
Hi Bastien, * Bastien b...@altern.org [03. Mar. 2011]: I'm thinking of removing the banner completely. I don't think it is really useful, and having it as a signature is indeed confusing. Yeah! Get rid of it! Would people object? Not me at least. It's an annoyance. Ciao, Gregor -- -...

[O] Re: dates before 1970

2011-03-11 Thread Gregor Zattler
Hi Carsten, orgers, * Carsten Dominik carsten.domi...@gmail.com [11. Mar. 2011]: I asked in emacs-develop and got: by Andreas Schwabon 2011-03-11T13:19:43+00:00. If your system's time-t is a signed 32-bit integer then your system is able to represent times between 1901-12-13 20:45:53 UTC

[O] wish: provide flush_right/right_aligned text rendering directive

2014-05-10 Thread Gregor Zattler
Dear org-mode developers, org-modes default for typographic alignment is flush left (or left aligned) (at least for (ltr scripts). There is a #+BEGIN_CENTER formatting directive, though. I wish for a #+BEGIN_FLUSH_RIGHT (#+BEGIN_RIGHT_ALIGNED) directive in order to render text right flushed

Re: [O] wish: provide flush_right/right_aligned text rendering directive

2014-05-21 Thread Gregor Zattler
Hi Bastien, * Bastien b...@gnu.org [21. May. 2014]: Gregor Zattler telegr...@gmx.net writes: I wish for a #+BEGIN_FLUSH_RIGHT (#+BEGIN_RIGHT_ALIGNED) directive in order to render text right flushed (right aligned) in export backends. Just out of curiosity, what backend do you need

[O] thanks, works great (was: Re: wish: provide flush_right/right_aligned text rendering directive)

2014-05-23 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou n.goaz...@gmail.com [22. May. 2014]: Bastien b...@gnu.org writes: Yes -- I suggest we simply put this aside for the moment. Well, actually it required more work than I thought. Here is the patch, with some documentation. I didn't test it thoroughly, so feedback is

[O] Bug: creating the agenda gives Arithmetic error [8.2.6 (release_8.2.6-1034-g995808 @ /home/grfz/src/org-mode/lisp/)]

2014-05-24 Thread Gregor Zattler
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: creating the agenda gives Arithmetic error [8.2.6 (release_8.2.6-1034-g995808 @ /home/grfz/src/org-mode/lisp/)]

2014-05-24 Thread Gregor Zattler
Hi Bastien, * Bastien b...@gnu.org [24. May. 2014]: Gregor Zattler telegr...@gmx.net writes: I cannnot create an agenda due to a erroneous stats cookie in a headline of an org file: Fixed, thanks! Thanks for this ultra quick fix! Ciao, Gregor -- -... --- .-. . -.. ..--.. ...-.-

Re: [O] Escaping again!

2014-06-01 Thread Gregor Zattler
Hi Bastien, * Bastien b...@gnu.org [30. May. 2014]: [...] For now description lists accept both - and +. I'm all for allowing only - so that we could use [...] in your example. What do you and others think? I'd like to be able to use a mix of - or + in list items as to indicate positive

[O] bug#17724: 24.4.50; regression: error `recenter'ing a window that does not display current-buffer. when opening org-mode file

2014-06-18 Thread Gregor Zattler
Hi Stefan, * Stefan Monnier monn...@iro.umontreal.ca [07. Jun. 2014]: BTW, I would also point out that people who do not actively develop Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather than the trunk (24.4.50), so as to help us fix problems before the 24.4 release. I'd

[O] bug#17724: 24.4.50; regression: error `recenter'ing a window that does not display current-buffer. when opening org-mode file

2014-06-18 Thread Gregor Zattler
Hi Eli, * Eli Zaretskii e...@gnu.org [18. Jun. 2014]: * Stefan Monnier monn...@iro.umontreal.ca [07. Jun. 2014]: BTW, I would also point out that people who do not actively develop Emacs should ideally use the emacs-24 (i.e. 24.3.9x) branch now rather than the trunk (24.4.50), so as to

[O] bug#17724: 24.4.50; regression: error `recenter'ing a window that does not display current-buffer. when opening org-mode file

2014-06-19 Thread Gregor Zattler
Hi Nicolas, * Nicolas Richard theonewiththeevill...@yahoo.fr [19. Jun. 2014]: Gregor Zattler g...@gmx.de writes: like so: $ cd ~/src/emacs/; rm -rf * ; git co -f emacs-24 Checking out files: 100% (3525/3525), done. Previous HEAD position was 0f0917d... Regenerate AUTHORS and ldefs-boot.el

[O] org agenda clock check shows strange clocking gaps at beginning of day

2014-07-13 Thread Gregor Zattler
Dear org-mode users and developers, sometimes clockcheck shows strange clocking gaps: Sonntag 1 Juni 2014 izt:11:07-11:21 Clocked: (0:14) heading - description Clocking gap: 96 minutes izt:12:57-13:12 Clocked: (0:15) heading - description Montag 2

Re: [O] org agenda clock check shows strange clocking gaps at beginning of day

2014-08-02 Thread Gregor Zattler
Hi Bastien, org developers, * Bastien b...@gnu.org [27. Jul. 2014]: Gregor Zattler telegr...@gmx.net writes: All three clocking items belong to the same heading. I'm fine with the first clocking gabp. But why is there a gap of 7536 minutes shown although ‘org-agenda-clock-consistency

Re: [O] Stack overflow in regexp matcher

2014-10-24 Thread Gregor Zattler
Hi Charles, org-mode developers * Charles Berry ccbe...@ucsd.edu [24. Oct. 2014]: I do. Try this. Start emacs 24.4.1. 1) Copy this line: CLOCK: [2013-07-22 Mon 12:29]--[2013-07-22 Mon 15:26] = 2:57 into a new *.org file. 2) Save and close the file and reopen. 3) If no such

[O] interoperability matters Re: (no subject)

2013-03-08 Thread Gregor Zattler
Hi T.F., * T.F. Torrey tftor...@tftorrey.com [08. Mar. 2013]: Plain text is great because I can do whatever I want. What I come up with might not work correctly in other tools (or anything at all), but I have the freedom to do interesting things, and to have my files look just the way I want

[O] ostrich mascott but with reading glasses (was: Re: New logo)

2013-04-01 Thread Gregor Zattler
Hi Bastien, * Bastien b...@altern.org [01. Apr. 2013]: [... ostrich as the new org-mode logo ...] I did spent a lot of time and energy on deciding this, and this is not only me, but also many Org users I've asked, so please do not discuss this change. I'm fine with Bastiens choice of an

Re: [O] No dot in datepicker dialog

2013-04-04 Thread Gregor Zattler
Hi Bastien, * Bastien b...@altern.org [04. Apr. 2013]: Karl Voit devn...@karl-voit.at writes: A couple of weeks ago[1] the datepicking dialog got modified such that a dot . jumps to the current day. Handy for most Org-mode users I guess. . is also the character used in M-x calendar RET to

Re: [O] Archive scheduled (done) items to date-tree wrt scheduled date

2013-05-25 Thread Gregor Zattler
Hi Olivier, org-mode users and -developoers, * Olivier Berger ober...@ouvaton.org [25. May. 2013]: Olivier Berger ober...@ouvaton.org writes: I found the org-archive-subtree-defadvice.el quite useful, but I'd like to be able to archive DONE items not to today's date in a date-tree archive

[O] collect info from org files in agenda when open?

2013-07-12 Thread Gregor Zattler
Dear org-mod users and developers, I customized my org-agenda-files variable to contain 4 files. But I wished I could automatically add org files to the agenda simply by opening them. Is it possible to automagically add some files to the agenda iff they are visited or add the contents of

Re: [O] collect info from org files in agenda when open?

2013-07-13 Thread Gregor Zattler
Hi Noorul, org-mod users and developers, * Noorul Islam K M noo...@noorul.com [13. Jul. 2013]: Gregor Zattler telegr...@gmx.net writes: I customized my org-agenda-files variable to contain 4 files. But I wished I could automatically add org files to the agenda simply by opening them

[O] automagically add/remove org mode buffers to agenda files list (was: Re: collect info from org files in agenda when open?)

2013-07-14 Thread Gregor Zattler
Hi Eric, org-mod users and developers, * Eric Abrahamsen e...@ericabrahamsen.net [13. Jul. 2013]: Gregor Zattler telegr...@gmx.net writes: But I wished there was also the ability to define a list of files which do only contribute to the agenda if already open (preferably with some pattern

Re: [O] automagically add/remove org mode buffers to agenda files list (was: Re: collect info from org files in agenda when open?)

2013-07-23 Thread Gregor Zattler
Hi Drew, org-mode-community, * Drew Adams drew.ad...@oracle.com [14. Jul. 2013]: (add-hook 'kill-buffer-hook 'org-remove-file) But the last hook does not work as espected. Instead it says Current buffer does not visit a file. But according to the documentation kill-buffer-hook is run

[O] [bug] orgtbl-mode conflicts with ecomplete (a address completion of mesaage mode)

2013-08-31 Thread Gregor Zattler
1377974143.0 Gregor Zattler telegr...@gmx.net) (emacs-orgmode@gnu.org 6 1377974143.0 Org-mode mailing list emacs-orgmode@gnu.org) ))

Re: [O] orgtbl-mode conflicts with ecomplete (a address completion of mesaage mode)

2013-09-06 Thread Gregor Zattler
Hi Carsten, org-mode developers, * Carsten Dominik carsten.domi...@gmail.com [02. Sep. 2013]: I have now documented this problem in the manual, but I invite you or anyone else to submit a patch that will solve this issue. Thanks. I also would prefer a solution to the problem but this is way

[O] [PATCH 1/1] Fix typo 'org-ctags-create-tags in comment

2013-09-14 Thread Gregor Zattler
--- Fix a minor typo. lisp/org-ctags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-ctags.el b/lisp/org-ctags.el index 98d47e5..9d8ed6c 100644 --- a/lisp/org-ctags.el +++ b/lisp/org-ctags.el @@ -131,7 +131,7 @@ ;; ;; (progn ;; (message --

[O] terminal emulators (was: Re: Proposal for rebindings in Org 8.3)

2014-02-10 Thread Gregor Zattler
Hi Achim, * Achim Gratz strom...@nexgo.de [10. Feb. 2014]: Bastien writes: So C-c : would call org-edit-src-code and C-c C-: would convert the region to fixed-width region. You cannot enter C-: in some terminals because it would require simultaneous processing of shift and control (these

Re: [O] terminal emulators

2014-02-11 Thread Gregor Zattler
Hi Achim, * Achim Gratz strom...@nexgo.de [11. Feb. 2014]: Gregor Zattler writes: You cannot enter C-: in some terminals because it would require simultaneous processing of shift and control (these terminals ignore shift while control is pressed). this is true for xterm, rxvt-unicode, gnome

[O] [Bug] org-capture datetree+prompt: wrong time (range) information in timestamp (%T escape sequence)

2012-09-23 Thread Gregor Zattler
Dear org-mode users and developers, * what I want to do I want to use org-capture instead of Emacs diary (+calendar) [fn:1] in order to record all kinds of events and appointments. * how I try to achieve this I try to use org-capture. I want to be prompted for the date of the event or the date

Re: [O] org-capture datetree+prompt: wrong time (range) information in timestamp (%T escape sequence)

2012-09-24 Thread Gregor Zattler
Hi Bastien, org-mode users + developers: * Bastien b...@altern.org [24. Sep. 2012]: Gregor Zattler telegr...@gmx.net writes: But there are two problems with the time information, which I consider to be bugs: 1) If I enter a time *range* at the prompt, the %T expands to the time when I

[O] [FR] capture with one prompt dattree and time range (was: Re: [bug] org-capture datetree+prompt: wrong time (range) information in timestamp (%T escape sequence))

2012-09-26 Thread Gregor Zattler
Hi org-mode users + developers, this no bug report any more but feature request: * Gregor Zattler telegr...@gmx.net [25. Sep. 2012]: Is this somehow possible with only one prompt: - to be prompted for the date of the event or the date and time / time range of the appointment. - the event

Re: [O] Feature request: v1 - v9

2012-09-29 Thread Gregor Zattler
Hi John, * John Wiegley jo...@newartisans.com [27. Sep. 2012]: I can get an agenda report for the next 4 days using: M-: (org-agenda-change-time-span 4) RET But there seems to be no command for doing so. It would be nice if `v N', where N is a number 1-9, could give me a report for the

[O] how to customise Emacs to recognise 13.10. as 13th of October this year instead of 2010-10-13?

2012-10-11 Thread Gregor Zattler
Dear org-moders, today (2012-10-11) I yanked Kommt am 13.10. um 14:00 zum into the date/time prompt: the date is recognised as 2010-10-13 Mi 14:00 instead of 2012-10-13 Sa 14:00 as I would expect since I have the following customisations (excerpt): (custom-set-variables ;[...]

Re: [O] how to customise Emacs to recognise 13.10. as 13th of October this year instead of 2010-10-13?

2012-10-11 Thread Gregor Zattler
Hi Memnon, * Memnon Anon gegendosenflei...@googlemail.com [11. Oct. 2012]: today (2012-10-11) I yanked Kommt am 13.10. um 14:00 zum into the date/time prompt: the date is recognised as 2010-10-13 Mi 14:00 instead of 2012-10-13 Sa 14:00 as I would expect since I have the following

[O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)] (was: Re: how to customise Emacs to recognise 13.10. as 13th

2012-10-12 Thread Gregor Zattler
/org-mode/lisp/) I also did these tests with `env -i emacs -d :0.0 -Q': - GNU Emacs 24.2.50.1 / Org-mode 7.9.2 - GNU Emacs 23.4.1/ Org-mode: 6.33x -- same results (with the exception of german day names). Thanks for your attention, Gregor * Gregor Zattler telegr...@gmx.net [11. Oct. 2012

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou n.goaz...@gmail.com [12. Oct. 2012]: Gregor Zattler telegr...@gmx.net writes: I now believe I found a bug in org-read-date. There is a problem parsing European dotted dates. In Dates the like DD.MM. or DD.MM.YY or DD.MM. `MM' is recognised as year instead

Re: [O] Bug: org-read-date: problem with year in dotted european date input [7.9.2 (release_7.9.2-436-g9b11e6 @ /home/grfz/src/org-mode/lisp/)]

2012-10-13 Thread Gregor Zattler
Hi Nicolas, org-mode users and developers, * Nicolas Goaziou n.goaz...@gmail.com [13. Oct. 2012]: Gregor Zattler telegr...@gmx.net writes: Back to square one: Does anybody know How to customise Emacs/org-mode so that dotted European dates are parsed correctly at the date/time prompt

Re: [O] e-latex back-end: changes to attributes syntax

2012-11-23 Thread Gregor Zattler
Hi Alan, * Alan Schmitt alan.schm...@polytechnique.org [23. Nov. 2012]: Nicolas Goaziou n.goaz...@gmail.com writes: This is a bug which I fixed some hours ago. Though, you need to escape the backslash. OK, it's working now. By the way, do I need to fully restart emacs after installing a

[O] Bug: inline tasks behave strange with respect to visibility cycling within plain lists [7.9.2 (release_7.9.2-646-g664217 @ /home/grfz/src/org-mode/lisp/)]

2012-12-04 Thread Gregor Zattler
--text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: inline tasks behave strange with respect to visibility cycling within plain lists [7.9.2 (release_7.9.2-646-g664217 @ /home/grfz/src/org-mode/lisp/)]

2012-12-25 Thread Gregor Zattler
Hi Bastien, org developers, * Bastien b...@altern.org [24. Dec. 2012]: I think you are misusing inline tasks, the stars should start at the beginning of the line. thank you for spending some of your holiday on this. The blanks at the beginning of the inline task were an artefact of

[O] mostely my fault, only a minor bug remains (was: Re: Bug: inline tasks behave strange with respect to visibility cycling within plain lists)

2012-12-28 Thread Gregor Zattler
Hi Bastien, org developers, * Gregor Zattler telegr...@gmx.net [25. Dec. 2012]: I did the whole thing again but with more care: Now I learned that although org-inlinetask.el is not in contrib (anymore), it has to be activated as a module. Summary: 1) With respect to visibility cycling I

[O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Gregor Zattler
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: with option hidestars to be hidden stars are on white backround on block terminal [7.9.2 (release_7.9.2-882-gf47a71 @ /home/grfz/src/org-mode/lisp/)]

2012-12-28 Thread Gregor Zattler
Hi Achim, Bastien, org-developers, * Achim Gratz strom...@nexgo.de [28. Dec. 2012]: Am 28.12.2012 14:36, schrieb Gregor Zattler: I use option `hidestars' and Emacs/org-mode on a terminal with black background. Since a few days the superflous stars are not hidden any more but shown on a white

[O] full outline functionality in .el files: how? (was: Re: Using Org/babel for Emacs config files)

2013-01-24 Thread Gregor Zattler
Hi Thorsten, * Thorsten Jolitz tjol...@googlemail.com [24. Jan. 2013]: - after figuring out that I can have full outline functionality in .el files too, the (in my eyes) main advantage of an org-based config was gone. could you please elaborate how to achieve this? Ciao, Gregor -- -...

[O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Gregor Zattler
Hi, my agenda shows a line: No heading for this item in buffer or region. how should I track down the problematic part of my org files? Ciao, Gregor -- -... --- .-. . -.. ..--.. ...-.-

Re: [O] How to track down No heading for this item in buffer or region.?

2013-01-24 Thread Gregor Zattler
Hi Bastien, * Bastien b...@altern.org [24. Jan. 2013]: Gregor Zattler telegr...@gmx.net writes: my agenda shows a line: No heading for this item in buffer or region. It means the agenda contains tasks like * TODO with no heading. how should I track down the problematic part of my

Re: [O] Bug: 3 bugs and 2 proposals on ascii/html export [7.8.03]

2012-03-09 Thread Gregor Zattler
Hi Gustav, * Gustav Wikström gustav.e...@gmail.com [09. Mar. 2012]: For me, it makes a lot of sense to invert both, as Mathias is suggesting it. +1 +1 It would conform more to a sort of standard that way, (see http://en.wikipedia.org/wiki/Lightweight_markup_language#Section_headers) We

Re: [O] org-replace-disputed-keys not working

2012-03-27 Thread Gregor Zattler
Hi Thorsten, org-mode users, * Thorsten quintf...@googlemail.com [27. Mar. 2012]: Is there a windmove alternative (another way to navigate comfortably between windows without doing C-x o several times), that works in both console and X11 session? It is not much fun to use windmove if it only

Re: [O] Tables in Plain Lists

2012-05-17 Thread Gregor Zattler
Hi Joost, * Joost Kremers joostkrem...@fastmail.fm [16. May. 2012]: On Wed, May 16, 2012 at 07:13:36PM +, SW wrote: Emacs 23.2.1 with org 7.8.06. Tested with transient-mark-mode enabled and disabled. I selected the table and hit TAB. Point moved by one tab (if I selected from the top to

Re: [O] Tables in Plain Lists

2012-05-17 Thread Gregor Zattler
Hi Achim, * Achim Gratz strom...@nexgo.de [17. May. 2012]: Gregor Zattler writes: Really great. This works for me with Emacs 23.4.1 and it's org version 6.33x, while not with the same Emacs and org-version 7.8.10 (release_7.8.10-529-gc4cad9). I copied the version info from the info file

[O] how to install org from git repo / org-version problem (was: Re: Tables in Plain Lists)

2012-05-17 Thread Gregor Zattler
Hi Achim, * Achim Gratz strom...@nexgo.de [17. May. 2012]: Gregor Zattler writes: I didn't because I do not see any difference. All you need to do is make update autoloads Until some patches that Bastien is reviewing have been committed, it is important that the autoloads are done last

Re: [O] how to install org from git repo / org-version problem

2012-05-18 Thread Gregor Zattler
Hi Achim, * Achim Gratz strom...@nexgo.de [17. May. 2012]: Gregor Zattler writes: Thanks for your suggestion, I did cd to working copy did make update autoloads was astonished that this pulls from the repo, saw the compiling and the generation of the manual, started Emacs -Q -l ~/.emacs

Re: [O] Org, Org-mode, Orgmode, Org Mode

2012-06-02 Thread Gregor Zattler
Hi Gregory, * Gregory Benjamin gr...@laserlab.com [02. Jun. 2012]: On Sat, Jun 02, 2012 at 12:11:48PM +0200, Bastien wrote: The documentation standards states: - Prefer Org mode to Org-mode or org-mode. This is simply because it reflects an existing convention in The Emacs Manual which

Re: [O] Toggle between active and inactive timestamp in CLOCK line does not make sense

2012-06-26 Thread Gregor Zattler
Hi Karl, Reiner, org-mode users and developers, * Karl Voit devn...@karl-voit.at [26. Jun. 2012]: You might be right with «Toggle between active and inactive timestamp in CLOCK line does not make sense» but I do think that «the toggle mechanism to change timestamp type behaves consistently

[Orgmode] Re: keys and command name info

2010-08-08 Thread Gregor Zattler
Hi Carsten, org-mode developers, * Carsten Dominik carsten.domi...@gmail.com [02. Aug. 2010]: I am not sure I would like such a change because I think it makes the manual harder and less fluid to read and considerably longer. It makes the manual longer as in bytes/bandwidth but not as in lines

[Orgmode] use of repository branch maint

2010-08-08 Thread Gregor Zattler
Hi org-mode developers, I pulled the repository and checked out branch maint. But org-version reports Org-mode version TAG=7.01g (release_7.01g) *not* 7.01h. Shouldn't maint contain all releases? Thanks for an answer, Gregor -- -... --- .-. . -.. ..--.. ...-.-

[Orgmode] Re: keys and command name info

2010-08-09 Thread Gregor Zattler
Hi Andreas, org-mode developers, * Andreas Burtzlaff and...@gmx.net [09. Aug. 2010]: Carsten Dominik carsten.domi...@gmail.com writes: I have put a version of the manual as modified by Andreas here: http://orgmode.org/org-manual-with-command-names.pdf Not all the command names are in

[Orgmode] Re: Emacs version

2010-09-16 Thread Gregor Zattler
Hi A., * A. Ryan Reynolds a.ryan.reyno...@gmail.com [15. Sep. 2010]: On Wed, Sep 15, 2010 at 3:11 PM, Henri-Paul Indiogine hindiog...@gmail.com wrote: I have added the following to my /etc/apt/sources.list ## Emacs snapshot deb http://ppa.launchpad.net/portis25/emacs/ubuntu lucid main

[Orgmode] Re: Simple novise question

2010-11-08 Thread Gregor Zattler
Hi /C, * Glasspen ckglasspe...@gmail.com [08. Nov. 2010]: How can I use a newer version of org-mode in emacs 23. I want to set the newer version of org-mode as default. You don't give any hints what system you are using. Since you write from a windows box, I assume you want to install org-mode

[Orgmode] Re: Release 7.4

2010-12-10 Thread Gregor Zattler
Hi Sébastien, * Sébastien Vauban wxhgmqzgw...@spammotel.com [10. Dec. 2010]: Carsten Dominik wrote: here it is, release 7.4. [...] As always: Enjoy! I did update my git working copy, and restarted Emacs. Though, when calling: #+begin_src emacs-lisp (org-version) #+end_src I get

[O] fix is with another glitch when adding two dates (was: Re: Bug: org-agenda-diary-entry messes with datetree in org-agenda-diary-file [8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode

2015-02-04 Thread Gregor Zattler
1d4c79d41525113f9e43b82dc9b24d353dc311bd Author: Nicolas Goaziou m...@nicolasgoaziou.fr Date: Mon Feb 2 18:19:30 2015 +0100 org-agenda: Fix agenda diary corruption * lisp/org-agenda.el (org-agenda-insert-diary-make-new-entry): Do not save excursion or final position is lost. Reported-by: Gregor Zattler g

Re: [O] fix is with another glitch when adding two dates

2015-02-06 Thread Gregor Zattler
Hi Nicolas, I confirm this is fixed. Thank you very much, Gregor * Nicolas Goaziou m...@nicolasgoaziou.fr [05. Feb. 2015]: Gregor Zattler telegr...@gmx.net writes: there is still a glitch. If I now add two items at the same day.: rm /tmp/*diary* ; emacs-snapshot -Q -L /home/grfz/src/org

Re: [O] Bug: 8.2.10 fails to insert diary entry [as opposed to 8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)]

2015-02-03 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [02. Feb. 2015]: Gregor Zattler telegr...@gmx.net writes: from the agenda I want to add an entry to the diary. When I do emacs24 -Q -nw M-x org-mode M-x org-agenda a i d I get: Diary entry: [d]ay [w]eekly [m]onthly [y]early

[O] fix confirmed (was: Re: Bug: org-agenda-diary-entry messes with datetree in org-agenda-diary-file [8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)])

2015-02-03 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [02. Feb. 2015]: Gregor Zattler g...@gmx.de writes: adding a date to the datetree in the org-agenda-diary-file produces a mess: - emacs-snapshot -Q -L /home/grfz/src/org-mode/lisp/ -nw –eval (setq org-agenda-diary-file /tmp/diary.org

[O] Bug: 8.2.10 fails to insert diary entry [as opposed to 8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)]

2015-02-01 Thread Gregor Zattler
Dear org-mode developers, from the agenda I want to add an entry to the diary. When I do emacs24 -Q -nw M-x org-mode M-x org-agenda a i d I get: Diary entry: [d]ay [w]eekly [m]onthly [y]early [a]nniversary [b]lock [c]yclic org-agenda-diary-entry: Wrong type argument: commandp, and nothing

[O] Bug: org-agenda-diary-entry messes with datetree in org-agenda-diary-file [8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)]

2015-02-01 Thread Gregor Zattler
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] PATCH: Document how to scroll calendar by one year at date prompt. (was: Re: Bug: Missing command description in org-mode manual)

2015-03-22 Thread Gregor Zattler
Hi Jens, org-mode developers, * Haustedt, Jens j.haust...@euroimmun.de [19. Mar. 2015]: in the description of the date/time prompt, a section describes the control of the calendar from the minibuffer. There, a description of scrolling the calendar by 1 year is missing. The keyboard shortcut

Re: [O] PATCH: Document how to scroll calendar by one year at date prompt.

2015-03-22 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [22. Mar. 2015]: Gregor Zattler telegr...@gmx.net writes: * Haustedt, Jens j.haust...@euroimmun.de [19. Mar. 2015]: in the description of the date/time prompt, a section describes the control of the calendar from the minibuffer

Re: [O] [bug?] org-repair-property-drawers does not repair whole file

2015-03-09 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [08. Mar. 2015]: Gregor Zattler telegr...@gmx.net writes: Sadly no: I reapplied `org-repair-property-drawers' on my org file with no customisation at all: emacs-snapshot -Q -nw -L /home/grfz/src/org-mode/lisp/ file.org ~/src/org-mode

Re: [O] [bug?] org-repair-property-drawers does not repair whole file

2015-03-09 Thread Gregor Zattler
Hi Nicolas, org-mode developers and users, * Nicolas Goaziou m...@nicolasgoaziou.fr [09. Mar. 2015]: Gregor Zattler telegr...@gmx.net writes: I see invalid property drawers, e.g., :PROPERTIES: :Xxxx: Xxx, xx Xxx xx:xx:xx + :Xxxx: Xxx Xx x.xxx...@xxx.xx :Xxx

Re: [O] [bug?] org-repair-property-drawers does not repair whole file

2015-03-08 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [08. Mar. 2015]: Unfortunately it doesn't ring a bell. Running `org-repair-property-drawers' on your file repairs it. Would it be related to `org-inlinetask' (i.e., different behaviour if the library is loaded or not)? Sadly no: I

[O] [bug?] org-repair-property-drawers does not repair whole file

2015-02-25 Thread Gregor Zattler
Dear org-mode developers, dear Nicolas, I invoked org-repair-property-drawers on a fairly large org-mode file. It did sort some PROPERTIES drawers in front of LOGBOOK ones but not all. Since I do not understand the logic of org-repair-property-drawers I prepared a file with the structure of the

[O] signing of FSF papers needed for documentation changes? (was: Re: PATCH: Document how to scroll calendar by one year at date prompt.)

2015-03-23 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [23. Mar. 2015]: I added TINYCHANGE at the end of the commit message, since you don't seem to have signed FSF papers. Please correct me if I'm wrong. You are right. Thanks. Do these copyright/assigment issues also apply to documentation

Re: [O] bisected

2015-04-30 Thread Gregor Zattler
Hi Nicolas, * Nicolas Richard theonewiththeevill...@yahoo.fr [30. Apr. 2015]: Gregor Zattler telegr...@gmx.net writes: First bad commit is: bad0409c3b86e09c4559e97d5f394356c6ccbe7f Nice hash for a bad commit :) I didn't realise :-) This results in a startup error: Debugger entered

[O] wrong test, fix works, sorry (was: Re: bisected)

2015-04-30 Thread Gregor Zattler
Hi Nicolas,, * Gregor Zattler telegr...@gmx.net [30. Apr. 2015]: * Nicolas Richard theonewiththeevill...@yahoo.fr [30. Apr. 2015]: I think this specific bug was fixed in : Commit ea575950d957fcecc74ed6f53c29bb6b77e9fe26 Sorry, no: with: GNU Emacs 25.0.50.6 (i686-pc-linux-gnu, GTK

Re: [O] bisected

2015-04-30 Thread Gregor Zattler
Hi Nicolas, * Nicolas Richard theonewiththeevill...@yahoo.fr [30. Apr. 2015]: Gregor Zattler telegr...@gmx.net writes: Sorry, no: From Bastien's comment, I wonder : does the following patch helps ? Yes, but see my other email: The fix in ea575950d957fcecc74ed6f53c29bb6b77e9fe26 works

[O] bisected (was: )Re: not in sub-editing buffer

2015-04-30 Thread Gregor Zattler
Hi Daniel, Detlef, * Detlef Steuer detlef.ste...@gmx.de [30. Apr. 2015]: Hi! On of yesterday's commits introduces an error: Whatever file I open, I can´t save it with C-c C-s and get the message not in sub-editing buffer I verified org is the culprit using emacs -Q and only loading org.

[O] now it get's ridiculous: bug is still there (was: Re: wrong test, fix works, sorry (was: Re: bisected))

2015-04-30 Thread Gregor Zattler
Hi Nicolas, org-mode users and -developers, I was too much in a hurry... This bug still exists as of now: * Gregor Zattler telegr...@gmx.net [30. Apr. 2015]: * Gregor Zattler telegr...@gmx.net [30. Apr. 2015]: * Nicolas Richard theonewiththeevill...@yahoo.fr [30. Apr. 2015]: I think

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

2015-06-20 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [17. Jun. 2015]: Gregor Zattler telegr...@gmx.net writes: I would like to help but need help myself on how to produce profiler reports. M-x profiler-start Do something slow M-x profiler-report Thanks, this seemed rather easy and I

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

2015-06-23 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [21. Jun. 2015]: [Profiler Reports] It might not give any useful information. However, the best way to know is to look at it. The first profiler report is after 105 minutes of Emacs uptime. I had captured infos via org-protocol, refiled

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

2015-06-21 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [21. Jun. 2015]: Gregor Zattler telegr...@gmx.net writes: - but there some hangs now and then. Is it a complete freeze (i.e., you need to use C-g to get out of the loop) or a slowdown of a couple of seconds? It’s a slow down

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

2015-06-17 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [17. Jun. 2015]: Hello, Q godbles...@gmail.com writes: I am view this file http://doc.norang.ca/org-mode.org It's a prettey long document, when it all folded up, navigating to previous line and next line takes about 2 seconds. When

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

2015-06-17 Thread Gregor Zattler
Hi Andreas, * Andreas Leha andreas.l...@med.uni-goettingen.de [17. Jun. 2015]: Shot in the dark: Do have linum-mode enabled? That is always my first candidate when I experience slowdowns. No I don’t use linum-mode. Thanks, Gregor -- -... --- .-. . -.. ..--.. ...-.-

Re: [O] Link-checker for Org-mode

2015-06-02 Thread Gregor Zattler
Hi SabreWolfy, * SabreWolfy sabrewo...@gmail.com [02. Jun. 2015]: Nicolas Goaziou mail at nicolasgoaziou.fr writes: Org Lint does that already. Please provide a link. Searching was not helpful. http://orgmode.org/cgit.cgi/org-mode.git/log/?h=wip-lint this is to the git repository Ciao,

[O] org-notmuch: how to open-link-at-point in other window?

2015-05-21 Thread Gregor Zattler
Dear org-moders, I want to open-link-at-point (C-c C-o) in other window. With file links this is standard behaviour (at least with my configuration). But I don’t know how to do so with notmuch: links. Universal argument won’t help. Any ideas? I think there should be key bindings for opening

Re: [O] org-notmuch: how to open-link-at-point in other window?

2015-05-21 Thread Gregor Zattler
Hi Leo, * Leo Ufimtsev lufim...@redhat.com [21. May. 2015]: I usually use my mouse and right click on the link. Thanks, I have problems, emulation right klick with this old macbook of mine. C-c C-o opens things in a new application. E.g a picture is opened in my image editing application.

[O] how to quote slashes in org-protocol string?

2015-08-16 Thread Gregor Zattler
Dear org-mode users and developers, how do I quote slashes (/) in TITLE or BODY in org-protocol string? emacsclient org-protocol:/capture:/x/URL/TITLE/BODY I capture emails from mutt (mail user agent) to org-mode via mutt macros and bash scripts. Now I get errors in Emacs „Greedy

[O] SOLVED (was: Re: how to quote slashes in org-protocol string?)

2015-08-16 Thread Gregor Zattler
Dear org-mode users and developers, * Gregor Zattler telegr...@gmx.net [16. Aug. 2015]: how do I quote slashes (/) in TITLE or BODY in org-protocol string? Answer: urlencode them as explained in https://en.wikipedia.org/wiki/Percent-encoding emacsclient org-protocol:/capture:/x/URL/TITLE

[O] 3 thanks (was: Re: Bug: Capturing to datetree with inactive timestamp messes up level of heading)

2015-08-22 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [22. Aug. 2015]: Gregor Zattler telegr...@gmx.net writes: customizing org to add timestamps in datetrees via … (org-datetree-add-timestamp (quote inactive) nil nil Add an inactive time stamp when create a datetree entry.)… and activating

[O] how to merge two datetrees?

2015-08-23 Thread Gregor Zattler
Hello, I have two datetrees, each in one org-mode file. Any ideas how to merge them? Ciao, Gregor -- -... --- .-. . -.. ..--.. ...-.-

[O] document depreciation of timeline? (was: Re: Bug: Displaying timeline for .org-file and then switching to including inactive timestamps will not include old and future inactive timestamps [8.3.1 (

2015-08-24 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou m...@nicolasgoaziou.fr [24. Aug. 2015]: There are many advertised limitations to Timeline feature. Actually, Timeline feature is moribund[fn:1][fn:2]. Use Agenda view instead. [... 4 Zeilen gelöscht ...] [fn:1]

  1   2   3   >