Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Stefan Reichör
Hello Alan! > Hello Stefan, > > ste...@xsteve.at writes: > >> I tried the recipe on this site: >> http://orgmode.org/worg/exporters/koma-letter-export.html >> >> C-c C-e gives the following error message: >> Debugger entered--Lisp error: (error "

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Stefan Reichör
ther this is koma-specific. No. In my installation exporting seems completly broken. I get the same error with a minimal org file. Stefan.

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Stefan Reichör
y, but I'm afraid I don't know the cause of the problem. It seems to be an emacs byte compilation problem. I use a rather up-to-date emacs (GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.6.4) of 2013-07-11 on ubu64) I deleted all *.elc files in /home/stefan/.emacs.d/elpa/org-20130722 to get a somewhat prettier backtrace. Then I restarted emacs and the export problem is gone... Stefan.

[O] bug#14975: 24.3; org-mode's `org-clock-notify-once-if-expired' doesn't respect `org-clock-sound'

2013-07-30 Thread Stefan Monnier
e if some message were sent to org-mode's list when `org-mode' is added to the "Package:" list. Stefan "applicable to other packages than org-mode, obviously"

Re: [O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-03 Thread Stefan Monnier
> I think existing *.elc files compiled against Emacs-23.2.1 should load > fine on new Emacs versions. It's indeed an incompatibility I introduced when we switched from CL's setf to gv.el's setf, because the two work in a very different way. Stefan

Re: [O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-03 Thread Stefan Monnier
Can the > FIRST EVER setf call make (additional) version checks and report errors. Does the patch below work for you? Stefan === modified file 'lisp/emacs-lisp/gv.el' --- lisp/emacs-lisp/gv.el 2013-08-13 02:30:52 + +++ lisp/emacs-lisp/gv.el

[O] ediff-directories - how to ignore timestamps and work recursively

2013-09-04 Thread Stefan Vollmar
does not do that in Emacs 23.4.1 - is there a "recursive" option? Many thanks in advance. Warm regards, Stefan -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleueler Str. 50, 50931 Köln, Germany Tel.: +49-221-4726-213 FAX +49-221-47

Re: [O] (Emacs 23/24 binary compatibility): defstruct, setf

2013-09-04 Thread Stefan Monnier
>> Does the patch below work for you? > Yes. Please install. Done, Stefan

[O] bug#15815: 24.3.50; distant-foreground face attribute and org-hide face

2013-11-10 Thread Stefan Monnier
>> FWIW, hiding text by setting foreground == background is the wrong >> way to do it IMO. AFAIK there's no other way offered by Emacs. `invisible' actually removes the text from the output rather than leaving blank space, so it doesn't provide the same feature. Stefan

[O] bug#15888: 24.3.50; Eval-after-load eval'ed twice

2013-11-15 Thread Stefan Monnier
BTW, it's probably easier to debug this in Elisp. You can start with (add-hook 'after-load-functions (lambda (file) (message "Loaded %S" file))) Or change your recipe to replace (sit-for 3) with (debug). Stefan

[O] Bug in table formular - last column specifier broken

2015-12-17 Thread Stefan Nobis
t here---end--->8--- The error message is: Invalid table range specifier `9'. When I change the "$>" to "$9" the formula works as expected. -- Until the next mail..., Stefan.

[O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Stefan Huchler
I just tried to write am backend for this todolist format: https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format and after a few hours with no real success I gave up. I want to first have a very simple convertion of some tasks like that: TODO foo DONE bar to: foo x bar bonus w

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Stefan Huchler
> Rasmus writes: > Maybe CalDav? There's a tool on F-droid called Tasks (or maybe Task) that > can sync via DAVDroid to REPO.. Maybe org-caldav.el could be extended to > support the sync. tasks between Org and REPO. > Rasmus hmm then each task have to get assigned to a date I guess? Despite t

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Stefan Huchler
Rasmus writes: > Stefan Huchler writes: > >> Maybe export/import backend is the wrong way to go, a sync or exchange >> feature would be better so maybe org-agenda todo export/import ability >> would be better? but for now a export alone would be an advancement. >>

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-17 Thread Stefan Huchler
Hi, first thanks it at least does something now. Rasmus writes: > It doesn't need a solution, but I think you need one of the "forked" > version since some tag is missing. Maybe this one > > https://github.com/blaa/org-caldav for what exactly do you think do I need such fork? for sync

Re: [O] Why does evaluating a piece of Elisp code seemingly not expand a macro?

2016-01-18 Thread Stefan Monnier
ted). If you care about when expansion takes place you probably have a bug. Stefan

Re: [O] Why does evaluating a piece of Elisp code seemingly not expand a macro?

2016-01-18 Thread Stefan Monnier
t; Does that mean that if I define a macro, then a function using that > macro, and then change the definition of the macro, the behavior of the > function is undefined? Yes. Stefan

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Stefan Huchler
Hi Rasmus, Rasmus writes: > When you sync tasks, do they show up in the task program or only the > calendar? I only see them in the sync complete dialog and in the owncloud browser calendar interface, if ist does not sync normal tasks without timestamps its not what I am searching at the moment

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Stefan Huchler
Danie Roux writes: > On Sat, Jan 16, 2016 at 9:59 PM, Stefan Huchler > wrote: >> I just tried to write am backend for this todolist format: >> https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format > > This is not ready for general use. Will probably eat yo

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Stefan Huchler
Kyle Meyer writes: > if-let has been define in Emacs's subr-x.el since c08f8be (New if-let, > when-let, thread-first and thread-last macros., 2014-06-30). is it then that your code will not run if you dont use this autohook thing? or do I have to be in a orgfile that it works? (load "~/git/org-

Re: [O] Tables: remote reference fails with umlaut (and in other cases)

2016-01-19 Thread Stefan Huchler
Karl Voit writes: > #+NAME: 2016-01-19-srctbl > | Testdata | > |--| > | foobar | > | fooübar | > | fooßbar | > | 1er | > | 23,42| > | 23.42| > > | Result | Expected Result | Comparison | > |--+-+| > | foobar | foobar

Re: [O] Tables: remote reference fails with umlaut (and in other cases)

2016-01-19 Thread Stefan Huchler
Nick Dokos writes: > Eric S Fraga writes: > > You are missing a quote: > > #+TBLFM: $1='(identity remote(2016-01-19-srctbl,@@#$1)) > > works for me. > > Org-mode version 8.3.3 (release_8.3.3-456-g164555) > > -- > Nick Wow, that was an eye opener for me, first it lets me use/refer to german u

[O] bug#22399: org-mode fontification

2016-01-20 Thread Stefan Monnier
vely, this looks like a wrong fix. Do you have a reproducible recipe showing the problem that you're trying to fix? Stefan

[O] set modes for org-edit-special (elisp block)

2016-01-23 Thread Stefan Huchler
Hi, org-edit-special opens elisp code with emacs-lisp mode, which is not bad, but I wanted to try out xah-elisp-mode for am while. tried to overwrite or shadow the settings with something like (add-to-list 'org-src-lang-modes '("xah-elisp" . emacs-lisp)) am I here at the right place to change t

Re: [O] set modes for org-edit-special (elisp block)

2016-01-24 Thread Stefan Huchler
Kyle Meyer writes: > > Looks like you've got the right variable, but the key should be the > language name and the value should be major mode you want. > > ("elisp" . xah-emacs-lisp) I changed it a few times and I think I had it this way first, do I have to reload org after it? I closed the

[O] bug#22399: org-mode fontification

2016-01-25 Thread Stefan Monnier
achinery which tries to keep the fontification up-to-date is short-circuited, so it triggers a bug in font-lock-ensure where we made incorrect assumptions. I installed the patch below into emacs-25, which should fix this problem, Stefan --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@

[O] bug#22399: org-mode fontification

2016-01-26 Thread Stefan Monnier
t; Is there anything else I need to do for the first patch? No, it's good to go. If you don't have commit rights, I can install it for you into emacs-25, unless the Org guys prefer to do it via the Org tree. Stefan

[O] bug#22399: org-mode fontification

2016-02-01 Thread Stefan Monnier
there's no Org people following this, so I installed it into emacs-25 (IOW it should be fixed in the next (25.0.91) pretest). Stefan

Re: [O] status of mobile (Android)

2016-02-03 Thread Stefan Huchler
I use now org-todotxt which converts TODO tasks to a todotxt file, you can automaticly export that on a owncloud directory and then on the android side you can use simpletask cloudless. Its dumbed down and gives you not all options of org-mode, but ist looks pretty and is good enough for reading t

[O] want a custom project-aware agenda-todo-view

2016-02-07 Thread Stefan Huchler
when I open agenda-view (list all todo entries) "t" I see all todo items and in the first column the filename. I would rather see the project the task belongs to, sorry if I am ask thats maybe very simpel and I just dont find the right varible/method to do so. Like: * Project ** Task 1 ** Task

Re: [O] using vref in latex export, and normal links in html export

2016-03-12 Thread Stefan Nobis
ot;ref{" "vref{" text))) (eval-after-load "ox-latex" '(progn (add-to-list 'org-export-filter-link-functions 'sn/ox-latex-filter-varioref))) --8<---cut here---end--->8--- -- Until the next mail..., Stefan.

Re: [O] Clocking work time vs. office time

2016-04-29 Thread Stefan Nobis
ntries to be appended to a special Org file. -- Until the next mail..., Stefan.

[O] problem with load-after-eval

2016-05-16 Thread Stefan Huchler
I did try to change following code in in the org.el file, inside the org-cycle-internal-local function. So that instead of having 3 tab expansions it only shows the next level of expansion. I am not 100% shure thats the perfect solution but it seemed to work: ;; THAT IS THE ORIGINAL CODE OF THE T

Re: [O] Citations, continued

2015-02-10 Thread Stefan Nobis
ta in the bibliography. And sometimes context allows to make these references even shorter, by only using the author name or a year etc. I don't really see the distinction between citation and indirection - each citation is as much an indirection as e.g. citeyear is. -- Until the next mail..., Stefan.

Re: [O] Citations, continued

2015-02-11 Thread Stefan Nobis
efault citation style, output citation string unchanged,...) will be used. -- Until the next mail..., Stefan.

Re: [O] Colon in block name?

2015-02-13 Thread Stefan Nobis
Reading with Gnus, I don't see any blank lines between the table > info and the table itself. It depends on your Gnus configuration. If you set (setq gnus-inhibit-mime-unbuttonizing t) then at least my version of Gnus (v5.13) does indeed split the buffer in multiple pieces with additional newlines. -- Until the next mail..., Stefan.

Re: [O] Citation syntax: a revised proposal

2015-02-16 Thread Stefan Nobis
quot; as shortcut and everything else within "[cite:...]") is also easier to handle with overlays, user input helpers etc. Some input helper can make remembering all the options and keywords inside [cite:...] a non-issue and overlays will render it nice in the text. Therefore the syntax should be rather simple and regular with as few exceptions and shorthands as sensible. -- Until the next mail..., Stefan.

Re: [O] Citation syntax: a revised proposal

2015-02-16 Thread Stefan Nobis
very clear and intuitive what's meant. -- Until the next mail..., Stefan.

Re: [O] Citation syntax: a revised proposal

2015-02-16 Thread Stefan Nobis
tyles quite easy (in LaTeX; compared to customizing bst files). I do not think that the current discussion will lead to writing bib-styles in Lisp instead of LaTeX (at least not in the foreseeable future). [fn:1] http://ctan.org/pkg/biblatex -- Until the next mail..., Stefan.

Re: [O] Citation syntax: a revised proposal

2015-02-16 Thread Stefan Nobis
order to enable some extra features (e.g. special UI for citations or exporting citations to different backends instead of the need to fallback to LaTeX commands). -- Until the next mail..., Stefan.

Re: [O] Citation syntax: a revised proposal

2015-02-18 Thread Stefan Nobis
] I favor [cite:subtype: ...] a very tiny bit over the other variants. -- Until the next mail..., Stefan.

Re: [O] Citation syntax: a revised proposal

2015-02-27 Thread Stefan Nobis
eratum. I’d expect a savvy > latex user to put in their preamble: > \newcommand{\citeposs}[1]{\citeauthor{#1}’s (\citeyear{#1})} This is what the subcommand is for. An author may define "poss" as a subcommand and use [cite:poss ...]. Then all the nice gimmicks will still work. -- Until the next mail..., Stefan.

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-08 Thread Stefan Nobis
y, you can use in-text citations > at the end of a sentence. +1 -- Until the next mail..., Stefan.

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-09 Thread Stefan Nobis
lots of ??? in them are a sign of a data problem. Therefore the author should solve the root cause. -- Until the next mail..., Stefan.

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-09 Thread Stefan Nobis
Vaidheeswaran C writes: > On Monday 09 March 2015 02:27 PM, Stefan Nobis wrote: >> IMHO keys with lots of ??? in them are a sign of a data problem. >> Therefore the author should solve the root cause. > Not in the specific case that I cited. The Bib entry is a pointer to >

Re: [O] Citation syntax: Underscore MUST(?) be allowed in cite keys?

2015-03-09 Thread Stefan Nobis
ssible configurations of them. Sometimes we have to state: This case is not supported, please adjust your configuration. -- Until the next mail..., Stefan.

Re: [O] fontenc makes pdf non-searchable

2015-03-23 Thread Stefan Nobis
a look at biblatex[2] (as a much more flexible alternative to natbib). [1] https://www.dropbox.com/sh/7s6di4en5ljbkcq/AAAzyQeg6VkMHnC1X9dQTg6ua?dl=0 [2] http://ctan.org/pkg/biblatex -- Until the next mail..., Stefan.

Re: [O] [OT] A short (less than a minute), informal survey about LaTeX

2015-03-23 Thread Stefan Nobis
e A4 looks quite good and readable. The main benefit: With A5 there is much less whitespace (see documentation of koma-script for an example). Maybe A5 output should be the default setting? -- Until the next mail..., Stefan.

Re: [O] fontenc makes pdf non-searchable

2015-03-23 Thread Stefan Nobis
flatex. The compilation process is configurable via the variable org-latex-pdf-process. I don't know why and how Martin used dvips+gs. Maybe he just generated the tex file with org and used another tool for generating PDF. Or maybe he customized org-latex-pdf-process. -- Until the next mail..., Stefan.

Re: [O] org-mode to latex, again!

2015-04-02 Thread Stefan Nobis
uot;ls -R" format.) This is true, but with one exception: the user texmf tree. So everything below ~/texmf (or ~/Library/texmf on Mac OS X) should work without running mktexlsr (on a default TeXLive installation). -- Until the next mail..., Stefan.

[O] Avoiding `intangible'

2015-04-15 Thread Stefan Monnier
y should not be needed there (tho I don't use Org enough to know how to test it). Stefan diff --git a/lisp/org/org-agenda.el b/lisp/org/org-agenda.el index 8f7611f..bac8206 100644 --- a/lisp/org/org-agenda.el +++ b/lisp/org/org-agenda.el @@ -3847,8 +3847,7 @@ dimming

[O] org-preview-latex-fragment ignores \includes in the LATEX_HEADER

2015-05-27 Thread Stefan Otte
seems to ignore "\include{commands}", i.e., equations that use commands that are defined in commands.tex are rendered as blank/empty image. Is it the intended behavior that `org-preview-latex-fragment` ignores "\include", is it a bug, or is there a better way to do it? Best, Stefan

Re: [O] org-preview-latex-fragment ignores \includes in the LATEX_HEADER

2015-05-28 Thread Stefan Otte
Hey, "\input" does not solve the problem. Still no preview images. (The pdf export still works as expected.) Best, Stefan On Wed, May 27, 2015 at 3:37 PM, Robert Klein wrote: > Hi, > > On Wed, 27 May 2015 15:02:02 +0200 > Stefan Otte wrote: > >> Hey, >&

[O] Babel and R: Call code block and output plot

2015-07-27 Thread Stefan Nobis
or how to better achieve my goal? -- Until the next mail..., Stefan.

Re: [O] Babel and R: Call code block and output plot

2015-07-28 Thread Stefan Nobis
Andreas Leha writes: > You still have to specify the format of the results of the #+CALL > line, as in #+CALL: myplot[:exports results]() :results file Works like a charm, thank you very much. -- Until the next mail..., Stefan.

Re: [O] Merge branch 'maint'

2015-09-11 Thread Stefan Nobis
-- Until the next mail..., Stefan.

[O] how to group together fields

2014-01-30 Thread Stefan Huchler
I want to use org-mode as a (tea) database. What have I done: 1. I have wrote down a tree of shops/orders/brands 2. I defined COLUMNS for Column View that give me a score per shop list What do I want as result: 1. give me a list of scores for the shops [DONE] 2. give me a list of scores for eac

Re: [O] how to group together fields

2014-02-01 Thread Stefan Huchler
Hi Alex, sorry in gnus its (f) for follow up thought reply in the mailing-list would be the same ;) I use emacs since a few months and gnus since a week so I am not that familier with it as you see ;) If Bastien could look over it, it would be nice. Its not my only emacs problem to solve and h

Re: [O] how to group together fields

2014-02-03 Thread Stefan Huchler
nd a score for the tea, and I can look than which tea blends I liked most and which shop gave me best quality. hope its clear now ;) Bastien writes: > Hi Stefan, > > (Hint: use `S W' from Gnus to reply to this email.) > > Stefan Huchler writes: > >> If Basti

Re: [O] how to group together fields

2014-02-22 Thread Stefan Huchler
hi (Alexander and everybody else who is interested in this topic), sorry the thread is old and I did not update it, sadly Bastian did not react to my last post. I just thought I try it myself, but its tricky and org-colview.el has 1000 lines of code. And I wrote only small functions in (e)lisp so

Re: [O] how to group together fields

2014-02-22 Thread Stefan Huchler
thank you Michael, that works great, sadly I have to type in the name of the shop redundantly but I can live with that, with a good org-capture template I could tab-complete them so it would not be that problem. I dont want to bother you endlessly but just if you happen to know that randomly: ca

[O] how to force org-mode to interpret number as string

2014-03-04 Thread Stefan Huchler
I try to generate mail drafts from a table as template-tokens. The Problem is that that org-mode seems to auto-format the salary column as a number. I don´t need to calc this numbers so saving/getting it as string would be what I want. It not only butchers the string because he interprets the

Re: [O] how to force org-mode to interpret number as string

2014-03-05 Thread Stefan Huchler
Bastien writes: > Hi Stefan, > > Stefan Huchler writes: > >> The Problem is that that org-mode seems to auto-format the salary column >> as a number. > > That a problem here, but I guess this is handy in many circumstances. > > Why don't use just turn t

Re: [O] how to force org-mode to interpret number as string

2014-03-06 Thread Stefan Huchler
Eric Schulte writes: > Stefan Huchler writes: > >> Bastien writes: >> >>> Hi Stefan, >>> >>> Stefan Huchler writes: >>> >>>> The Problem is that that org-mode seems to auto-format the salary column >>>> as a number

Re: [O] how to force org-mode to interpret number as string

2014-03-07 Thread Stefan Huchler
Eric Schulte writes: > I suggested that you remove "." from your numbers. You could also wrap > your numbers in "s. > #+name: example > | "100." | > #+begin_src emacs-lisp :var example=example > (caar example) > #+end_src > > #+RESULTS: > : 100. > thank you and sorry for my in

[O] Commit 6aba2424c9b53e05c348ab0e7cf69bd7a49eb144

2014-03-15 Thread Stefan Husmann
Hello, I think both entries in org.texi intrudueced in the mentioned commit should begin with, say, @cindex rather than @index. @index is not a texinfo command. org.texi:9892: unknown command `index' org.texi:13806: unknown command `index' Best Regards Stefan

[O] bug#17055: 24.3.50; Emacs hangs in Org mode file

2014-03-21 Thread Stefan Monnier
> Still no prompt but Emacs survived this infloop (not an infloop, then) > after I don't know how much time (but more than a couple of minutes). Then try to M-x profiler-start RET RET <... reproduce ...> M-x profiler-report RET And the C-u RET on the + to expand the display. Stefan

[O] Fwd: Maintainer change on May 1st

2014-04-11 Thread Stefan Vollmar
schrieb: >>> Another thank you to both of you for your hard work. And absolutely no >> objections to the change. > > +1 > -- Dr. Stefan Vollmar, Dipl.-Phys. Head of IT group Max-Planck-Institut für neurologische Forschung Gleueler Str. 50, 50931 Köln, Germany Tel.: +49-221

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-13 Thread Stefan Monnier
but instead to do something else (e.g. get out of the minibuffer). The flip side is that all code run from jit/font-lock, process filters and timers should be super extra careful to finish promptly and never ever get into an inf-loop. Stefan

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-14 Thread Stefan Monnier
nder if it is because `org-adaptive-fill-function' doesn't mix well > with `adaptive-wrap-prefix-mode'... As mentioned earlier, the immediate problem is that org-adaptive-fill-function does not terminate (or at least takes too long to terminate). Now, one reason why this might happen here is that adaptive-wrap-prefix-mode calls org-adaptive-fill-function everywhere, so it might be called in places where it usually (i.e. when adaptive-wrap-prefix-mode isn't in use) isn't triggered. Stefan

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-14 Thread Stefan Monnier
M-x trace-function RET org-element--cache-sync RET M-x trace-function RET org-element--cache-process-request RET Then reproduce the hang, then break the hang somehow (maybe with the jit-lock-debug hack above, or maybe with debug-on-event, or with C-g C-g C-g, ...), then look at the *trace..* buffer. Stefan

[O] bug#17484: 24.3.91; Emacs Pretest (emacs-24.3.91.tar.xz) freeze

2014-05-28 Thread Stefan Monnier
> We can probably close this bug. > I haven't been able to reproduce it with the org-mode bundled with the > pretest version. Thanks, done. > Sorry for the noise. Better luck next time, Stefan

[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-07 Thread Stefan Monnier
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. Stefan

[O] bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Stefan Monnier
> Say thanks to Stefan for flagging all those bugs ;-) Now that I think about it, I should make `car' signal an error every 100th call, as well. Would flag many bugs (with some false positives, of course, but what's a few false positives among friends?)! Stefan

[O] bug#17746: bug#17746: 24.4.50; "byte-code: `recenter'ing a window that does not display current-buffer." when composing a message

2014-06-11 Thread Stefan Monnier
can be a buffer completely unrelated to Org. Stefan

[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-17 Thread Stefan Monnier
> if (buf != current_buffer) > // error ("`recenter'ing a window that does not display > current-buffer."); > return Qnil; > ... in src/window.c seems to work for me. Using `emacs-24' also works, without defeating the purpose of the error message ;-) Stefan

[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-17 Thread Stefan Monnier
> Perhaps add some advise to the web page so ppl pull the emacs24 branch > instead? Does someone know how to change the text in http://savannah.gnu.org/git/?group=emacs? Stefan

[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 Stefan Monnier
> Ask savannah-hack...@gnu.org. Then it's not worth the trouble (since it's a temporary change that will need to be modified yet again when we release 24.4). Stefan

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-18 Thread Stefan Monnier
ed to adjust search_regs which seems like it wouldn't cause a crash, even if the new values are bogus. So maybe signaling an error is important because the crash happens further down. > - '((save-match-data-internal (match-data))) > + '((save-match-data-internal (match-data 'integers))) That looks risky. Stefan

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-18 Thread Stefan Monnier
SCHARS (newtext); replace_range (search_regs.start[sub], search_regs.end[sub], newtext, 1, 0, 1); - newpoint = search_regs.start[sub] + SCHARS (newtext); if (case_action == all_caps) Fupcase_region (make_number (search_regs.start[sub]), Would that be sufficient to avoid the crash? Why not? Stefan

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-19 Thread Stefan Monnier
adjusting the match data. Or equivalently, use save-match-data. IOW go back to your original patch. Duh! Stefan

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-19 Thread Stefan Monnier
e few who (1) have > buffer-modification hooks, and (2) those hooks call save-match-data. I think the combination of 1 and 2 is actually pretty frequent. Stefan PS: I can think of one (theoretical) other/better way to fix this problem: move the match-data adjustment so it's d

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-20 Thread Stefan Monnier
backward incompatible (e.g. adjust markers for every buffer modification), or require extensive code surgery and/or breaking some abstractions. This is just an impression, tho. I think it'd definitely be the better solution, so it's worth investigating anyway, if only for "master" rather than for "emacs-25". Stefan

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-20 Thread Stefan Monnier
be broken while the before-change-functions are run, so if there's a save-match-data there we're back to square one. Admittedly, before-change-functions is used less often, so it might be good enough. Stefan

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-20 Thread Stefan Monnier
maybe we can even adjust_match_data in every call to replace_range rather than just in the one from Freplace_match. Thanks, Stefan > From a8098080dff5f83f7cbcbec2bc263f9db3b45ad9 Mon Sep 17 00:00:00 2001 > From: Noam Postavsky > Date: Wed, 20 Jul 2016 20:15:14 -0400 &g

[O] bug#23917: Please consider making Bug #23917 a blocker for 25.1 (was Re: org-capture: Capture template ‘g’: Match data clobbered by buffer modification hooks)

2016-07-20 Thread Stefan Monnier
e we can try it on master. Stefan

Re: [O] [ANN] [OT] New Android app (Orgzly)

2016-10-21 Thread Stefan Huchler
Thomas Koch writes: > I would be happy to help you work out any blockers that hinders you from > releasing the source code. Several people told you that they would be happy > to > sponsor your ongoing work on Orgzly and I would so too. If you think your > code > is not ready yet to be seen b

Re: [O] Call for an Emacs Library Developer

2016-10-26 Thread Stefan Huchler
Greg Troxel writes: > https://github.com/matburt/mobileorg-android > > And there is a fork/rewrite which I didn't know about, but looks interesting: > > https://github.com/wizmer/syncorg Would be neat if there would be a f-droid build, else you have to access somehow complicated to the apk.

Re: [O] Orgmode for managing OS configuration

2016-11-03 Thread Stefan Huchler
Giacomo M writes: > Dear all, > I would like to clean up my Linux setup to be easily replicable. I am > considering keeping everything in one org file, and then tangling > files (e.g. exec scripts, systemd service unit files) and executing > bash snippets (e.g. for installing packages and sed'ing

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-31 Thread Stefan Monnier
e upstream", then moving it to elpa.git is much less interesting. Stefan

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-02 Thread Stefan Monnier
hich it is shipped. So IMO it would make more sense to keep Org outside of emacs.git (and save us the trouble of syncing), tho we'd still want to distribute it in Emacs's tarball, since it's an extremely popular package. Stefan

Re: [O] Using CEDET modules from Emacs core

2017-02-02 Thread Stefan Monnier
p mode, CC-mode, ... The idea is to get to the point where Semantic support is just another thing that a major mode should aim to support alongside syntax-tables, indentation, font-lock, outline-minor-mode, ... Stefan

Re: [O] Using CEDET modules from Emacs core

2017-02-11 Thread Stefan Monnier
t-point-functions and moving some company-.el to -mode.el, but there's a lot more to do. Stefan

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-12 Thread Stefan Monnier
y, availability, and maintenance as those in core. - sync'ing with an external upstream is easier in elpa.git since there's no need to pay attention to Emacs release schedule. - sync'ing with an external upstream can be made technically easier because we can use a separate branch for the package. Stefan

Re: [O] Using CEDET modules from Emacs core

2017-02-14 Thread Stefan Monnier
ow to improve them, > presumably after the most recent merge is completed. Isn't it the case that CEDET could also make use of a Clang backend? Stefan

[O] Clocktable creates superfluous columns

2017-02-18 Thread Stefan Nobis
the items generates to many "|". And top level headlines (e.g. "Some Tasks") each generate one more "|" than their children (but even those seem to generate to many "|"). I did not fully understand the function org-clocktable-write-default, so I'm not quite sure how to best fix this. -- Until the next mail..., Stefan.

[O] Bug: export does not ignore #+INCLUDE if archived or tagged :noexport: Package: Org mode version 9.0.5 (9.0.5-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20170210/)

2017-04-21 Thread Stefan Kredler
lename.org::Table_to_ignore - Emacs : GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570 Package: Org mode version 9.0.5 (9.0.5-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20170210/) -- Stefan

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

2017-06-08 Thread Stefan Hahn
Please see: https://github.com/swhahn/org-link-minor-mode With kind regards, Stefan

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-02 Thread Stefan Monnier
default-value" should be handled by advice--cd*r (or rather by some new function which can then be used instead of advice--cd*r). Stefan

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-11 Thread Stefan Monnier
d compatibility, but we should supplement it with a variable, like we did with `electric-indent-inhibit` (and not with electric-indent-functions-without-reindent which just suffers from the same fundamental problem). Stefan

<    1   2   3   4   5   6   >