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

[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: [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).

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: 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: 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: [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: 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 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] 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] 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] 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: 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: 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: [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: [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-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] 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: 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: > 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: [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] 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: 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] 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: [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] doc/org-manual.org: Extend table formulas Lisp form documentation

2020-11-26 Thread Kyle Meyer
Daniele Nicolodi writes: > On 25/11/2020 05:37, Kyle Meyer wrote: >> Daniele Nicolodi writes: [...] >>> Would it be worth to mention org-sbe in the same section of the manual? >> >> Yeah, it looks like there's no mention of org-sbe in the manual, so I >>

[PATCH] ob-ruby.el: Don't reuse the same buffer among different named

2020-11-26 Thread Kyle Meyer
Juri Linkov writes: > Subject: [PATCH] ob-ruby.el: Don't reuse the same buffer among different named > sessions > > * lisp/ob-ruby.el (org-babel-ruby-initiate-session): Instead of > run-ruby that always insists on using the existing buffer, use > run-ruby-or-pop-to-buffer that allows using the bu

Re: How to get a block’s contents by name

2020-11-27 Thread Kyle Meyer
George Mauer writes: > I'm trying to figure out how I could fetch the contents of another block by > name from an elisp script > > I've seen `org-sbe` but I just want to get the block contents, (ideally > with noweb and vars filled in - just as it would be tangled if we were to > tangle it) > > Ho

Re: [PATCH] Fix ODT output for scheduled items.

2020-11-28 Thread Kyle Meyer
Nick Dokos writes: > Subject: [PATCH] org-odt-planning: Fix scheduled item output > > * lisp/ox-odt.el (org-odt-planning): Use org-scheduled-string, not > org-deadline-string, for scheduled items. Thank you. Applied (546b2ba26).

Re: [PATCH] ob-ruby.el: Don't reuse the same buffer among different named

2020-11-28 Thread Kyle Meyer
Kyle Meyer writes: > Juri Linkov writes: > >> Subject: [PATCH] ob-ruby.el: Don't reuse the same buffer among different >> named >> sessions [...] > Untested on my end, but makes sense as far as I can tell. I'll leave > another day or so for any ob-ru

Re: Bug: Error message: "Symbol’s function definition is void: org-refile-get-location" [9.4 (9.4-41-g9bb930-elpaplus @ /home/omarantolin/.emacs.d/elpa/org-plus-contrib-20201116/)]

2020-11-28 Thread Kyle Meyer
Omar Antolín Camarena writes: > The org-goto command doesn't work unless org-refile has been loaded. > > I started Emacs, loaded org, opened and org file and tried running org-goto. > I got the following error message: > > Symbol’s function definition is void: org-refile-get-location [...] Thanks

Re: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-11-29 Thread Kyle Meyer
daniela-s...@gmx.it writes: >> From: "Tom Gillespie" [...] >> If you have that then your list will be retained. However Emacs will >> probably continue to ask you to remove the missing file until some >> file exists at that path. Not sure about the org agenda behavior for >> missing files since I

Re: bug#44935: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-11-29 Thread Kyle Meyer
daniela-s...@gmx.it writes: >> From: "gyro funch" [...] >> If I'm not mistaken, all of the development is done by volunteers. >> >> Perhaps you could help resolve your issue instead of asking other >> people, who are likely already overworked, to shoulder the burden. > > Is there a mailing list f

Re: difficulty extracting email address from property field containing gmail link

2020-11-29 Thread Kyle Meyer
Ian Garmaise writes: > This is working well, except for the property used for the email address. > Unfortunately, I stored this as a gmail link. This makes it difficult to > extract the actual email address using org-collector as follows: > > #+BEGIN: propview :cols ((car (s-split " " ITEM)) EMA

Re: Bug: Following a link to a #+NAME causes '(wrong-type-argument stringp nil)' [9.3 (release_9.3 @ /usr/share/emacs/28.0.50/lisp/org/)]

2020-11-30 Thread Kyle Meyer
Dima Kogan writes: > Hi. I'm using the org included with a recent build from emacs git. I > have this tst.org: > > [[name][link]] > > * heading > #+NAME: name > > text > > I open it with 'emacs -Q'. I move the point to the link at the top, and > C-c C-o to follow the link. This doesn't work: > >

Re: Bug: Org exporter: broken-link errors can't be debugged with debug-on-error [9.3 (release_9.3 @ /usr/share/emacs/28.0.50/lisp/org/)]

2020-11-30 Thread Kyle Meyer
Dima Kogan writes: > Hi. I'm using the org included with a very recent emacs built from git. > > I have a large project consisting of many .org files that I'm exporting > to html. Somewhere there's a broken link, so when I export the project I > get > > user-error: Unable to resolve link: "figur

Re: org-mode export toggle checkboxes

2020-12-03 Thread Kyle Meyer
Zelphir Kaltstahl writes: > Hello Emacs and Org-Mode Users, > > I have a question regarding the export options of org-mode. > > Is there a way to toggle, whether checkboxes are exported to markdown > and plain text (ASCII buffer / file)? I did not find any on > https://orgmode.org/manual/Export-

Re: [feature request] org-agenda-skip-unless

2020-12-06 Thread Kyle Meyer
[ sorry for the slow response ] Alexander Adolf writes: [...] > and achieve an agenda with three sections: > 1) (agenda "" nil) > 2) all todos with some planning information (scheduled or deadline) > 3) all todos without any planning information > > Number 1 I already have. Number 3 can be achi

Re: [PATCH] Persistently save downloaded inline remote images

2020-12-06 Thread Kyle Meyer
Thanks for the patch, and sorry about the slow response. Ferdinand Pieper writes: > Currently remote images are downloaded upon each display. As most of > the time the images do not change in between redisplays, we can > instead buffer the images locally and only update the local copy when > t

Re: Archive an task which has un-indented logbook caused error

2020-12-07 Thread Kyle Meyer
stardiviner writes: > I have an Org task like this: > ```org > ** DONE lantern [2/2] >CLOSED: [2019-02-16 Sat 23:45] > :LOGBOOK: > - State "DONE" from "TODO" [2019-02-16 Sat 23:45] \\ > Arch Linux install lantern from AUR. > CLOCK: [2019-02-16 Sat 23:38]--[2019-02-16 Sat 23:45]

Re: org-archive-subtree errors when logbook lines are unindented

2020-12-08 Thread Kyle Meyer
Duianto writes: > Source: > org-archive-subtree does not work on subtrees with clock entries #14033 > https://github.com/syl20bnr/spacemacs/issues/14033 > > Description: > The error message: > indent-line-to: Wrong type argument: wholenump, -1 Thanks for reporting. This should be fixed by 2eb5f0

Re: org-archive-subtree errors when logbook lines are unindented

2020-12-08 Thread Kyle Meyer
Duianto writes: > Source: > org-archive-subtree does not work on subtrees with clock entries #14033 > https://github.com/syl20bnr/spacemacs/issues/14033 > > Description: > The error message: > indent-line-to: Wrong type argument: wholenump, -1 Thanks for reporting. This should be fixed by 2eb5f0

Re: org-archive-subtree errors when logbook lines are unindented

2020-12-08 Thread Kyle Meyer
Duianto writes: > Source: > org-archive-subtree does not work on subtrees with clock entries #14033 > https://github.com/syl20bnr/spacemacs/issues/14033 > > Description: > The error message: > indent-line-to: Wrong type argument: wholenump, -1 Thanks for reporting. This should be fixed by 2eb5f0

Re: Archive an task which has un-indented logbook caused error

2020-12-08 Thread Kyle Meyer
Kyle Meyer writes: > Thanks for reporting. This is the same error as reported by Duianto at > https://orgmode.org/list/cae-tx7i5ew3ed3yx6jjx57qnurtv0aumwkue0w83yuureke...@mail.gmail.com > > It bisects to 11ef7454a (org.el (org-fixup-indentation): Fix logbook > drawers indentat

Re: [PATCH] org-agenda.el: Add a M-, binding for org-priority-show

2020-12-08 Thread Kyle Meyer
[ Sorry, all, for the recent string of duplicate messages from me :x ] Adam Spiers writes: > This offers an easy way to check the internal numeric priority > used for sorting within the agenda. Thanks for the patch. Please include a changelog entry in your commit message. > --- > doc/org-manu

Re: Allow to set :follow link parameter for "file" links

2020-12-08 Thread Kyle Meyer
Johan Tolö writes: > Hi all, > > For some time I have been using the suggestion by John Kitchin at: > > https://kitchingroup.cheme.cmu.edu/blog/2016/11/04/New-link-features-in-org-9/#orgc074278 > > to "improve" the file link. Since upgrading org mode it no longer > works. I believe it was caused

Re: Why are some headings html exported as lists while others aren’t?

2020-12-08 Thread Kyle Meyer
George Mauer writes: [...] > > When I export this to html the HTML_CONTAINER and HTML_CONTAINER_CLASS > properties are working for the Contact and my name and About headers, but > all the headers underneath Contact appear as `ul` with no classes. > > It would seem that there's some sort of "level"

Re: [org-save-all-org-buffers] Saving is not reliable?

2020-12-08 Thread Kyle Meyer
Mikhail Skorzhisnkii writes: > Hello forum, > > I start noticing some time ago that saving org-mode buffers works > unreliably in my setup. Most of the time I am using function > `org-save-all-org-buffers' from core org. Unreliable in that some Org buffers are left in a modified state? [...] > P

Re: Bug: Having '%p" in frame-title-format makes org-mode to freeze [9.4 (release_9.4-134-g0d525c @ /home/massimo/bugreport/org-mode/lisp/)]

2020-12-09 Thread Kyle Meyer
Massimo Lauria writes: > Hi all, > > I recently came across this weird issue using org-mode. Essentially > when I fold/unfold/fold some header in org-mode, pressing tab three > times, > I expect the section to fold again at the third keypress, and instead > emacs freezes. By detective work I dis

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-12-09 Thread Kyle Meyer
Thanks for the patch. Adam Spiers writes: > This is useful for prepending to the start of the target headline > instead of appending to the end, or vice-versa depending on > org-reverse-note-order. It sounds like Bastien and Amin would also find this useful. I would have liked to see a few mo

Re: org-mac-link patch

2020-12-10 Thread Kyle Meyer
Jan Lübke writes: > Good morning, > > this is my first time submitting a patch, here. Thank you! > I hope I did everything right. If I made a mistake, please let me > know. If you have any questions, feel free to ask. The patch format looks good. I have only minor/cosmetic comments. > Not s

Re: [PATCH] Turkish translation added for export

2020-12-10 Thread Kyle Meyer
Fatih Aydin writes: > --- > lisp/ox.el | 36 +--- > 1 file changed, 29 insertions(+), 7 deletions(-) Pushed (dc1e037cd), tweaking the commit message and adding a changelog entry. Thanks!

Re: [PATCH] Fix org-in-archived-heading-p when tag contains ARCHIVE as a substring

2020-12-10 Thread Kyle Meyer
Ihor Radchenko writes: > Subject: [PATCH] Fix org-in-archived-heading-p > > * lisp/org.el (org-in-archived-heading-p): When called on a heading > with a tag containing org-archive-tag string as a substring, that > heading was incorrectly recognised as archived. Changed matching > against the wh

<    5   6   7   8   9   10   11   12   13   >