Re: [O] Arithmetic range error

2019-02-07 Thread Kyle Meyer
Colin Baxter writes: > Publishing an org file today, the html output looks ok but I get the > compilation error: > > Arithmetic range error: "floor", 1549541220.7500212 > > I get the error with org-version 9.2.1 (release_9.2.1-200-g18b85a) > but not with org-version 8.2.10. > > Looking at 'org-pu

Re: [O] Arithmetic range error

2019-02-07 Thread Kyle Meyer
Nicolas Goaziou writes: > Colin Baxter writes: > >> I can now confirm that if the above commit is reversed then my >> Arithmetic range error disappears. >> >> diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el >> index d9fc8d2..2144aa1 100644 >> --- a/lisp/ox-publish.el >> +++ b/lisp/ox-publis

Re: [O] [PATCH] When testing, fake the current time more robustly

2019-02-12 Thread Kyle Meyer
Paul Eggert writes: > The old approach required Lisp code to use (current-time) > explicitly when calling other primitives, e.g., (float-time > (current-time)). The new approach fakes all the primitives, > so that Lisp code can now use expressions like plain (float-time). Great, thanks! I'll g

Re: [O] [PATCH] When testing, fake the current time more robustly

2019-02-12 Thread Kyle Meyer
Kyle Meyer writes: > Paul Eggert writes: > >> The old approach required Lisp code to use (current-time) >> explicitly when calling other primitives, e.g., (float-time >> (current-time)). The new approach fakes all the primitives, >> so that Lisp code can now use

Re: [O] manual: stale bindings for org-clock-report and org-columns-insert-dblock

2019-03-03 Thread Kyle Meyer
Nikolay Kudryavtsev writes: > Am I reading it correctly that C-c C-x C-r is no longer a valid > keybinding? Yes, the binding was removed in 34b71a0ca (Add a dispatcher command for inserting dynamic blocks, 2018-12-23). > Is this the reason why it now behaves so stupidly, creating > a block with

Re: [O] sort headers by tags possible?

2019-04-08 Thread Kyle Meyer
Xebar Saram writes: > Hi all > > does anyone know if its possible to sort headers by tags? > lets say i have this > > * header 1 . :3star: > * header 2 . :4star: > * header 3 . :3star: > > can i sort by tags (alphnumeric) so all 3star tags with start followed by > 4star etc Try calling org-sort

Re: [O] Some internal libraries still depend on org-bbdb and org-bibtex

2019-04-20 Thread Kyle Meyer
Jonas Bernoulli writes: > In 499c0a50cc4b11e37b91374af23cb27ab8fc20d2 some libraries were > renamed, but some other libraries continue to depend on the old > features: > > - lisp/ox-icalendar.el still depends on org-bbdb > - contrib/lisp/org-bibtex-extras.el still depends on org-bibtex Thanks.

Re: [O] [PATCH] org-manual: Small fixes

2019-05-16 Thread Kyle Meyer
Cheong Yiu Fung writes: > * doc/org-manual.org (Handling Links): update variable > `org-id-link-to-org-use-id', which is changed in v7.9.2. Thanks. Because this was relevant for the maint branch as well, I adjusted your commit to apply to maint (tweaking the commit message slightly). -- Kyle

Re: [O] [PATCH] Manual update

2019-06-07 Thread Kyle Meyer
Nicolas Goaziou writes: > Hello, > > Cheong Yiufung writes: > >> From 14ff6eb2b451471514206d5126c0af02125ec7e6 Mon Sep 17 00:00:00 2001 >> From: Cheong Yiu Fung >> Date: Mon, 13 May 2019 22:51:08 +0800 >> Subject: [PATCH] org-manual: Small fixes >> >> * doc/org-manual.org (Handling Links): upda

Re: [O] Getting text at position?

2019-06-09 Thread Kyle Meyer
Mike Gauland writes: > I'd like to be able to be able to get the text associated with a given > heading (based on the current point, for example). > > Can anyone point me to an example for doing this in the approved manner > (assuming there is one), or to functions to help with this? Don't tru

Re: [O] Bug: org-clock-cancel doesn't set org-clock-current-task correctly [9.2.3 (9.2.3-23-g967801-elpaplus @ /.emacs.d/elpa/26.2/develop/org-plus-contrib-20190603/)]

2019-06-10 Thread Kyle Meyer
Aaron Zeng writes: > (I'm running org mode from the Spacemacs org layer, which includes the > org-plus-contrib package). > > Reproduction: > 1. Create a new entry "* TODO Temp" > 2. Clock in under that entry > 3. Cancel the clock > 4. [M-x describe-variable org-clock-current-task] is still set to

Re: [O] using org-mark-entry-for-agenda-action

2019-06-11 Thread Kyle Meyer
"Victor A. Stoichita" writes: > The manual describes the function > org-mark-entry-for-agenda-action. It should >> "Mark the current entry for agenda action. After you have marked >> the entry like this, you can open the agenda or the calendar to >> find an appropriate date. With point on the

Re: [O] using org-mark-entry-for-agenda-action

2019-06-11 Thread Kyle Meyer
"Victor A. Stoichita" writes: [...] > Is there now another way to the same effect: schedule an existing > entry by browsing the agenda for an appropriate date? Sorry, I'm not aware of a way to do that, but hopefully others will chime to say I'm overlooking something. -- Kyle

Re: [O] latest org-attach.el change (commit "4939b4175") invalid download sub-command

2019-06-21 Thread Kyle Meyer
stardiviner writes: > This latest org-attach.el change (commit "4939b4175") That commit didn't touch org-attach.el, but it's the parent of 72124726a (org-attach: Make dispatcher commands customizable, 2019-04-26), which did. That seems to be the actual culprit. > make some command like > =org-

Re: [O] Inserting todo time range

2019-06-26 Thread Kyle Meyer
Raimund Kohl-Füchsle writes: > I do have a recurring task Mo-Fri, but not at weekends. > > I searched the manual and it offers a time range - like > > ** Test Time range > >     <2004-08-23 Mon>--<2004-08-26 Thu> > > But, of course, this doesn't mark a recurring task. > > If instead I wo

Re: [O] Cut and paste an entry programmatically

2019-06-28 Thread Kyle Meyer
Michael Brand writes: [...] > With your idea I debug printed kill-ring and found that after the > second invocation of org-cut-subtree during ~M-: (temp) RET M-: (temp) > RET~ it consists of only one list element with a string containing > both 1 and 2 instead of one list element with only 1 and

Re: [O] BUG - ox-latex - bib expansion bug and documentation error

2019-07-10 Thread Kyle Meyer
Hi Guilherme, Guilherme Passos writes: > In ox-latex.el, line 1189, org-latex-pdf-process uses '(%bib %b) for > expanding the bibliography. However, this incorrectly expands as > '(BIBFILEib BIBFILE), instead of '(BIBPROCESS BIBFILE) as intended, > defining the process of calling the bibliograph

Re: [O] Contribution of a :confirm-evaluate flag to src blocks

2019-07-17 Thread Kyle Meyer
Hi Mackenzie, Mackenzie Bligh writes: > First time contributing here, so apologies if I haven't gotten this quite > right. Great, thanks for sending the patch! > The results of some > of these src blocks are fed into other src blocks, and having to input "y" > multiple times when trying to hit

Re: [O] Contribution of a :confirm-evaluate flag to src blocks

2019-07-18 Thread Kyle Meyer
Mackenzie Bligh writes: > Do you have any suggestions for the name of such a value? I tried to avoid being responsible for a poorly chosen name :] "'yes' or 'always'" pairs well with the existing "'no' or 'never'", but I suppose that risks users not realizing that it implies not querying. Perha

Re: [O] Contribution of a :confirm-evaluate flag to src blocks

2019-07-18 Thread Kyle Meyer
Hi Chuck, "Berry, Charles" writes: > I think you have stepped onto a slippery slope. > > Adding an :eval option that turns off confirmation queries without user > intervention defeats the security purpose stated for > `org-confirm-babel-evaluate'. > > Likewise, adding a new header argument tha

Re: [O] Org Compact Guide Typo

2019-07-23 Thread Kyle Meyer
"Nguyen, Thomas" writes: > 11.5 Embedded Latex > "the mass if the sun is M_sun = 1.989 x 10^30 kg." > > This is a small typo that I spotted while referencing the guide. Hopefully, > I have reported to the right place. Thanks. Corrected on the maint branch. On master this typo was already remov

Re: [O] [PATCH] org.el (org-todo): Respect state argument when called from elisp

2019-08-16 Thread Kyle Meyer
Renato Ferreira writes: > (org-todo): Fast selection should only be shown if a state argument was not > used > * list/org.el (org-todo): Respect argument when called from elisp > when calling from elisp (such as in `org-clock-in'). Thanks for the patch! I hit this earlier today but hadn't yet

Re: [O] Minor fix for org-attach-dir

2019-09-02 Thread Kyle Meyer
Hi Gustav, Gustav Wikström writes: > See commit 4b7eda1a2 for the fix. This commit, as well as several other recent commits by you, do not follow the project's convention regarding changelog-like entries in the commit message. Regardless of your opinion on this convention (I personally don't p

[O] git-annex-related org-attach tests failing on master

2019-09-02 Thread Kyle Meyer
Hello, The following tests fail as of ae9cd4370 (org-attach*, org, org-manual, org-news, ox-html, testing/*, 2018-11-25): test-org-attach-git/get-maybe test-org-attach-git/use-annex test-org-attach/dired-attach-to-next-best-subtree/1 test-org-attach/dired-attach-to-next-best-subtr

Re: [O] git-annex-related org-attach tests failing on master

2019-09-03 Thread Kyle Meyer
Gustav Wikström writes: > I've taken a look and have fixed the issues on my > local machine. Thank you! > I must say the whole git-annex thing feels misplaced in the > Org mode repository though. I guess, as long as git annex isn't installed > it's not really an issue. But it surely would fit

Re: [O] git-annex-related org-attach tests failing on master

2019-09-08 Thread Kyle Meyer
Gustav Wikström writes: > Hi again Kyle, > > I've pushed a change to master that fixes the failed tests. > Please verify on your end as well as. It does. I've pushed a minor fixup commit to silence the byte-compiler. Thanks.

Re: [PATCH] Fix typos

2019-11-16 Thread Kyle Meyer
Jonas Bernoulli writes: > Please consider applying the below patch, which fixes many spelling > errors. Eh, there's some good ones in there. Applied. > In addition to the below typos I also found some things I don't know > how to deal with: > * "visibile" as a supported value of org-s5-control

Re: [O] [PATCH] org-manual: Dynamic Blocks: Fix explanation of :content

2019-11-16 Thread Kyle Meyer
Sebastian Miele writes: > * doc/org-manual.org (Dynamic Blocks): Correct the information given > on :content in the plist passed to the writer function. Looks correct to me. Applied in 634880a2e. Thanks.

Re: [PATCH] Fix typos

2019-11-16 Thread Kyle Meyer
Kyle Meyer writes: > Jonas Bernoulli writes: > >> Please consider applying the below patch, which fixes many spelling >> errors. > > Eh, there's some good ones in there. I wish I could say that having a typo in the first sentence of the reply was intentional :/

Re: [PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers

2019-11-17 Thread Kyle Meyer
ian martins writes: > Subject: [PATCH] org-timer.el: Allow org-timer-set-timer from non-Org buffers > > * org-timer.el (org-timer--get-timer-title): If the current buffer is The file name should include the directory, "lisp/". (I'll add it.) > not an Org buffer, use the buffer name as the time

Re: Bug: Org 9.3 table columnwidth directive not working [9.3 (release_9.3 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2019-12-04 Thread Kyle Meyer
Pankaj Jangid writes: > C-c TAB is working but earlier the behaviour was to apply > directive by default on next electric formatting. Has the behaviour > changed in 9.3? 9.2, I believe, more specifically 6d6a30d4c (org-table: Implement shrunk columns, 2017-06-27). The relevant NEWS entry, adde

Re: Quit and Error in org-export--dispatch-action

2019-12-05 Thread Kyle Meyer
Hi Takaaki, Takaaki Ishikawa writes: > The org-export provides a quitting option for user by typing `q`. > This is nice feature but it is implemented with an error function. > For me, it is not actually an error, it is one of the user actions, > and when `debug-on-error` is `t`, the Backtrace bu

Re: Quit and Error in org-export--dispatch-action

2019-12-05 Thread Kyle Meyer
Takaaki Ishikawa writes: > Dear Kyle and all, > > Using user-error is another way, but it does not work for me > because user-error stops the org-export-dispatch. > I would like to keep the session to do an action after > the completing org-export-dispatch something like this: > > (defun my-org

Re: Quit and Error in org-export--dispatch-action

2019-12-09 Thread Kyle Meyer
Takaaki Ishikawa writes: [...] > I created a patch for this issue. Please find an attached patch. Thanks! Applied in c7ad3f884 (with minor cosmetic tweaks to the commit message). > It is a really tiny patch. But I have already signed the copyright > assignment with FSF. Great, I've added you

Re: Bug: org-use-fast-todo-selection prefix option removed [9.3 (9.3-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20191203/)]

2019-12-11 Thread Kyle Meyer
Allen Li writes: > The option to set org-use-fast-todo-selection to 'prefix was removed > without my noticing. This breaks my workflow since I like the default > cycling behavior and only occasionally use fast todo selection to > switch between todo state sets. > > It was removed in commit f1c03

Re: How to mark task as done at specified (past) time?

2019-12-11 Thread Kyle Meyer
Tim Landscheidt writes: [...] > I want Gnus to mark the task as done /at the time when the mail was > sent/, i. e. in: > |- State "DONE" from "TODO" [2019-11-27 Mi 16:44] > > I want "2019-11-27 Mi 16:44" not to be the current time, but > some other (past) time. > > How can I mark a

Re: Bug: Orgguide missing in Org-9.3 package [9.3 (9.3-elpa @ /home/David/.emacs.d/elpa/org-9.3/)]

2019-12-12 Thread Kyle Meyer
Nicolas Goaziou writes: > David Masterson writes: > >> Subject says it all -- I didn't have orgguide in the installation of the >> org-9.3 package, so I pulled the latest git master and copied it from >> there. I guess the build process needs a fix. > > AFAICT, the build process properly genera

Re: Bug: Orgguide missing in Org-9.3 package [9.3 (9.3-elpa @ /home/David/.emacs.d/elpa/org-9.3/)]

2019-12-15 Thread Kyle Meyer
Nicolas Goaziou writes: >> Sorry, I don't have write access. But this issue seems to be about the >> Org ELPA tarball, so I don't understand how it'd be related to the >> recent Org sync with the Emacs repo. > > That's because I misread the bug report and though it was related to > Emacs master

Re: restore window configuration after org-edit-src-exit

2019-12-16 Thread Kyle Meyer
Nicolas Goaziou writes: > However, it doesn't mean the inconvenience shouldn't be fixed. I cannot > remember why 819e98afd018cad3c13fd58bfcbd979ab36dfbc7 was necessary. I'm > Cc'ing Matt Price. Here's the related thread: https://lists.gnu.org/archive/html/emacs-orgmode/2018-11/msg00253.html S

Re: [PATCH] org-screen.el: replace obsolete function

2019-12-16 Thread Kyle Meyer
Gregor Zattler writes: > * contrib/lisp/org-screen.el (org-screen): replace obsolete function > `insert-string' with `insert'. Thanks. Applied in 86c7a22ce (with small capitalization tweaks to fit project conventions).

Re: Emacs bug 37890; killing capture buffer

2019-12-17 Thread Kyle Meyer
Michael Heerdegen writes: > Adam Porter writes: [...] >> I haven't seen your bug report. Was there discussion about it >> previously? > > No, no discussion at all. As I said, it is Emacs bug #37890, this was > my issue: > > | I want to capture an APPT with `org-capture'. I the pop-up buffer t

Re: Format of Effort estimates should be mentioned in its Info node

2020-01-03 Thread Kyle Meyer
Kisaragi Hiu writes: > Currently, the Info node about effort estimates does not mention what > format should it be written in. This causes confusion, as a user might > assume that it's the same format as schedulers (10m, 6h, etc.) like I > did. > > Simply mentioning "Effort estimates need to have

Re: Keyboard macros and export dispatcher

2020-01-09 Thread Kyle Meyer
Jack Kamm writes: > I would like to use a keyboard macro for this, because re-exporting the > presentation requires a lot of keypresses: > - Jump to the appropriate heading > - Start the dispatcher > - Toggle subtree export (C-s) > - Finally, export > > So, I defined a keyboard macro to do all th

Re: [Properties] accessing propreties in text

2020-01-09 Thread Kyle Meyer
sergio ruiz writes: > Is there a way to reference the values of properties, so that at render time, > the document does something like: > > * Opening section > :PROPERTIES: > :section: test > :time: 1 day > :END: > > Is there a way to do something like.. this section is the section > and

Re: Recommended global keybindings in the guide vs the manual

2020-01-17 Thread Kyle Meyer
Nick Dokos writes: > org-guide.org:Introduction/Activation says: > > --8<---cut here---start->8--- > Add the following lines to your Emacs init file. The last four lines > define /global/ keys for some commands---please choose suitable keys > yourself. > > #+b

Re: ob-scheme doesn't support :stdin?

2020-01-17 Thread Kyle Meyer
Vladimir Nikishkin writes: > Is it true that ob-scheme doesn't support :stdin ? > > I just tried, and doesn't seem to work, although it works with ob-shell. > > (This is not a complaint, I just would like to confirm that I > understand things correctly.) Yes, that's true as far as I can tell:

Re: [RFC PATCH] Changes to pop-up source buffers

2020-01-18 Thread Kyle Meyer
Jack Kamm writes: > This patch changes some implementation details of > org-src-switch-to-buffer and org-edit-src-exit, to more consistently use > pop-to-buffer to open the source buffer, and quit-restore-window to > close it. It also adds a new default option to org-src-window-setup. > [...] Th

Re: `org-next-link' skips links inside PROPERTIES drawer

2020-01-20 Thread Kyle Meyer
Hi Pedro, Pedro R.M. Júnior writes: > I am testing Emacs 28 (Org 9.3) from the Git repository and I have > noticed that, compared to version 26.3 (Org 9.1.9), `org-next-link' > function is skipping links located inside the PROPERTIES drawer. > [...] > Let me know if this is an intentional behavi

Re: `org-next-link' skips links inside PROPERTIES drawer

2020-01-20 Thread Kyle Meyer
Samuel Wales writes: > is isearch intended to be also affected? or just org-next-link? i > suppose isearch is a generic emacs thing, just as lgrep would be > generic, and most folk would want it to be generic and would get too > confused if it were not, but just want to make sure. No, isearch

Re: [RFC PATCH] Changes to pop-up source buffers

2020-01-20 Thread Kyle Meyer
Jack Kamm writes: > My main motivation was to use my own display-buffer configuration to > show the source buffer. So I've rewritten the patch to be smaller and > more conservative, just adding a "plain" option to org-src-window-setup, > and not changing the implementation of any existing options

Re: [PATCH] Fix several issues with python session value blocks

2020-01-22 Thread Kyle Meyer
Jack Kamm writes: > This patch fixes several related issues with python blocks with > parameters ":session :results value", including: > > - Broken if-else and try-except statements. > - Correctly parsing blank lines in indented blocks. > - Returning the correct value when the underscore "_" vari

Re: [RFC PATCH] Changes to pop-up source buffers

2020-01-24 Thread Kyle Meyer
Kyle Meyer writes: >> Subject: [PATCH] org-src: Add option 'plain to org-src-window-setup > I'll wait another day or so for others to comment before applying. I've applied this patch (with the mentioned tweaks) and the second patch (with a slight expansion of the commit message). Thanks.

Re: strange/cryptic org variables

2020-01-25 Thread Kyle Meyer
D writes: > org.el seems to define three weird variables: org-m, org-l and org-f > (see below). Two of these variables (l and f) are used exclusively in > org-level-face, while m is not used anywhere in the code. They don't > appear to be used in the other source files, either. > > Is there a p

Re: [PATCH] Fix several issues with python session value blocks

2020-01-29 Thread Kyle Meyer
Hi Jack, Thanks again for the patch. Testing it out a bit, your ast-based approach seems to work nicely. Jack Kamm writes: > Subject: [PATCH] ob-python: Fix several issues with :session :results value > > * lisp/ob-python.el (org-babel-python-evaluate-session): Fix a few > related issues with

Re: [PATCH] Fix several issues with python session value blocks

2020-02-03 Thread Kyle Meyer
Jack Kamm writes: > Hi Kyle, > > Thanks for the thorough review as always. An updated patch incorporating > your feedback is at the end of this email. Thanks for the updates. > I'd like to do the honors of making my first push to the repo :) So > please let me know if you're fine with me to pro

Re: what happened to org-man?

2020-02-10 Thread Kyle Meyer
Hi Tyler, Tyler Smith writes: > > What happend to org-man? I think the file was deleted from org mode, but > I don't see any explanation in the news file. I think this qualifies as > an incompatible change, at least for those of us that used org-man? The prefix for all the link-related libraries

Re: org-timer-set-timer from any buffer

2020-02-11 Thread Kyle Meyer
Hi Bastien, Bastien writes: > Hi Ian, > > ian martins writes: > >> Is it intentional that org-timer start, stop, and pause-or-continue >> all work from any buffer, but org-timer-set-timer only works from an >> org buffer? > > I don't know if this is intentional. > > Is there a problem here? If

Re: org-timer-set-timer from any buffer

2020-02-11 Thread Kyle Meyer
Bastien writes: > Kyle Meyer writes: > >> Ian already addressed it with the patch at >> <https://lists.gnu.org/archive/html/emacs-orgmode/2019-11/msg00166.html>, >> which was applied as 044e9718c (org-timer.el: Allow org-timer-set-timer >> from non-Org

Re: specify time of day for org-resolve-clocks, not number of minutes

2020-02-12 Thread Kyle Meyer
Hi Bastien, Bastien writes: > good idea -- please test from latest master branch, you can now use > `t' and `T' as you suggested. Thanks, though sadly Dan had already taken the time to follow up with a patch: https://lists.gnu.org/archive/html/emacs-orgmode/2020-01/msg00175.html

RE: attachment: link type export to HTML invalid attach dir

2020-02-13 Thread Kyle Meyer
Gustav Wikström writes: >> Gustav Wikström writes: >> >> > Ah, you mean the reference on line 3216. No, I don't think it can be >> > removed. And I honestly don't think it should be either. It's there to >> > let attachment links mirror the peculiarities of file links. It's >> > needed for feat

Re: attachment: link type export to HTML invalid attach dir

2020-02-15 Thread Kyle Meyer
Nicolas Goaziou writes: > In a nutshell: > > `org-link-parameters' accepts a new property, :open, which is > like :follow, but function installed there is called with a universal > prefix argument. It could replace :follow altogether, but for > compatibility reasons, they both live side by side f

Re: [PATCH] org-src: Add option to restore window configuration after edit

2020-02-16 Thread Kyle Meyer
Hi Tom, Tom Gillespie writes: > Hi all, > After hours of frustration ending in a realization that I should really > just read the change logs, I tracked down the reason why editing > source blocks was now destroying my window layout. I restored the > old behavior hidden behind a custom variabl

Re: How to collapse all LOGBOOKS at once?

2020-02-26 Thread Kyle Meyer
William Denton writes: > The only thing I really use drawers for is with clock tracking, so for me > this > is just about :LOGBOOK: but it could be about other types of drawers, or all > drawers: is there a way to collapse them all at once? I'm not aware of a dedicated command that does that

Re: Bug: Repeating tasks no longer appearing on future dates in the agenda [9.3.6 (9.3.6-17-g389288-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200224/)]

2020-02-28 Thread Kyle Meyer
Hi Gustavo, Gustavo Barros writes: > Hi All, > > As of recently, repeating tasks are no longer showing up in the agenda > for future dates. Below a minimal example of the issue: Thanks for the report and the minimal example to trigger the issue. This bisects to 39c656870 (org-agenda.el: Fix ha

Re: [PATCH]: org-attach.el: Use `force' arg everywhere in `org-attach-delete-all'

2020-03-03 Thread Kyle Meyer
Tim Visher writes: > * lisp/org-attach.el (org-attach-delete-all): Use `force' arg > throughout function. > > `org-attach-delete-all` advertised a `force` option but passing it > only forced its way past the initial "Really remove all…" query. This > was unexpected and not properly documented. >

Re: [PATCH] org-eldoc: Use eldoc-documentation-functions when available

2020-03-04 Thread Kyle Meyer
Thank you. Applied in 7454d2018.

Re: [PATCH]: org-attach.el: Use `force' arg everywhere in `org-attach-delete-all'

2020-03-05 Thread Kyle Meyer
Applied with 70c1eec55.

Re: [PATCH] Do not ignore org-odt-styles-file

2020-03-05 Thread Kyle Meyer
Thanks for the patch. Eric Timmons writes: > :odt-styles-file was duplicated in ox-odt's org-export-define-backend > form. This lead to the org-odt-styles-file custom being completely ignored. That change looks good, and, while I'm not an ox-odt user, light testing on my end confirms the issue

Re: Typo in Org Manual

2020-03-05 Thread Kyle Meyer
Sebastian Miele writes: > In an example for Org table range references it says: > > ‘@2$1..@4$3’ six fields between these two fields (same as ‘A2..C4’) Oh, that mistake has been around for a long time. > However, it are nine fields instead of six. If we were to simply replace "six" with "nin

Re: Typo in Org Manual

2020-03-06 Thread Kyle Meyer
Sebastian Miele writes: > Kyle Meyer writes: >> If we were to simply replace "six" with "nine", I think the >> description could still be confusing because it's ambiguous whether >> "between" includes the ends. (I would tend to read the

Re: [O] Release Org 9.0.10

2017-08-27 Thread Kyle Meyer
Bastien Guerry writes: > Hi all, > > Org 9.0.10 is out, the last bugfix release before 9.1, > which is to be released next week. > > Thanks to everyone involved! Thanks, Bastien! Rasmus, I've updated the emacs-sync branch. -- Kyle

Re: [O] Release Org 9.0.10

2017-08-29 Thread Kyle Meyer
Rasmus writes: > Hi Kyle, > >> Rasmus, I've updated the emacs-sync branch. > > I’ve pushed Org 9.0.10 to Emacs master, thank you. Thank you. Looking at you diff, I realized that I made a mistake when I dealt with the merge conflict in orgcard.tex. Could you please add the change in 32a512298 (

Re: [O] Release 9.1

2017-09-06 Thread Kyle Meyer
Rasmus writes: > Bastien writes: > >> Org-mode 9.1 is out! >> >> http://orgmode.org/Changes.html > > Great news! > > Thank you Nicolas, Kyle, Marco, Bastien, Kaushal, Achim and other code- > and mailing list contributors. > > Rasmus Great. Rasmus, I've pushed the updated emacs-sync branch, so

Re: [O] Library of Babel

2017-09-15 Thread Kyle Meyer
Charles Millar writes: > On 09/14/17 09:47, Nicolas Goaziou wrote: >> Hello, >> >> Charles Millar writes: >> >>> First. Should Sections 14.5 and 14.6 of the manual need revision since >>> lob has been moved to Worg? Or at least a reference to Worg site be >>> inserted. >> Indeed. Would you want

Re: [O] Confused about the explanation for 'org-cycle'

2017-09-28 Thread Kyle Meyer
Robert Horn writes: > Nicolas Goaziou writes: > >> Completeness is not possible. For example, we do not document every >> variable in the manual. Besides, when reading a pile of special rules >> for special cases, the reader may lose focus and miss the whole concept. >> >> BTW, a "docstring" is t

Re: [O] [ANN] Agenda speed up

2017-09-29 Thread Kyle Meyer
Nicolas Goaziou writes: > If there is no more feedback nor objection, I'll merge the branch in > master before the end of the week. One issue I noticed: The sorting of categories defined in org-agenda-sorting-strategy is not honored. The default category sorting for the agenda is to order the c

Re: [O] [ANN] Agenda speed up

2017-10-05 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: > >> Nicolas Goaziou writes: >> >>> If there is no more feedback nor objection, I'll merge the branch in >>> master before the end of the week. >> >> One issue I noticed: The sorting of catego

Re: [O] org-open-at-point fails on internal links

2017-10-07 Thread Kyle Meyer
Hello, Scott Otterson writes: > When I click on an internal link to an anchor, I get the error message: > > "Wrong type argument: number-or-marker-p" > > The same happens if I type C-c C-o on the link. This is mapped > to org-open-at-point, which should handle internal links. [...] > This beh

Re: [O] S5 HTML export - org9.1.1

2017-10-07 Thread Kyle Meyer
Hello, dchechi...@gmail.com writes: > Since I upgrade to org-9.1.1, the export to S5 HTML seems not to work > whereas it used to work before this upgrade. > > I have the following message : > "format: Symbol's function definition is void: org-html-end-plain-list" > I use GNU Emacs 25.1.1 (x86_64-

Re: [O] S5 HTML export - org9.1.1

2017-10-07 Thread Kyle Meyer
dchechi...@gmail.com writes: > I have evaluated the following function found in ox-html.el > and indeed the S5 html works when this function is defined. > > (defun org-html-end-plain-list (type) > "Insert the end of the HTML list depending on TYPE." > (case type > (`ordered "") > (`uno

[O] Fwd: Re: org-open-at-point fails on internal links

2017-10-09 Thread Kyle Meyer
[Forwarding because the list was dropped earlier in the thread but I didn't notice. Scott, please don't drop the list in your replies.] --- Begin Message --- Scott Otterson writes: > org-backward-paragraph() > org-inside-LaTeX-fragment-p() > org-footnote-in-valid-context-p() > org-foot

Re: [O] Troublesome python block

2017-10-11 Thread Kyle Meyer
Hello, Roger Mason writes: > This python block: [...] > produces this output: > > #+RESULTS: > #+begin_example > Python 2.7.13 (default, Jul 2 2017, 01:20:25) > [GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final > 208032)] on freebsd10 > Type "help", "copyright", "credits

Re: [O] Bug: python code block single import line [9.0.9 (release_9.0.9-754-g940c90)]

2017-10-11 Thread Kyle Meyer
Hello, Paul Stansell writes: > #+begin_src python :session python1 > import numpy as np > #+end_src > > I get this error in my python buffer Sorry for the delayed response. As I just mentioned in another thread, ob-python sessions have longstanding issues: https://lists.gnu.org/arch

Re: [O] Bug: Key binding M-S-up does not invoke org-move-subtree-up [9.1.2 (9.1.2-7-g027cfc-elpa @ /home/john/.emacs.d/elpa/org-20171009/)]

2017-10-11 Thread Kyle Meyer
Allen Li writes: > On Wed, Oct 11, 2017 at 11:53 AM, Johann Höchtl > wrote: >> According to the documentation, the keys M-S-up should invoke >> org-move-subtree-up, and M-S-down the command org-move-subtree-down but >> instead org-shiftmetaup or org-shiftmetadown gets executed (I am on a >> hea

[O] bug#28999: 25.3.50; org export : exclude-tags not working with org-export-filter-options-functions

2017-10-25 Thread Kyle Meyer
Michel Damiens writes: > Adding : > > (defun my-org-export-change-options (plist backend) > (cond > ((equal backend 'html) >(plist-put plist :exclude-tags "NOHTML") >(plist-put plist :select-tags "HTML")) > ((equal backend 'latex) >(plist-put plist :exclud

Re: [O] wish: global C-u org-agenda-refile

2017-11-13 Thread Kyle Meyer
Gregor Zattler writes: > Dear org-mode users and developers, I frequently use C-u C-c C-w > in order to jump to a heading in one of my org agenda files > (using helm as a selection framework). > > Alas this only works when invoked from org-mode buffers or from > the agenda if point is on an org a

Re: [O] wish: global C-u org-agenda-refile

2017-11-13 Thread Kyle Meyer
Gregor Zattler writes: > Thanks, that was easy. But why does this work with point on an > agenda date line, whilst C-u C-c C-w does not? org-agenda-refile raises a user-error before calling org-refile if it cannot determine a marker for the current line: (or (org-get-at-bol 'org-hd-marker)

Re: [O] ob-python newline & indentation behavior

2017-11-18 Thread Kyle Meyer
Hello, Jack Kamm writes: > ob-python newline & indentation behavior in :session is very ugly and > possibly broken. For example, consider the following code block: [...] > There is a 2 year old patch that fixes this behavior but has not yet > been incorporated: > https://lists.gnu.org/archiv

Re: [O] ob-python newline & indentation behavior

2017-11-19 Thread Kyle Meyer
Jack Kamm writes: > I adapted your old patch to the current master branch. I also extended it > to work for ":results value" (the original patch only worked for ":results > output"). I did this by not writing the last line of the code block to the > tmpfile, unless it is indented. > > I've never

Re: [O] ob-python newline & indentation behavior

2017-11-19 Thread Kyle Meyer
Jack Kamm writes: > Here is the new version of the patch: I haven't had any luck applying this patch to master. Perhaps your email client is altering the inline patch; you can instead attach the output file of 'git format-patch'. > From f009da37d3b7e2730abb8cbb10f4d07b3d456dd8 Mon Sep 17 00:00

Re: [O] ob-python newline & indentation behavior

2017-11-20 Thread Kyle Meyer
Jack Kamm writes: > In response to this: > >> I can't think of a good solution, though. Stepping back a bit, I think >> it's unfortunate that python blocks handle ":results value" differently >> depending on whether the block is hooked up to a session or not. For >> non-sessions, you have to us

Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Kyle Meyer
"Samuel W. Flint" writes: > Hey -- I'm at Org mode version 9.1.3 (release_9.1.3-185-g579fa1 @ > /home/swflint/.emacs.d/org-mode/lisp/), and GNU Emacs 25.2.1 > (x86_64-unknown-linux-gnu, GTK+ Version 3.22.18) of 2017-08-29, and on > my files with level 3 headings and greater, the stars aren't show

Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Kyle Meyer
"Samuel W. Flint" writes: > Any idea what might be causing this? I checked org-bullets-mode, but > that doesn't seem to be it. No, sorry. Hopefully others might have a hunch. I'd suggest that you first verify that you don't see the issue when you use Org without your configuration. Assuming

Re: [O] ob-python newline & indentation behavior

2017-11-26 Thread Kyle Meyer
Jack Kamm writes: > I haven't heard back from the FSF yet, any idea how long it takes to hear > from them? Hmm, according to the site below, a response should come within 5 business days. That fits with my personal experience, but I'm not sure what's typical. Also, the delay might be Thanksgiv

Re: [O] Possible bug: Headings greater than level 2 stars not showing -- unable to navigate with normal commands

2017-11-26 Thread Kyle Meyer
"Samuel W. Flint" writes: >>>>>> Samuel W Flint writes: > >>>>>> Kyle Meyer writes: > KM> "Samuel W. Flint" writes: > >>> Any idea what might be causing this? I checked > >>> org-bullets-mo

Re: [O] How to log changes to orgmode files?

2017-11-29 Thread Kyle Meyer
Mirko Vukovic writes: > When I invoke ChangeLog, it is pre-populated with the file name only. > There is no finer information about the location of the modification. For > instance, I would like to use the tree heading name or ID. > > Is there a standard way of logging changes? If I understand

Re: [O] 27.0.50;Missing requirement in org-gnus.el

2017-12-05 Thread Kyle Meyer
Bastien Guerry writes: > I've just released 9.1.4 which fixes this bug, this minor release can > be merged into Emacs. Thanks, Bastien. Rasmus, the emacs-sync branch is ready. -- Kyle

Re: [O] org-timeline documentation

2017-12-05 Thread Kyle Meyer
Nicolas Goaziou writes: > Ilya Shlyakhter writes: > >> The org-timeline documentation at >> http://orgmode.org/manual/Timeline.html >> seems no longer correct? > > The section no longer belongs to the manual. Right, but you already removed it in e46676bd1 (org.texi: Remove references to Timelin

Re: [O] ob-python newline & indentation behavior

2017-12-18 Thread Kyle Meyer
Jack Kamm writes: > FSF sent me the signed papers :) I've attached them. great :) > Could Kyle or someone else merge in the patch, which I am reattaching? I'll take a final look tonight (est).

Re: [O] ob-python newline & indentation behavior

2017-12-18 Thread Kyle Meyer
Kyle Meyer writes: > Jack Kamm writes: > >> FSF sent me the signed papers :) I've attached them. > > great :) I've added your name here: http://orgmode.org/worg/org-contribute.html#contributors_with_fsf_papers >> Could Kyle or someone else merge in the patch

<    1   2   3   4   5   6   7   8   9   10   >