Re: [PATCH] add :tree-type 'month' in org-capture-templates description (and fix documentation about that)

2020-11-26 Thread Kyle Meyer
Florian Dufour writes: > Hi! > > I noticed one typo in org-manual.org: 'month' value for 'tree-type' > property should not be @code{month} but only 'month'. Good catch. > Moreover, I added this 'month' value to org-capture-templates > description in org-capture.el. And this too. It looks like

Re: [PATCH] org-protocol: Make org protocol defaults work on windows

2020-11-24 Thread Kyle Meyer
Robert writes: > Hei, > > Attached a little patch to make the default org-protocol handlers work on > windows. > > Tested with Windows 10 and emacs 27.1 Thank you for the patch. Any org-protocol and/or Windows users out there that can provide feedback?

Re: Behavior of links

2020-11-24 Thread Kyle Meyer
Julian L writes: > Hi! > > Following this github issue in org-roam > , I would like to ask > about the behavior of links in org mode. More specifically, let's say I > have this headline: > > * my heading > :PROPERTIES: > :GOAL: I want to be able to

Re: [PATCH] doc/org-manual.org: Extend table formulas Lisp form documentation

2020-11-24 Thread Kyle Meyer
Daniele Nicolodi writes: > Hello, > > I always found the description of Lisp forms in Org table formulas not > extremely clear, especially in regard to the use of mode flags. The > attached patch tries to clarify the manual a bit. Thanks. > Would it be worth to mention org-sbe in the same sectio

Re: [PATCH] org-table: Add mode flag to enable Calc units simplification mode

2020-11-24 Thread Kyle Meyer
Daniele Nicolodi writes: > Thank you for the review, Kyle. > > Another updated patch set is attached. Thank you for the update. Applied, tweaking the manual entry to use "a unit" rather than "an unit". 1: bd7e16ca2 = 1: bd7e16ca2 org-table: Remove unused org-tbl-calc-modes variable declarati

Re: [PATCH] org-table: Add mode flag to enable Calc units simplification mode

2020-11-23 Thread Kyle Meyer
Daniele Nicolodi writes: > Subject: [PATCH 1/3] org-table: Remove unused org-tbl-calc-modes variable > declaration Looks good. > Subject: [PATCH 2/3] org-table: Simplify mode string parsing > and reduce scope of local variables. [...] > - (if (string-match ";" formula) > - (let ((tmp

Re: Bug: org-clone-subtree-with-time-shift throws error [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-11-23 Thread Kyle Meyer
skap...@pm.me writes: > Thanks for the reply. I used the version shipped with emacs in the > report, and now I installed org 9.4 from the gnu default repository > via package-list-packages within emacs and the error indeed goes > away. Is that the recommended stable version to use? I suppose it d

Re: [PATCH] org-table: Add mode flag to enable Calc units simplification mode

2020-11-23 Thread Kyle Meyer
Daniele Nicolodi writes: > On 23/11/2020 04:14, Kyle Meyer wrote: >> Daniele Nicolodi writes: [...] >>> diff --git a/lisp/org-table.el b/lisp/org-table.el >>> index 4baad2600..6b92656bd 100644 >>> --- a/lisp/org-table.el >>> +++ b/lisp/org-table.el

Re: [PATCH] org-table: Add mode flag to enable Calc units simplification mode

2020-11-23 Thread Kyle Meyer
Daniele Nicolodi writes: > On 23/11/2020 04:14, Kyle Meyer wrote: >> You already mentioned that you plan to add documentation. It'd also be >> good to add a test to test-org-table.el and a NEWS entry. > > By the way, have you seen my other patch with some documentatio

Re: [PATCH] ox-odt.el: quote output file name

2020-11-22 Thread Kyle Meyer
Cheong Yiu Fung writes: > Hello, > > Here's a patch to quote output file name following the fashion of > input file name as used in `org-odt-convert'. It avoids conversion > errors in the underlying shell commands. [...] Thanks! Applied (2d23d55ac)... > --- > lisp/ox-odt.el | 4 ++-- > 1 file

Re: [PATCH] org-table: Add mode flag to enable Calc units simplification mode

2020-11-22 Thread Kyle Meyer
Daniele Nicolodi writes: > Subject: [PATCH 1/4] org-table: Fix table formula mode string handling > > * lisp/org-table.el (org-table-eval-formula): Move mode lookup table > from org-table--set-calc-mode to here. > > * lisp/org-table.el (org-table--set-calc-mode): Use plist-put instead > of the bug

Re: Bug: org-clone-subtree-with-time-shift throws error [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2020-11-19 Thread Kyle Meyer
skap...@pm.me writes: > Summary: using org-clone-subtree-with-time-shift on an entry with the > ID property and a timestamp causes an error or does not create > different IDs, which worked before 27.1. > > Long Description: > > I have a calendar file with a lot of entries, but I slimmed it down to

Re: Removed variables ‘org-agenda-skip-comment-trees’ and ‘org-agenda-skip-archived-trees’

2020-11-19 Thread Kyle Meyer
wlharv...@mac.com writes: > In Org 9.4, Manual section 11 Agenda Views, second to last paragraph, > neither of the referenced variables appears to exist. Hmm, what leads you to say that? $ git describe master release_9.4-134-g0d525cbc7 $ git grep 'org-agenda-skip-\(comment\|archived\)-t

Re: [PATCH] repeat cookies should be in the same order as the repeats

2020-11-19 Thread Kyle Meyer
Kyle Meyer writes: > Thanks for the patch. > >> [PATCH] repeat cookies should be in the same order as the repeats I've amended the commit (as requested off-list) and pushed (5272d97e5). Thanks again Dieter.

Re: [PATCH] doc/org-manual.org: add reference to org-table-transpose-table-at-point

2020-11-19 Thread Kyle Meyer
Greg Minshall writes: > Kyle, thanks. yes, blind copy and paste. i'm not a git-format-patch > expert, so let me know if this is the wrong format (i see some people > include inline, whereas others attach a file -- is one easier to handle > than the other?) Either way is fine on this list, and,

Re: [PATCH] org-table: Add mode flag to enable Calc units simplification mode

2020-11-18 Thread Kyle Meyer
Daniele Nicolodi writes: > Hello, > > I don't think this is what is holding up review of these patches, but, I > recently completed the paperwork for copyright assignment to the FSF. Thanks for this series (and thanks to Eric for the feedback in the previous thread). I'm sorry for the slow respo

Re: patch to add mention of org-table-transpose-table-at-point to doc

2020-11-18 Thread Kyle Meyer
Greg Minshall writes: > hi. this adds the minimal mention of transpose. cheers. Thanks. Could you add a commit message to the patch (using git-format-patch)? > diff --git a/doc/org-manual.org b/doc/org-manual.org > index 040fccc21..33d32b8f5 100644 > --- a/doc/org-manual.org > +++ b/doc/org-m

Re: patch to change org-adapt-indentation customization documentation

2020-11-18 Thread Kyle Meyer
Greg Minshall writes: > hi, Robert, > > thanks. given that the docstring already talks about nil, t, > 'headline-data ... Not related to your main point, but if you're improving the docstring anyway: 'headline-data (which is a relatively recent addition) should instead be written as `headline-da

Re: [PATCH] Remove redundant 'function's around lambda

2020-11-18 Thread Kyle Meyer
Stefan Kangas writes: > I've been working on removing redundant `function' around `lambda' in > Emacs core, so here is a patch which does the same for Org-mode. Thanks. > Subject: [PATCH] Remove redundant 'function's around lambda [...] > diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el > index 4a0c

Re: problem with org-highest-priority

2020-11-18 Thread Kyle Meyer
joa...@verona.se writes: > Kyle Meyer writes: > >> The change in behavior you describe came with 4f98694bf (Allow numeric >> values for priorities, 2020-01-30). Based on quickly skimming that >> commit, I think the issue boils down to intentionally not supporting a >&

Re: Bug: Can't toggle off archived tasks in agenda with "v A" [9.4 (9.4-41-g9bb930-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20201116/)]

2020-11-16 Thread Kyle Meyer
Gustavo Barros writes: > Hi All, > > The toggling of Archives mode in the agenda, the one which includes > archive files, called with "v A", can be turned on, but turning it off > with "v A" does not currently work. > > > An ECM to reproduce the issue is: Thanks for the report and reproducer.

Re: Agenda follow mode + indirect window settings

2020-11-16 Thread Kyle Meyer
Gerardo Moro writes: > Hi, > > I want my agenda to have follow-mode active when starting Emacs. > I suppose this would do the trick? > > (setq org-agenda-start-with-follow-mode t) > (setq org-agenda-follow-indirect t) > > 1) Do I need both? I have observed that having only the second one does not

Re: [PATCH] lisp/org.el: Allow hiding #+SUBTITLE: keyword via `org-hidden-keywords'

2020-11-16 Thread Kyle Meyer
Titus von der Malsburg writes: > Updated patch attached. Thanks. Applied (8bade78ce).

[PATCH] lisp/org.el: Allow hiding #+SUBTITLE: keyword via `org-hidden-keywords'

2020-11-15 Thread Kyle Meyer
Titus von der Malsburg writes: > Subject: [PATCH] lisp/org.el: Allow hiding #+SUBTITLE: keyword via > `org-hidden-keywords' > > * lisp/org.el: Allow users to include 'subtitle in > `org-hidden-keywords' to hide #+SUBTITLE: keyword. > > This way #+SUBTITLE is treated like similar keywords for titl

Re: Changed list indentation behavior: how to revert?

2020-11-15 Thread Kyle Meyer
Kévin Le Gouguec writes: > Detlef Steuer writes: > Note that indenting section bodies by default predates Org 9.4: in Org > 9.3, hitting TAB on the first line of text after a heading indents it to > column LEVEL+1. Yes, org-adapt-indentation has been around (with a default of t) since 4be4c5623

Re: [PATCH] ob-ruby.el: allow specification of ruby command w/header arg

2020-11-14 Thread Kyle Meyer
method is for development to happen through Org's list and repo. I apologize because my word choice in bug#32676 may have caused confusion: Kyle Meyer writes: > Kévin Le Gouguec writes: > > That said... > >> IIUC, Org maintainers prefer for changes to b

Re: [PATCH] ob-java.el: Allow for more whitespace

2020-11-14 Thread Kyle Meyer
ian martins writes: > On Thu, Nov 12, 2020 at 10:46 PM Kyle Meyer wrote: >> Is this related to Jarmo's report at >> <https://orgmode.org/list/87o8k68w05@iki.fi>? If so, it'd be good >> to include a Reported-by trailer as well as a link. > > Yes. T

Re: tags-todo agenda shoud not ignore DONE items

2020-11-12 Thread Kyle Meyer
[ Sorry for the slow reply here, and thank you for looking into this. ] James N V Cash writes: > Bastien writes: > >> Confirming this as an issue, if someone wants to fix it. > > I've tried taking a shot at addressing this issue via the patch attached. > > As mentioned in the thread, might poten

Re: [PATCH] ol-wl: add maildir and rss to folder types

2020-11-12 Thread Kyle Meyer
Chen Li writes: > with this commit, org-link can open maildir and rss folder. > > more to read: http://wanderlust.github.io/wl-docs/wl.html#Folders~ Thanks. I don't use wanderlust and haven't tested it out, but that looks straightforward enough. Applied (1cc04), tacking on a change log to t

Re: org-agenda-get-timestamps and properties

2020-11-12 Thread Kyle Meyer
Michael Heerdegen writes: > When debugging, I found that `org-agenda-get-timestamps' does, depending > on the position of the SCHEDULED spec, do return a timestamp when an > entry is formatted like this: > > ** APPT 10:40 Xyz > :PROPERTIES: > :ID: 1d313f9a-3044-4c23-9278-422646ec9063

Re: [PATCH] ob-java.el: Allow for more whitespace

2020-11-12 Thread Kyle Meyer
ian martins writes: > Subject: [PATCH 1/2] ob-java.el: Do not wrap a main method in a main method > > * lisp/ob-java.el (org-babel-expand-body:java): The code was checking > for existence of a class declaration before wrapping the content of > the code block in a main method, but it should be chec

Re: Missing argument in org-reset-checkbox-state-subtree?

2020-11-12 Thread Kyle Meyer
Bob Wilson writes: > I use the org-checklist add-on so that marking the task as complete > resets the checkboxes to empty. But I noticed that every time I do so, > it resets the statistics cookies everywhere else in the org file! And > by reset, I mean it replaces things like [5/7] with [0/0]. I h

Re: Bug: Off-by-one when archiving to top level date [9.3.6 (9.3.6-17-g389288-elpa @ /home/charlestam/.emacs.d/elpa/org-20200224/)]

2020-11-11 Thread Kyle Meyer
Charles Tam writes: > Wow it's been a while. Sorry I dropped this! > > To reproduce the bug, open the following content in `emacs -q` and run > org-archive-subtree on the TEST ITEM: > > #+COMMENT: Local Variables: > #+COMMENT: mode: org > #+COMMENT: org-archive-location: "::datetree/" > #+COMMENT:

Re: manual omission - effort command in agenda remote editing section

2020-11-11 Thread Kyle Meyer
Ian Garmaise writes: > The following command is missing from section 11.5, Commands in the Agenda > Buffer, Remote editing commands > > C-c C-x e or short e (org-set-effort) Thanks for catching that. Added in f6cf6bb6e.

Re: Missing argument in org-reset-checkbox-state-subtree?

2020-11-11 Thread Kyle Meyer
Bob Wilson writes: > I’m writing about a possible bug in > org-reset-checkbox-state-subtree. This function calls > org-update-checkbox-count-maybe with argument 'all, but this value is > not defined in the function (or anywhere else that I can see). [ I'm looking at the copy on master (e9c3993ee)

Re: [PATCH] repeat cookies should be in the same order as the repeats

2020-11-09 Thread Kyle Meyer
Thanks for the patch. > [PATCH] repeat cookies should be in the same order as the repeats Convention nit: Ideally this subject would start with a "scope/file:", e.g. "manual:" or "org-manual.org:". Also, could you please add a changelog entry and TINYCHANGE cookie, as described at

Re: Agenda buffer name after following a time stamp

2020-11-08 Thread Kyle Meyer
Garjola Dindi writes: [...] > Steps to reproduce: > > 1. Press on [2020-10-22 Thu]. This generates the agenda for >that date in a buffer named "*Org Agenda(a:2020-10-22)" > 2. Close the agenda with "q" or "x" > 3. invoke the org-agenda dispatcher, choose t (or any other view except >"a").

Re: [PATCH] Async session eval (2nd attempt)

2020-11-08 Thread Kyle Meyer
Jack Kamm writes: > This patch adds asynchronous evaluation for session blocks in > Python. It also adds functionality to implement async session eval for > other languages using ob-comint.el. > > To test the attached patch, add ":async" to a Python session block > with a long computation (or "tim

Re: [PATCH] org-manual.org: Remove languages list and update worg link

2020-11-08 Thread Kyle Meyer
ian martins writes: > I pushed two days ago, but the manual hasn't updated yet. I guess it > doesn't update on git hooks like worg. is there a scheduled process or is > there something that must be done? The online manual corresponds to the latest release and updated with each release (as far as

Re: [PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-07 Thread Kyle Meyer
Titus von der Malsburg writes: > On 2020-11-06 Fr 07:18, Kyle Meyer wrote: >> Titus von der Malsburg writes: >> >>> Subject: [PATCH] lisp/org.el: Use face org-document-info for subtitle >>> >>> * lisp/org.el: The value for the #+subtitle: property is now

Re: [PATCH] lisp/org.el: Use `org-document-info' face for subtitles

2020-11-05 Thread Kyle Meyer
Titus von der Malsburg writes: > Subject: [PATCH] lisp/org.el: Use face org-document-info for subtitle > > * lisp/org.el: The value for the #+subtitle: property is now displayed > with face `org-document-info' instead of `org-meta-line'. > > Like the title, author, e-mail, date, the subtitle is in

Re: Bug: problem caused by eval-after-load "speedbar" [9.3 (release_9.3 @ c:/ProgramData/chocolatey/lib/Emacs/tools/emacs/share/emacs/27.1/lisp/org/)]

2020-11-05 Thread Kyle Meyer
John Foerch writes: > Hello, > > I was getting the following error on emacs startup: > > Symbol’s function definition is void: speedbar-add-supported-extension [...] > However, I noticed that 'eval-after-load can take either a filename or a > feature symbol as its argument. If the string "spe

Re: [PATCH] ox.el: Add missing polish translations in export dictionary

2020-11-05 Thread Kyle Meyer
Karol Wójcik via "General discussions about Org-mode." writes: > Hi All, > > This patch is just a quick addition to export dictionary for polish language. > Things which were translated: > > - Continued from previous page -> Ciąg dalszy poprzedniej strony > - Continued on next page-> Kontynuacja

Re: [PATCH] org-manual.org: Remove languages list and update worg link

2020-11-05 Thread Kyle Meyer
ian martins writes: > Subject: [PATCH] org-manual.org: Remove language list and fix Worg link > > * doc/org-manual.org: Remove the language list and fix the Worg link > since the languages page has moved. Renumber footnotes. > > The language list in the manual is missing many languages. Rather >

Re: [PATCH] New "project" option for org-link-file-path-type

2020-11-05 Thread Kyle Meyer
Jack Kamm writes: > I like the idea of letting org-link-file-path-type be a function. > > However, it struck me that it might be too limiting to just have the > function return the project root. There's a lot more potential for > customization here -- for example, a user might want to combine the

Re: Org mode fontification error in # in python and ipython source blocks

2020-11-03 Thread Kyle Meyer
John Kitchin writes: >> (setq python-font-lock-keywords >> (append python-font-lock-keywords >> '(;; this is the full string. >> ;; group 1 is the quote type and a closing quote is matched >> ;; group 2 is the string part >> ( >> ;; "f\\(['\"]\\{1,3\\}\\)\\([^\\1]+?\\)\\1" >> "f\\(['\"]

Re: S-left / S-right with (double) prefix C-u without scheduled time (only date)

2020-11-02 Thread Kyle Meyer
Martin Rottensteiner writes: > In my setup in org 9.4 the behaviour is like this for a scheduled date > without scheduled time (for example SCHEDULED: <2020-10-27>: > C-u S-left: Date changes to date before (26th) > C-u S-right: Date does not change > C-u C-u S-left: Date changes to date before (2

Re: worg changes

2020-11-02 Thread Kyle Meyer
ian martins writes: > Thanks. I pushed. The docs for java are here [1]. > > It looks like many of the language pages don't pick up their formatting. > Mine did the same at first. Is it fine if I fix them? Yes, please, and in general feel free to make improvements and fixes. Thanks.

Re: [PATCH] New "project" option for org-link-file-path-type

2020-11-01 Thread Kyle Meyer
Jack Kamm writes: > The attached patch adds a "project" option for org-link-file-path-type. > > When this is set, links to files under the current project root will be > relative, while links elsewhere are absolute. Thanks, that sounds useful. > It relies on project.el, which appears to have bee

Re: Confusion about org-confirm-babel-evaluate's behavior while exporting lob calls

2020-11-01 Thread Kyle Meyer
Kyle Meyer writes: > It looks like the query went away with dbb375fdf (Simplify Babel calls > evaluation, 2016-06-16), which was included in the 9.0 release. Based > on a quick glance at that commit, I don't think that was an intentional > change. > > I won't take a

Re: Default fold state of property drawers?

2020-11-01 Thread Kyle Meyer
Gustav Wikström writes: > But maybe my issue rather lies in how the visibility toggling with > S-TAB functions. The file property drawer is open in OVERVIEW and > CONTENT but hidden in SHOW ALL. My intuition says that the > file-property drawer should be closed for all toggle-states. Thoughts? I

Re: Bug: headline folding broken by whitespace

2020-10-31 Thread Kyle Meyer
Russell Adams writes: > On Sat, Oct 31, 2020 at 01:58:25PM -0400, Kyle Meyer wrote: >> As I mentioned elsewhere in the thread, my guess is that Russell was >> using your example as is, rather than adding the space on the line >> (where X is below). > > No. I added a spa

Re: Bug: headline folding broken by whitespace

2020-10-31 Thread Kyle Meyer
Daniele Nicolodi writes: > This is funny. I have two emacs instances running: one with my > customizations and an emacs -Q one. The first exhibits the issue, the > second does not If your emacs -Q session is just using the Org that comes with Emacs 27.1, it won't have the commit that introduced t

Re: Inconsistency between code and manual: org-lowest-priority or org-priority-lowest

2020-10-31 Thread Kyle Meyer
Daniele Nicolodi writes: > On 30/10/2020 05:57, Kyle Meyer wrote: >> The org-X-priority -> org-priority-X rename happened in v9.4, with >> org-X-priority names retained as aliases. So, it sounds like there are >> some leftover bits in the code. > > You are absolute

Re: Bug: headline folding broken by whitespace

2020-10-31 Thread Kyle Meyer
Russell Adams writes: > On Sat, Oct 31, 2020 at 04:06:22PM +0100, Daniele Nicolodi wrote: >> I just noticed that with the latest release (Org mode version 9.4 >> (9.4-27-g47bf60-elpa @ /Users/daniele/.emacs.d/elpa/org-20201026/) >> unfolding of headlines is broken by whitespace. In particular with

Re: Bug: headline folding broken by whitespace

2020-10-31 Thread Kyle Meyer
Daniele Nicolodi writes: > Hello, > > i saw a few reports of bugs related to folding and unfolding of > headlines recently, but I think this is not a duplicate. I think you're referring to https://orgmode.org/list/87h7qu10ht@eml.cc https://orgmode.org/list/CAJj=8EFJXFu9ZQ11cO24AAu=1

Re: Inconsistency between code and manual: org-lowest-priority or org-priority-lowest

2020-10-29 Thread Kyle Meyer
Daniele Nicolodi writes: > Hello, > > I found an inconsistency between the manual and implementation: the > Priorities section says that the range of valid priorities can be set > modifying the `org-priority-highest', `org-priority-lowest' and > `org-priority-default' variables. However, in the co

Re: worg changes

2020-10-29 Thread Kyle Meyer
ian martins writes: > I've written some documentation for ob-java for worg. Should I submit a > patch or is it fine to just push? it doesn't modify any existing files. It's fine to just push.

Re: [PATCH] change the ob-java default back to scripting mode

2020-10-29 Thread Kyle Meyer
ian martins writes: > If I make the same change to dozens of tests in the same file, should I > list them as separate bullets, or put the list of function names in > parentheses, or is it better to omit the list if it would be long? The second or third. I think it's a judgment call (and not wort

Re: [PATCH] x11idle: Make installation a little smoother

2020-10-28 Thread Kyle Meyer
Adam Spiers writes: > Fix a -Wimplicit-int compiler warning, and make it more obvious how to > obtain scrnsaver.h on three of the most popular Linux distros. Thanks, sounds good. Note that commits in the Org repo typically follow the Emacs convention of including a changelog-like entry. But tha

Re: Confusion about org-confirm-babel-evaluate's behavior while exporting lob calls

2020-10-28 Thread Kyle Meyer
吴锐扬 writes: > The author explained his motivation for the commit in the mailing list before > it got applied: > >> That's because lob calls get wrapped internally in an anonymous >> emacs-lisp source block that then feeds through the result from the >> actual call as elisp. The attached patch sh

Re: Default fold state of property drawers?

2020-10-28 Thread Kyle Meyer
Gustav Wikström writes: > Hi, > > This may be a stupid question but I didn't find anything conclusive in > the manual or online after a (albeit fairly quick) scan. > > Is there currently a way to declare that property drawers (and the > file level property drawer in particular) should be hidden wh

Re: Proposal: do not align tags in Agenda

2020-10-28 Thread Kyle Meyer
Michaël Cadilhac writes: > My problem wasn't at all, as you point out, that the tag would erase the > entry. > > It has to do with habits: The habit graph overwrites anything else. I > like having org-agenda-tags-column to a low value (wide screen), but > tags are crucial to my workflow, so them

Re: org-marker vs. org-hd-marker

2020-10-28 Thread Kyle Meyer
Michael Heerdegen writes: > Do you know whether I can assume that one of those is always present > (org-marker probably, since org-hd-marker is not always present) when > examining the result of `org-agenda-get-day-entries'? I don't care > about the exact location in an entry. Going through each

Re: [PATCH] change the ob-java default back to scripting mode

2020-10-28 Thread Kyle Meyer
ian martins writes: > Subject: [PATCH] ob-java.el: Change the default back to scripting mode > > * lisp/ob-java.el: Change the default to scripting mode. Add name to > authors. The changelog entry should explicitly list the variables/functions that are modified. So in this case * lisp/ob-j

Re: Folding headings which contain only blank lines

2020-10-26 Thread Kyle Meyer
Kyle Meyer writes: > So, given ee3c3b554 doesn't appear to resolve the initial issue and > introduces its own, I'm in favor of reverting ee3c3b554. I'll plan to > do so in a day or two if I don't hear objections. Done in e8070d71a.

Re: [PATCH] Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-10-26 Thread Kyle Meyer
stardiviner writes: > Bastien writes: > >> stardiviner writes: >> >>> Waited many days, seems no useful patch available. I suggest to revert that >>> commit. >> >> I will have a look over the week-end, thanks. > > Thanks for taking time to look at this problem, Bastien. As discussed at

Re: org-marker vs. org-hd-marker

2020-10-26 Thread Kyle Meyer
Michael Heerdegen writes: > Hello, > > what's the difference between org-marker and org-hd-marker markers? My reading (which could be very wrong) is that org-hd-marker is always set to the start of the headline. org-marker, on the other hand, is set to some position in the entry that depends on

Re: Fwd: [syl20bnr/spacemacs] Org mode column view columns misaligned (#14058)

2020-10-26 Thread Kyle Meyer
bob...@gmail.com writes: > Hi, > > I raised a problem I am having with org mode to the spacemacs bug list. See > issue and comments at https://github.com/syl20bnr/spacemacs/issues/14058. Thanks for reporting here. Could you provide a minimal example (e.g., Org content and column definitions) tha

Re: Folding headings which contain only blank lines

2020-10-24 Thread Kyle Meyer
Dmitrii Korobeinikov writes: >> Any chance you could provide a minimal reproducer for >> your original issue so I can check on my end? > > Certainly, save this: > > ---cut > * empty heading > > > > * another one > > > > ---cut end

Re: LaTeX Headers not in partial export

2020-10-24 Thread Kyle Meyer
Michael Gauland writes: > --start of file-- > > #+LATEX: \setminted{frame=single,framerule=1pt} > > > * Section >   #+begin_src sh :exports code >   echo "This is a code block >   #+end_src > > --end of file-- > > > When I export the file to LaTeX, this line is inclued after > \beg

Re: [PATCH] ob-java

2020-10-24 Thread Kyle Meyer
ian martins writes: > After making the changes, should I submit updated patches or is it fine to > push? Push away. Thanks again.

Re: [PATCH] ob-java

2020-10-24 Thread Kyle Meyer
Hi ian, ian martins writes: >> * Changes >> >> - support for functional mode (~:results value~) >> - accept variables >> - don't require package, class, and main definitions >> - write source and result tempfiles to ~org-babel-temporary-directory~, >> but respects the ~:dir~ header >> - work with

Re: Folding headings which contain only blank lines

2020-10-23 Thread Kyle Meyer
Dmitrii Korobeinikov writes: >> was trying to find an example of the issue fixed by ee3c3b55. Dmitrii, >> did ee3c3b55 solve the issue on you reported? > > Hi, Kyle, I haven't checked it, but since several people reported that > it wasn't working for them, I decided to forego the trouble of > ins

Re: Bug: missing autoload org-load-modules-maybe [9.4 (9.4-7-g3eccc5-elpaplus @ /home/standard/.emacs.d/elpa/26.3/develop/org-plus-contrib-20200921/)]

2020-10-19 Thread Kyle Meyer
Tim Frana writes: > Hello, > > Reproduction: > > Start emacs without loading org, call org-store-link. > Error message is displayed: "Symbol’s function definition is void: > org-load-modules-maybe" > > Expected behaviour: > > Org link to the current location is stored. > > I guess an autoload sho

Re: Bug: Incorrect done TODO keywords highlighting in column view

2020-10-19 Thread Kyle Meyer
Martin Kampas writes: > Hi Kyle, > > You are right, I completely forgot about columns view under the "regular" > buffers. > Updated patch below. Thanks for the update. Applied (90b14cb40), adding a TINYCHANGE cookie to the commit message. (Please let me know if you've completed the copyright

Re: [PATCH] Org Refile Document RFLOC (was: Org Refile RFLOC and Struct Type)

2020-10-19 Thread Kyle Meyer
Kevin Foley writes: > My pleasure, I've attached a patch to this email. I put something > together but I wasn't sure how it should be styled/formatted so if > anyone has any suggestions I'd be happy to update it. Thanks. Looks good. Applied (2d1e2606e), tweaking the commit message to use a col

Re: Bug: Incorrect done TODO keywords highlighting in column view

2020-10-18 Thread Kyle Meyer
Martin Kampas writes: > Hi, > > In columns view, all TODO keywords except those with face set explicitly with > org-todo- > keyword-faces are red. Done keywords should be green. [...] > Subject: [PATCH] org-colview: Fix done TODO keywords highlighting > > * lisp/org-colview.el (org-columns--overl

Re: Org Refile RFLOC and Struct Type

2020-10-18 Thread Kyle Meyer
Kevin Foley writes: > I was recently working with `org-refile` and wanted to use a custom > target. There is the `rfloc` argument which is documented as: > >> RFLOC can be a refile location obtained in a different way. > > There's no documentation as to how `rfloc` should be structured. To > fig

Re: Disabling automatic links for timestamps and tags

2020-10-18 Thread Kyle Meyer
Peter Bienstman writes: > Thanks! Is there a way to achieve this while still keeping the syntax > highlighting intact? I'm not aware of a built-in option to do that. If you want to come up with a custom solution, the code to study is org-set-font-lock-defaults, which in turn calls org-activate-t

Re: Folding headings which contain only blank lines

2020-10-16 Thread Kyle Meyer
Mikhail Skorzhisnkii writes: > Hi, > > Patch ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 breaks unfolding > when > org-cycle-separator-lines set to -1. [...] > Unfolding will not unfold Test1 with > ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 applied. Reverting this > patch makes it working back. Is

Re: Heading won't unfold on TAB if last line has just spaces, with empty line preceding.

2020-10-13 Thread Kyle Meyer
Giovanni Moretti writes: > There's something weird with headings that can cause unfolding to fail. > Headings can > be folded with TAB refuse to unfold - they need Shift-TAB to see the > contents. This > is scary as it looks like content has been accidentally deleted whereas it's > really >

Re: Bug: ODT exporter permission issue on functional distros (eg, Guix) [9.1.9 (release_9.1.9-65-g5e4542 @ /home/cwebber/.guix-profile/share/emacs/26.3/lisp/org/)]

2020-10-12 Thread Kyle Meyer
Christopher Lemmer Webber writes: > Emacs : GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20) > Package: Org mode version 9.1.9 (release_9.1.9-65-g5e4542 @ > /home/cwebber/.guix-profile/share/emacs/26.3/lisp/org/) [...] > Subject: [PATCH] ox-odt: Fix read-only error with styles

Re: Bug: org-priority face has extra space at the end starting from version 9.4 [9.4 (9.4-elpaplus @ /home/rrudakov/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-10-10 Thread Kyle Meyer
Protesilaos Stavrou writes: > On 2020-09-29, 08:00 +, Roman Rudakov wrote: > >> "Protesilaos Stavrou" writes: >> >>> Roman Rudakov [2020-09-15, 18:50 +]: >>> I use theme which draw boxes around priority cookie. Before updating to version 9.4 box was rendered just around square

Re: Disabling automatic links for timestamps and tags

2020-10-10 Thread Kyle Meyer
Peter Bienstman writes: > I don't want clicking on timestamps and tags to open a search Window. You can customize org-highlight-links. For example, assuming you have seq and org loaded: (setq org-highlight-links (seq-remove (lambda (x) (memq x '(tag date))) o

Re: Deadline w/o time not showing on daily agenda

2020-10-10 Thread Kyle Meyer
David Masterson writes: > Is there a way to get tasks with a deadline that doesn't have a time > (just a day) to show on the daily agenda? Tasks w/ timed deadline do > show on the daily agenda. Could you provide a minimal example that shows the issue? On the current master branch (23f9415), I t

Re: Disabling automatic links for timestamps and tags

2020-10-10 Thread Kyle Meyer
Peter Bienstman writes: > How can I prevent orgmode from turning timestamps and tags into links? Could you provide a minimal example that demonstrates that behavior you're referring to?

Re: [PATCH] Adaptive Org faces in headings?

2020-10-07 Thread Kyle Meyer
Protesilaos Stavrou writes: > Tried to format the patch. Please see the attached file. If it does > not work, feel free to dismiss it and just apply the change yourself. Looks good. Applied (23f9415c6). Thanks.

Re: Bug: [PATCH] org-agenda: "Invalid face reference: t" errors [9.4 (release_9.4-49-g4b150d @ /home/n/.emacs.d/straight/build/org/)]

2020-10-06 Thread Kyle Meyer
No Wayman writes: > I noticed recently that my message buffer was getting clobbered > with thousands of Invalid face reference errors when moving point > around an org-agenda buffer. e.g.: > >> Invalid face reference: t [4519 times] [...] > I believe the face spec in the call to `add-face-text-p

Re: [PATCH] Adaptive Org faces in headings?

2020-10-06 Thread Kyle Meyer
Protesilaos Stavrou writes: > Sorry to re-open this issue. The following change extends Ihor's patch > to also cover checkbox statistics. Seems to work just fine on my end. > Thanks again! Thanks for the patch. Looks good on my end too. Would you mind adding a commit message and sending the g

Re: PATCH: Display point of code block point when confirming evaluation

2020-10-06 Thread Kyle Meyer
Kyle Meyer writes: > That sounds reasonable to me, and the change looks fine to me. My only > thought is that perhaps the line number would be friendlier to report, > but I don't feel strongly about that. > > I'll wait a few days for any babel users to chime in and then

Re: [PATCH] Omit file description when :file-desc has nil value

2020-10-06 Thread Kyle Meyer
Matt Huszagh writes: > I've made those fixes and attached the updated patch. Applied (d9884cfa7). Thank you!

Re: problem with org-highest-priority

2020-10-05 Thread Kyle Meyer
joa...@verona.se writes: > This used to work: > (defun jv-org-priorities () > (setq org-highest-priority ?0 ;; 64 @ 48 0, bugs start happening if you > have higher prios tnan 0, like '!' > org-lowest-priority ?E ;; E > org-default-priority ?0 ;; 0 > org-priori

Re: [PATCH] org: Fix a docstring typo

2020-10-02 Thread Kyle Meyer
morgan.j.sm...@outlook.com writes: > From: Morgan Smith > > * lisp/org.el (org-check-before-invisible-edit): Fix a docstring typo. > --- > > Hello Org! This is my first patch so go easy on me. I'm planning on > doing more patches in the future. I already submitted the FSF > paperwork for emacs, s

Re: org-capture at point

2020-10-02 Thread Kyle Meyer
david wen riccardi-zhu writes: > I use org-plus-contrib 2020928 with Emacs 27.1. > > Since org-plus-contrib 20200920, I'm no longer able to get > org-capture to insert a template at the point. Instead, it seems > to place the entry at the appropriate heading level, above the > current heading.

Re: org-capture at point

2020-10-02 Thread Kyle Meyer
No Wayman writes: >> Looks like it was introduced with: >> >> f5573e6a0 org-capture.el: Fix heading's level when inserting a >> template "here" > > I believe the issue is due to `org-back-to-heading' moving point > when calculating the heading level. > The attached patch corrects the issue on my

Re: [PATCH] Omit file description when :file-desc has nil value

2020-10-02 Thread Kyle Meyer
Matt Huszagh writes: > Subject: [PATCH] list/ob-core.el: Allow passing empty vector to :file-desc to > omit description s/list/lisp/ > diff --git a/doc/org-manual.org b/doc/org-manual.org > index e7d25b90e..a790f3225 100644 > --- a/doc/org-manual.org > +++ b/doc/org-manual.org > @@ -17482,10 +1

Re: Links in complete org-todo-keyword-face not highlighted

2020-09-30 Thread Kyle Meyer
Bob Wilson writes: > I often put links in TODOs, but it would appear that in org 9.4, > marking a task complete changes the font of the entire text (link and > non-link) to be the same color, so the link is no longer highlighted. [...] > I tried searching the mailing list to see if this has been d

Re: PATCH: Display point of code block point when confirming evaluation

2020-09-29 Thread Kyle Meyer
Thanks for the patch, and sorry for the very delayed response. Jarmo Hurri writes: > Greetings. > > Please find attached a patch that adds the point of the source code > block to the message shown to user when confirming the evaluation of the > block. > > In large org-files, I have often trouble

Re: Proposal: do not align tags in Agenda

2020-09-29 Thread Kyle Meyer
Michaël Cadilhac writes: > Hello all, > > I have a wide screen, which makes right edge alignment of tags in the > agenda inconvenient (they're hard to match with the main entry). > Setting org-agenda-tags-column to a specific column overwrites part of > the entry, which is not optimal. I'd simply

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