Re: Do something useful with ".+" and hours repeaters

2020-04-05 Thread Kyle Meyer
Nicolas Goaziou writes: > WDYT? Makes sense to me. I have one nitpick on the actual change: > + ;; Shift starting date to today, or now if > + ;; repeater is by hours. > + (if (equal what "h") > + (org-timestamp-change

Re: "Wrong number of arguments: nil, 0" error when exporting a table with caption to ODT

2020-04-04 Thread Kyle Meyer
Perl Ancar writes: > I tried exporting a document with table that has caption to ODT and it > failed with this error message: > > OpenDocument export failed: Wrong number of arguments: nil, 0 > > Sample document: > > #+CAPTION: some caption > | row1 | Trying with the latest release o

Re: [ANN] public-inbox archive of the mailing list

2020-04-04 Thread Kyle Meyer
Eric S Fraga writes: > A link from the orgmode.org website might be useful? Sure, that'd make sense, though I'd prefer to let things cook a bit. And ultimately, I'd love to see others host mirrors.

[ANN] public-inbox archive of the mailing list

2020-04-02 Thread Kyle Meyer
I've set up a public-inbox [^1] archive of the mailing list at https://yhetil.org/orgmode/ It should be fairly complete, going back to the earliest non-test email listed in the lists.gnu.org archive [^2]. If you notice that a message is missing, please first check whether you can find it wit

Re: Bug: org-table-insert-column edits formulas wrongly [9.3 (release_9.3 @ /usr/local/Cellar/emacs-plus/HEAD-9d38564/share/emacs/28.0.50/lisp/org/)]

2020-03-30 Thread Kyle Meyer
Marco Wahl writes: > I find it slightly suspicious that the documentation says > > #v+ > ‘M-S-’ (‘org-table-insert-column’) > Insert a new column to the left of point position. > #v- > > But actually the new column goes to the right and this is also fused by > the tests. Has there been a st

Re: bi-monthly steps.

2020-03-26 Thread Kyle Meyer
Christian Hopps writes: > I've attached an updated patch using "semimonth". Applied in 8a99404c8, along with a follow-up commit that adds a test, updates the manual, and add a NEWS entry. Thanks.

Re: [PATCH] Add semimonth step for clocktables

2020-03-25 Thread Kyle Meyer
Thanks for the patch. The change looks fine to me. A few things: * Please update the commit message to follow the instructions at . * Please send git-format-patch output either via git-send-email or as an attachment. (At least with my u

Re: export org tables to html, configure the borders

2020-03-25 Thread Kyle Meyer
Uwe Brauer writes: > The standard setting of > org-html-table-default-attributes > > is > (:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame > "hsides") > > Which does not insert the borders. > > However the setting > (:border "2" :cellspacing "0" :cellpadding "6" :frame "

Re: Agenda: Default view missing 40th character

2020-03-25 Thread Kyle Meyer
Nathan Neff writes: > Hello all, I have had the 40th character missing > from my agenda view, like this: > > Weeklytodo Expenses - Intern t and Friends > :hab: > habittodo [#A] Inbox, Check Calendars > :hab: > habittodo [#A] Unmount / Ba kup Notes > > Note h

Re: Another case which org-insert-todo-heading doesn't work

2020-03-25 Thread Kyle Meyer
Hello, Yasushi SHOJI writes: > There seems to be another case where org-insert-todo-heading doesn't > work. Let's say we have the following doc. > > #+begin_src org > ,* foo > - [ ] a > - [ ] b > #+end_src > > If the list is unfolded, org-insert-todo-heading works everywhere. But >

Re: Bug: Org manual: Structure Editing: Clarify commands which use the Transient Mark region [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /tmp/.emacs.d.tmp.99712ad4-61f4-4464-b003-d6d4eea9b98f/org-plus-contrib

2020-03-25 Thread Kyle Meyer
B Goodr writes: > Not sure how I can find out when this commit will show up in the packaging > system. The .emacs.d/elpa/org-20200323/org does not have it. The ELPA archives are built from the maint branch, but that commit is only in master. The change will arrive with the 9.4 release.

Re: Bug: org-highest-priority not defined [9.3.6 (release_9.3.6-399-ge6df03 @ /home/n/.emacs.d/straight/build/org/)]

2020-03-23 Thread Kyle Meyer
No Wayman writes: > Subject: [PATCH] Use defvaralias for prioirity variable aliases Thank you for the initial report and the follow-up patch. I'm confused why e062ca719 (org.el: Use `defalias' for priority aliases, 2020-02-24) did the exact opposite reversal, but your patch looks obviously corr

Re: Bug: Org manual: Structure Editing: Clarify commands which use the Transient Mark region [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /tmp/.emacs.d.tmp.99712ad4-61f4-4464-b003-d6d4eea9b98f/org-plus-contrib

2020-03-17 Thread Kyle Meyer
Kyle Meyer writes: > I'll apply the patch to do so in a day or two if no one raises an > objection. Applied with 4b26289f0.

Re: ox.html causes w3c xhtml validation

2020-03-16 Thread Kyle Meyer
Hi Colin, Colin Baxter writes: >>>>>> Kyle Meyer writes: > > Colin, could you try exporting with the change below and see if > > that resolves your validation issues? It'd also be great if you > > could check whether librejs is still happ

[PATCH] ox-html: escape & in license magnets

2020-03-15 Thread Kyle Meyer
Applied in 661696036, with a few minor tweaks to the commit message. Thanks!

Re: ox.html causes w3c xhtml validation

2020-03-15 Thread Kyle Meyer
Arne Babenhauserheide writes: > And second: I just verified that LibreJS still recognizes the license > when we escape the & as & > > I would suggest the following: > > diff --git a/lisp/ox-html.el b/lisp/ox-html.el Great, thanks the suggestion and verifying the LibreJS recognizes it. That it ma

Re: ox.html causes w3c xhtml validation

2020-03-15 Thread Kyle Meyer
Adam Porter writes: > Colin Baxter writes: > >> In my opinion, if it can't be fixed then the changes should be >> removed. Surely, we cannot have an org-mode that knowingly >> exports/publishes something that causes a validation error! > > Looking at the error message, the fix might be very simp

Re: Bug: Org manual: Structure Editing: Clarify commands which use the Transient Mark region [9.3.6 (9.3.6-23-g01ee25-elpaplus @ /tmp/.emacs.d.tmp.99712ad4-61f4-4464-b003-d6d4eea9b98f/org-plus-contrib

2020-03-15 Thread Kyle Meyer
B Goodr writes: > The essential issue is this: The paragraph at the very bottom of the > Structure Editing page of the manual is misleading: It leads a user to > believe that all of the commands use the Transient Mark region, but some of > them do not or should not. I agree with your assessment,

Re: ox.html causes w3c xhtml validation

2020-03-15 Thread Kyle Meyer
Colin Baxter writes: > - Begin - > Warning Line 205, Column 74: > cannot generate system identifier for general entity "dn" > > …rn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt > GPL-v3-or-Later > > An entity reference was found in the document, but there is no >

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: 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: [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: [PATCH]: org-attach.el: Use `force' arg everywhere in `org-attach-delete-all'

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

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-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: 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: 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: [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: 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: 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: 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: 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: 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: 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: [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: [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: 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: [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: [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-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: `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: `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: [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: 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: 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: [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: 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: 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: 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: [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: 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: 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: 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: 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: 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: 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: 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-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: 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: [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: [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: [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
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] 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: [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

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

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] 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] 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] 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-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] 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] 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] 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] 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] 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] 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] 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] 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] [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] [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] 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] 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] 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] [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] [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] 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] 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] org-today broken

2019-02-03 Thread Kyle Meyer
Hi Marco, Marco Wahl writes: > Occasionally I like to bend time to see what the agenda would look like > if another day was current. This can be achieved conveniently when > solely function "current-time" is the source for the current time. > > So I'm all for using the explicit calls to current

Re: [O] Bug: org-copy-subtree: Invalid function: org-preserve-local-variables

2019-02-03 Thread Kyle Meyer
Hello, Abdo Haji-Ali writes: > On the latest org-mode version, 9.2, I keep receiving the error > 'org-copy-subtree: Invalid function: org-preserve-local-variables' > whenever I try to move a subtree or when I access my agenda. > > This happens even if I run emacs with '-Q'. > > Emacs : GNU Emac

Re: [O] org-today broken

2019-01-31 Thread Kyle Meyer
Samuel Wales writes: > recent versions of maint and probably master have nil instead of > current time in org-today. > > Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) > time-subtract(nil (0 0 0)) > org-today() > (message "org today is %s" (org-today)) Thanks fo

Re: [O] Paste subtree without expanding it / keep it collapsed after pasting

2019-01-14 Thread Kyle Meyer
Marcelo de Moraes Serpa writes: [...] > I can copy or cut a collapsed subtree and it will copy everything below it > until it ends (and the next item at the same level starts), which is > intuitive and works great. However, when pasting it, it automatically > expands the tree and it makes it rea

Re: [O] [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"

2019-01-14 Thread Kyle Meyer
Kyle Meyer writes: > Gregor Zattler writes: [...] >> I did a git bisect on the org repo and got this: >> ba321d0e44b34840466dd386223f702615ff8562 is the first bad commit > > Sorry, that certainly looks to be my fault (specifically, my conflict > resolution merging m

Re: [O] [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"

2019-01-14 Thread Kyle Meyer
Gregor Zattler writes: > Dear org-mode developers, I did a git pull half an hour ago, now I > cannot org-babel-load-file my configuration.org any more. Normally I > use emacs as of git master but the (slightly different) error also > occours with emacs 25.1.1 (as of currents debian stable) (see

Re: [O] agenda view help - viewing all time entries for a tag

2019-01-12 Thread Kyle Meyer
[sorry for the slow response] Jeff Filipovits writes: > Say I have a calendar file which is in the following format: > > * description of deadline:client1: > DEADLINE: <2018-10-28 Tue> > > * a meeting :client1: > <2018-11-1 Thu 10:00> > > I would like to be able to view all headlines and ti

Re: [O] saving web resources with org

2019-01-12 Thread Kyle Meyer
"M. P." writes: > How can I save a web page or a utube clip with org in some form of organized > manner? I’m not sure, but it might be worth looking into org-board: https://github.com/scallywag/org-board -- Kyle

Re: [O] How to generate CLOCKSUM property from time ranges?

2019-01-12 Thread Kyle Meyer
Hello, [sorry for the late response] Leo Alekseyev writes: > Greetings all, > I am looking into using `org-invoice` to generate some invoices. It uses > the CLOCKSUM property, which according to the docs gets auto-generated when > the clock entries are summed in a subtree. > > Concretely, docs

Re: [O] a small bug in ob-lua.el

2019-01-12 Thread Kyle Meyer
Hello, Brad Knotwell writes: > Hello all-- > > I've been using the babel integration with Lua and it has a bug worth > noting--multi-line header argument variables that are tangled to a > file will be tangled in a way lua doesn't interpret correctly.  To use > a specific example: > [...] > The f

Re: [O] Question on org-agenda-custom-commands tags-todo match syntax

2019-01-12 Thread Kyle Meyer
Niall Dooley writes: > (setq org-agenda-custom-commands > '(("p" "List Non-done projects" > tags-todo "-CANCELLED+PROJECT/!+TODO"))) > > My understanding is that in the tags-todo match that entries to the left of > the "/" are the tags, those to the right are the todo keywords and that you > use

<    3   4   5   6   7   8   9   10   11   12   >