Re: [O] I have org-plus-contrib from ELPA. How do I temporarily test Org from git?

2017-02-04 Thread Kyle Meyer
Hello, Jorge Morais Neto writes: > Hi. I wanted to temporarily run git Org so I could test a fix by Nicolas > Goaziou. I have pulled the master branch and adapted local.mk. [...] > I have built and run ‘make test’ (there were two unexpected test failures, but > they regard functionality I do

Re: [O] I have org-plus-contrib from ELPA. How do I temporarily test Org from git?

2017-02-04 Thread Kyle Meyer
Kyle Meyer writes: [...] > You can put any other settings you want to test in here. Assuming the > above file is called org-config.el, start emacs like so: Oops, ignore the "Assuming .. org-conig.el" part. -- Kyle

Re: [O] Help checking orgcard.pdf

2017-02-05 Thread Kyle Meyer
Kaushal Modi writes: > Hi Kyle, > > I had few fixes in my version of orgcard.tex. I had reviewed the bindings > till the Tables section last November. > > I have attached the patch for review. Thanks! Looks good. -- Kyle

Re: [O] Help checking orgcard.pdf

2017-02-05 Thread Kyle Meyer
Kaushal Modi writes: > Thanks. Please push that for me. OK, will do. I'll wait a day or two for comments on other sections and apply your patch when I commit those changes. -- Kyle

Re: [O] Behavior of `org-show-entry'

2017-02-05 Thread Kyle Meyer
Eric Abrahamsen writes: > I do a lot of my Org navigation with `helm-org-in-buffer-headings' and > `helm-org-agenda-files-headings', which prompt you for an org heading, > then take you there. > > I'm always annoyed that, once you're at the heading, it leaves it in > a half-open state where you c

Re: [O] Behavior of `org-show-entry'

2017-02-05 Thread Kyle Meyer
Eric Abrahamsen writes: > Kyle Meyer writes: [...] >> Based on how org-show-entry calls it, outline-flag-region shows the text >> from the current heading to the next. So it seems to behave as >> documented: "[s]how the body directly following this heading".

Re: [O] Behavior of `org-show-entry'

2017-02-06 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: > >> Hmm, for the reason I gave above, I don't think org-show-entry should >> change, but perhaps there should be a separate function that does >> >> (org-show-entry) >> (org-with-limited-levels (or

Re: [O] Help checking orgcard.pdf

2017-02-08 Thread Kyle Meyer
Kyle Meyer writes: > Kaushal Modi writes: > >> Thanks. Please push that for me. > > OK, will do. I'll wait a day or two for comments on other sections and > apply your patch when I commit those changes. Pushed (4340cc78). -- Kyle

Re: [O] Help checking orgcard.pdf

2017-02-09 Thread Kyle Meyer
David Talmage writes: [...] >> Pushed (4340cc78). > > > There is a formatting bug in orgcard.tex. The US letter version, > orgcard_letter.pdf, does not fit on the front and back of a single page as > orgcard.pdf does. Thanks for catching that. It seems to be the extra line \metax{move th

Re: [O] Help checking orgcard.pdf

2017-02-09 Thread Kyle Meyer
Kyle Meyer writes: > David Talmage writes: [...] >> There is a formatting bug in orgcard.tex. The US letter version, >> orgcard_letter.pdf, does not fit on the front and back of a single page as >> orgcard.pdf does. > > Thanks for catching that. It seems to be th

Re: [O] Help checking orgcard.pdf

2017-02-09 Thread Kyle Meyer
"Charles C. Berry" writes: > Sorry not to be sending a patch, but I figured I should at least mention > that these are not current: > > \key{export visible part only}{C-c C-e v} > \key{insert template of export options}{C-c C-e t} > > Also `C-c C-e' brings up the export dispatcher menu (by defau

Re: [O] Help checking orgcard.pdf

2017-02-11 Thread Kyle Meyer
"Charles C. Berry" writes: > Sorry not to be sending a patch, but I figured I should at least mention > that these are not current: > > > \key{export visible part only}{C-c C-e v} > \key{insert template of export options}{C-c C-e t} With e50cd98f9, I've update these, as well as added keys for o

Re: [O] Merge 9.0.5 to emacs master? (Was: Release 9.0.5)

2017-02-12 Thread Kyle Meyer
Kaushal Modi writes: > Kyle -- Would this be a good time to start the merge to emacs master? >From my standpoint, that'd be fine. I'm not aware of any outstanding patches that need to be backported from the Emacs repo. -- Kyle

Re: [O] Merge 9.0.5 to emacs master?

2017-02-13 Thread Kyle Meyer
Hi Bastien, Bastien Guerry writes: > Kyle Meyer writes: > >> Kaushal Modi writes: >> >>> Kyle -- Would this be a good time to start the merge to emacs master? >> >>>From my standpoint, that'd be fine. I'm not aware of any outstanding >&

Re: [O] Merge 9.0.5 to emacs master?

2017-02-13 Thread Kyle Meyer
Rasmus writes: [...] > I think we have discussed it before, but the best way seems to just copy > the Org tree to the Emacs tree, right? Given the current setup, I think copying the files is best. I've already resolved the conflicts when backporting Org-related commits from the Emacs repo. --

Re: [O] BUG: disparity between popup menu and pulldown menu for Agenda viewing mode

2017-02-27 Thread Kyle Meyer
"J. David Boyd" writes: > When I'm viewing the agenda, if I press v, I get a popup menu that states that > I can get to the for[t]night view, with a 't', which works. > > But I if look in the pulldown menu, it tells me that Fortnight View is > accomplished with v f. This actually puts the Agenda

Re: [O] Fontification error

2017-03-19 Thread Kyle Meyer
Aaron Jensen writes: > This is in reply to the Fontification error Thomas S. Dye reported on > Feb 13 2017: > > http://lists.gnu.org/archive/html/emacs-orgmode/2017-02/msg00280.html > > I was able to bisect this error to the following commit: > > f2a5104e45b6f44a08960ae49ba20c124a8fa9d8 is the fi

Re: [O] Bug: entering range of times [9.0.5 (release_9.0.5-474-g942b62 @ /home/joe/org-mode/lisp/)]

2017-04-20 Thread Kyle Meyer
Joe Corneli writes: > As I understand it I should be able to enter a range of times using > either of the following formats: > > ** TODO time range <2017-04-21 Fri 15:45-16:45> > ** TODO time+date range <2017-04-21 Fri 15:45>--<2017-04-22 Sat 15:45> > > Docs: http://orgmode.org/manual/Timestamps.

Re: [O] set org-attach-directory location per buffer

2017-04-23 Thread Kyle Meyer
Xebar Saram writes: > i was wondering if one could use perhaps local variables in separate org > files to define the location of the attachment folder per file [...] Have you tried setting it as a file-local variable? (info "(emacs)Specifying File Variables") > so that for each folder the

[O] [RFC PATCH] ox-extra: Merge sections from ignored headlines

2017-04-29 Thread Kyle Meyer
Hello, I'd like to apply the following patch to maint. It solves an issue that results from using ox-extra's "ignore headlines" feature along with ox-texinfo. org-export-ignore-headlines transforms the tree to remove headlines with the "ignore" tag, moving the ignored headline's content to the p

Re: [O] [PATCH 1/2] org-refile: escape slashes only in headline of refile target

2017-05-05 Thread Kyle Meyer
Sebastian Reuße writes: > * org.el (org-refile-get-targets): only escape slashes in headline For style consistency, the first word following the colon should be capitalized. The same applies to the commit subject. > part of refile target; leave any file-system path component (when > enabled) u

Re: [O] [PATCH 2/2] org-refile: optionally prefix refile targets with buffer name

2017-05-05 Thread Kyle Meyer
Sebastian Reuße writes: > * org.el (org-refile-get-targets): Add case to optionally prefix > refile targets with the buffer name. > (org-refile-use-outline-path): Add new option setting and document. > > Having an option to use the buffer name as a prefix is convenient, > since this will work han

Re: [O] [PATCH 1/2] org-refile: escape slashes only in headline of refile target

2017-05-06 Thread Kyle Meyer
Sebastian Reuße writes: > Thank you, Kyle. I’ve incorporated your suggestions (after pulling the > git send-mail trigger early a few times). Thanks. Applied to the master branch. Could you send a patch that mentions the org-refile-use-outline-path change in ORG-NEWS? -- Kyle

Re: [O] [PATCH 1/2] org-refile: escape slashes only in headline of refile target

2017-05-06 Thread Kyle Meyer
Sebastian Reuße writes: > I have a copyright assignment with FSF; the reason I’m not on the org > contributors page is that I haven’t submitted a patch before. Great, I'll add you to that page. -- Kyle

Re: [O] [PATCH] ORG-NEWS: Update new features

2017-05-06 Thread Kyle Meyer
Sebastian Reuße writes: > --- > etc/ORG-NEWS | 5 + > 1 file changed, 5 insertions(+) Thanks. Applied. -- Kyle

Re: [O] About org-sort -> org-sort-list with custom sort function

2017-05-06 Thread Kyle Meyer
Zhitao Gong writes: > I think there is a bug in org-sort or org-sort-list function. > > If you call org-sort (C-c ^) on list items, this function will call > org-sort-list. However, org-sort calls org-sort-list with only one > argument, i.e., the with-case (see the code below) > > #+BEGIN_SRC em

Re: [O] About org-sort -> org-sort-list with custom sort function

2017-05-07 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: > >> I'm a bit confused about why org-call-with-arg is necessary because I >> think call-interactively already propagates the current prefix argument, >> but perhaps I'm missing some subtlety here. Either way ...

Re: [O] About org-sort -> org-sort-list with custom sort function

2017-05-07 Thread Kyle Meyer
Kyle Meyer writes: > Nicolas Goaziou writes: > >> Kyle Meyer writes: >> >>> I'm a bit confused about why org-call-with-arg is necessary because I >>> think call-interactively already propagates the current prefix argument, >>> but perhaps I

Re: [O] About org-sort -> org-sort-list with custom sort function

2017-05-08 Thread Kyle Meyer
Nicolas Goaziou writes: > The we may not need `call-interactively' at all. > > WDYT? Yeah, I agree that there's no need for call-interactively here because the interactive forms of org-table-sort-lines, org-sort-list, org-sort-entries are covered by org-sort's. Switched call-interactively to f

Re: [O] About org-sort -> org-sort-list with custom sort function

2017-05-08 Thread Kyle Meyer
Nicolas Goaziou writes: > I think the patch can also go into maint branch, since this is a fix. It's more of a cosmetic change, no? (The one "fix" would be that org-sort documents WITH-CASE as optional even though it was actually a required argument.) Anyway, I'll cherry pick it over the next

Re: [O] About org-sort -> org-sort-list with custom sort function

2017-05-08 Thread Kyle Meyer
Kyle Meyer writes: > Nicolas Goaziou writes: > >> The we may not need `call-interactively' at all. >> >> WDYT? > > Yeah, I agree that there's no need for call-interactively here because > the interactive forms of org-table-sort-lines, org-sort-list, &

[O] [PATCH] org-sort: Read compare-func in interactive calls

2017-05-09 Thread Kyle Meyer
* lisp/org-macs.el (org-read-function): New function. * lisp/org.el (org-sort-entries): * lisp/org-table.el (org-table-sort-lines): * lisp/org-list.el (org-sort-list): Read COMPARE-FUNC when called interactively rather than being restricted to the default behavior of sort-subr's PREDICATE parameter

Re: [O] [PATCH] org-sort: Read compare-func in interactive calls

2017-05-11 Thread Kyle Meyer
Nicolas Goaziou writes: >> * lisp/org-list.el (org-sort-list): Read COMPARE-FUNC when called >> interactively rather than being restricted to the default behavior of >> sort-subr's PREDICATE parameter. Guard prompts for GETKEY-FUNC and >> COMPARE-FUNCTION with called-interactively-p, like >> org

Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls

2017-05-13 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: [...] >> So I'm fine removing called-interactively-p from org-table-sort-lines, >> but I'm not sure how it should behave, particularly with respect to the >> column prompt. >> >> Thoughts? > > Couldn

Re: [O] Save-excursion that works with org visibility?

2017-05-13 Thread Kyle Meyer
Nikolay Kudryavtsev writes: > Is there any way to modify node visibility and then revert those > changes? In particular I'm interested in doing and then reverting > (org-content). If you pass a non-nil value for the INVISIBLE-OK argument of outline-up-heading, I think that your function should

Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls

2017-05-14 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: > >> I think (interactive "p"), or (interactive "P\np"), would be undesirable >> because we'd be 1) changing the call signatures in a way that's not >> backward compatible and 2) positioning an ar

Re: [O] [PATCH v2] org-sort: Read compare-func in interactive calls

2017-05-14 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: [...] >> Using an additional argument whose only purpose is to serve as a >> interactive flag, which is what called-interactively-p's docstring >> suggests, avoids these issues. > > I'd rather avoid this. What

Re: [O] `org-store-link' to skip link storing functions without touching `org-context-in-file-links'

2017-05-20 Thread Kyle Meyer
York Zhao writes: > However, the biggest problem I'm having now is that once I loaded > org-git-link.el, I'm forced to always store links linking to git repository > which is not always I want because I also need to be able to store links > linking to the files in the working directory instead of

[O] [PATCH] org-store-link: Don't roll C-u behavior into C-u C-u behavior

2017-05-20 Thread Kyle Meyer
York Zhao writes: [...] > Seems to be a reasonable solution to me. So would you go ahead and make the > change, or, would more people need to agreed on this solution? If there are no objections within a few days, I'll apply the following patch to maint. -- >8 -- Subject: [PATCH] org-store-link

Re: [O] [PATCH] org-store-link: Don't roll C-u behavior into C-u C-u behavior

2017-05-21 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: > >> If there are no objections within a few days, I'll apply the following >> patch to maint. > > LGTM. Thank you. Thanks for having a look. Applied in 0de7ad043. -- Kyle

Re: [O] Fix org.el compilation warnings

2017-05-25 Thread Kyle Meyer
Kaushal Modi writes: > I was trying to fix the org.el compilation warnings. I don't see any compiler warnings when I run 'make compile' with either master (2960dc971) or maint (89bd7ad87) on Emacs 25.2. -- Kyle

Re: [O] Fix org.el compilation warnings

2017-05-25 Thread Kyle Meyer
Kaushal Modi writes: > On Thu, May 25, 2017, 7:59 PM Kyle Meyer wrote: > >> Kaushal Modi writes: >> >> > I was trying to fix the org.el compilation warnings. >> >> I don't see any compiler warnings when I run 'make compile' with either &g

[O] [PATCH] Silence byte-compiler under "make single"

2017-05-25 Thread Kyle Meyer
Kyle Meyer writes: > With 'make single' on master, I get a compile error due to the > eval-when-compile's added in 53ee147f4 (Add support for new switches to > org-get-heading, 2017-01-17) and 6dc6eb3b0 (Fix failing test, > 2017-01-19). > > In toplevel

Re: [O] Fix org.el compilation warnings

2017-05-26 Thread Kyle Meyer
Kaushal Modi writes: >> Ah, right ... 'make compile' uses a single Emacs instance, while 'make >> single' uses a separate Emacs instance for each file. > > I wasn't even doing that. I was doing M-x byte-compile-file and selecting > org.el. Sure, I was just noting why I didn't see the org-agenda-

[O] syncing with Emacs (was: Fix org.el compilation warnings)

2017-05-26 Thread Kyle Meyer
Kaushal Modi writes: > (About that, I'd like to help syncing the org on emacs master with org > 9.0.7 if I can.) Rasmus was working on it the last time it came up. I'm not sure what the status of that is. Each Org release, I've been updating the emacs-sync branch. This branch is a superset of

Re: [O] Bug: org-git-link.el fails for file in $HOME but not under Git [9.0.7 (release_9.0.7-493-g82a503 @ /Users/xcy/src/org-mode/lisp/)]

2017-05-29 Thread Kyle Meyer
Chunyang Xu writes: > After loading org-git-link.el, 'C-c l' ('org-store-link') fails for file > in $HOME but not under Git, such as "~/foo.c". The following is contents > of the *Backtrace* buffer while the error happens. I have attached a > patch to fix this issue. Thanks. Applied in 1fbbce4d

Re: [O] Status line change?

2017-06-22 Thread Kyle Meyer
Russell Adams writes: > Since I recently upgraded my Org from an ancient v7 to 9.0.5, I noticed that > when I use C-c C-t to change a headline to > DONE that I no longer see a message on the status bar indicating it was > changed. The lack of feedback makes me often go > up to the headline to c

Re: [O] Status line change?

2017-06-22 Thread Kyle Meyer
Russell Adams writes: > On Thu, Jun 22, 2017 at 08:27:41PM -0400, Kyle Meyer wrote: >> Testing with 9.0.5 and 9.0.9, I see a "TODO state changed to DONE" >> message in the echo area, which I think is what you're referring to. >> Not sure what the issue would

Re: [O] Status line change?

2017-06-22 Thread Kyle Meyer
Kyle Meyer writes: > That change seems to have unintentionally reversed the visibility check, > which should be > > -- >8 -- > diff --git a/lisp/org.el b/lisp/org.el > index 1e6d00973..d9b6489ff 100644 > --- a/lisp/org.el > +++ b/lisp/org.el > @@ -12681,7 +12681,7

[O] [PATCH] doc/Makefile: Auto-generate org-version.tex for orgcard

2017-06-23 Thread Kyle Meyer
Hello, It seems that the only place where we hardcode the Org version is orgcard.tex. Any objections to auto-generating this as well? -- >8 -- * doc/Makefile: Add rule to generate org-version.tex. * doc/orgcard.tex: Include org-version.tex rather than explicitly setting version and year. This r

Re: [O] Is doc/org-version.tex generation broken?

2017-06-30 Thread Kyle Meyer
Dale writes: > a8d007db15 starts generating doc/org-version.{tex,inc}, Unimportant to the rest of this issue, but that commit only started generating doc/org-version.tex. The generation of doc/org-version.inc wasn't modified. > but on my OS X system this ends up creating broken files with (I >

Re: [O] Is doc/org-version.tex generation broken?

2017-06-30 Thread Kyle Meyer
Kyle Meyer writes: > Dale writes: [...] >> Is this something screwed up in my environment or are others seeing this as >> well? > > I'm guessing that I should rewrite the command in a more portable way. > Not sure what that is offhand. Can you verify that t

Re: [O] org-copy-visible not working?

2017-06-30 Thread Kyle Meyer
Loris Bennett writes: > with Org mode version 9.0.8 (9.0.8-elpaplus @ > /home/loris/.emacs.d/elpa/org-plus-contrib-20170606/) and GNU Emacs > 25.1.1, org-copy-visible does not work as I expect. [...] > * Org copy visible > ** Bits... > > mark the visible two lines, do org-copy-visible, yank int

Re: [O] Bug: Org loses data if the user types C-u C-c C-c while composing a state change note [9.0.9 (9.0.9-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20170622/)]

2017-07-01 Thread Kyle Meyer
Nicolas Goaziou writes: [...] > FWIW, long ago, I added > > (defun ngz-org-capture-hook-handler () > (define-key org-capture-mode-map "\C-x\C-s" 'org-capture-finalize) > (define-key org-capture-mode-map "\C-c\C-c" 'org-ctrl-c-ctrl-c)) > (add-hook 'org-capture-mode-hook 'ngz-org-captu

Re: [O] Upstream synchronization documentation

2017-07-03 Thread Kyle Meyer
Neil Jerram writes: > I just noticed that your text talks about 'backporting', and wondered if > that is the clearest term to use. To me, a 'backport' usually means > porting a change or fix from the master or development branch to some > older or more stable branch. Right. Thanks for bring

Re: [O] Upstream synchronization documentation

2017-07-03 Thread Kyle Meyer
n use > +the following =git= command, cutesy of > [[http://permalink.gmane.org/gmane.emacs.devel/215861][Kyle Meyer]], ^courtesy > + > +: git log $rev..origin/emacs-25 -- lisp/org doc/misc/org.texi > etc/refcards/orgcard.tex This pathspec will catch nearly

Re: [O] git question

2017-07-06 Thread Kyle Meyer
Rasmus writes: > Hi, > > Re commit acabacaa5689f0644a47edae7c66bbdd68418194 > > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=acabacaa5689f0644a47edae7c66bbdd68418194 > > This should probably have gone to maint as it is a bugfix. For some > reason I pushed the commit to master. > >

Re: [O] orgmode 9.x refile not working any longer with ido

2017-07-07 Thread Kyle Meyer
Hello, Jerome Gay writes: > Since I upgraded orgmode to 9.x, refile is no longer working with ido. > According to http://orgmode.org/Changes.html, all options related to ido > and iswitchb have been removed. It also mentions "Instead Org uses regular > functions, e.g., completion-read so as to l

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-09 Thread Kyle Meyer
Rasmus writes: > "Thomas S. Dye" writes: [...] >> Apparently, library-of-babel.org is not distributed with the Org mode >> that ships with emacs. Not sure why that is. I'm guessing it's a >> license issue? > > It will be in the next release (in /emacs/etc/org/). If there's a license > issue

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-09 Thread Kyle Meyer
Rasmus writes: > Kyle Meyer writes: [...] >> On the Emacs list, Glenn asked us to add a license to >> library-of-babel.org: >> >> https://lists.gnu.org/archive/html/emacs-devel/2017-07/msg00169.html > > Thanks, I missed that. > > Should I add th

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-10 Thread Kyle Meyer
Hi Bastien, Bastien Guerry writes: > Kyle Meyer writes: Note that that's not me writing any of that :) >>>> Apparently, library-of-babel.org is not distributed with the Org mode >>>> that ships with emacs. Not sure why that is. I'm guessing it's a

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-12 Thread Kyle Meyer
Nathaniel Flath writes: > After upgrading to the latest org-mode, tag completion when filtering > in the agenda was broken - I had to fully enter the tag, despite using > ido (eg I would have a tag 'home', and 'ho-enter' would not compete). [...] > * org-agenda.el (org-agenda-filter-by-tag): >

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-13 Thread Kyle Meyer
Nathaniel Flath writes: [...] >> I'm not an ido user, but testing with >> >> (require 'ido-ubiquitous) >> (ido-ubiquitous-mode 1) >> >> partial completion seems to work fine when I hit tab after calling >> org-agenda-filter-by-tag. Are you using ido-ubiquitous, or are you >> using some

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-13 Thread Kyle Meyer
Kyle Meyer writes: [...] > Or maybe the difference comes from an ido version mismatch. (I'm > using the ido from Emacs 25.2 and ido-ubiquitous checked out at > v3.14-4-ga1c2965.) > > As it stands, I can't reproduce the problem described in your commit > message.

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-13 Thread Kyle Meyer
Nathaniel Flath writes: > Confirmed it's a difference in ido configuration - I'm using > ido-everywhere, not ido-ubiquitous. OK, thanks. So you were just seeing the default Emacs completion rather than ido's. My understanding is that ido-everywhere only adds ido for buffer/file prompts, and so

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-13 Thread Kyle Meyer
Nathaniel Flath writes: > I suppose so. I still think this is a correct patch, since it doesn't > make sense to filter for non-existent tags. I agreed that require-match should be t earlier in the thread, but it turns out that that's not the source of your issue. I took time to clarify this in

Re: [O] [PATCH] org-agenda tag completion works with ido

2017-07-16 Thread Kyle Meyer
Nathaniel Flath writes: > New patch attached. applied (with some tweaks to the commit message) > I have already signed the FSF copyright papers, so I haven't marked as > TINYCHANGE - let me know if I still should. Great, I've updated http://orgmode.org/worg/org-contribute.html -- Kyle

Re: [O] org-plus-contrib, where is library-of-babel.org?

2017-07-24 Thread Kyle Meyer
"Thomas S. Dye" writes: > Rasmus writes: > >> Bastien Guerry writes: >> >>> The reason why this library-of-babel.org was not in Emacs is not >>> because of its lack of license. I guess it's because Carsten and >>> Eric didn't think of it as something that should land in Emacs. >> >> Fine by me,

Re: [O] FYI: with-org-today-date macro, helps with testing

2017-07-29 Thread Kyle Meyer
Adam Porter writes: > #+BEGIN_SRC elisp > (defmacro with-org-today-date (date &rest body) > "Run BODY with the `org-today' function set to return simply DATE. > DATE should be a date-time string (both date and time must be included)." > (declare (indent defun)) > `(let ((day (date

Re: [O] FYI: with-org-today-date macro, helps with testing

2017-07-29 Thread Kyle Meyer
Adam Porter writes: > Kyle Meyer writes: [...] >> You should be able to simplify the macro body to >> >> `(cl-letf (((symbol-function 'org-today) (lambda () (date-to-day >> ,date >>,@body) > > Hi Kyle, > > I tried that, but it

Re: [O] Tiny patch to fix one small error in the info documentation

2017-08-06 Thread Kyle Meyer
Marshall handheld Flax writes: > From: marshall flax > > Date: Sat, 5 Aug 2017 20:27:28 -0400 > > Subject: [PATCH] Docs: One should be "wary" rather than "weary" of > executing code blocks The formatting of your patch is a bit off. Please see http://orgmode.org/worg/org-contribute.html for ins

Re: [O] [PATCH] Add option to automatically align tags in agenda view

2017-08-07 Thread Kyle Meyer
Adam Porter writes: [...] > + (org-agenda-tags-column (pcase org-agenda-tags-column > + ('auto (- (window-text-width))) I believe that `auto is needed instead of 'auto because the latter will fail with Emacs versions earlier than Emacs 25. Though ... > +

Re: [O] [PATCH] Add option to automatically align tags in agenda view

2017-08-07 Thread Kyle Meyer
Adam Porter writes: > Ok, I've updated the patch. Thanks. A few more comments. > (org-agenda-align-tags): Handle automatic alignment > (org-agenda-tags-column): Add 'auto setting You're missing the file name in the entries above. Also, the entries should end in a period. > -(defcustom org-a

Re: [O] [PATCH] Add option to automatically align tags in agenda view

2017-08-08 Thread Kyle Meyer
Adam Porter writes: > Kyle Meyer writes: [...] >> Since you're changing the default value, shouldn't you add appropriate >> values for the :version and :package-version keywords? > > Thanks, I didn't know about these. I set :package-version to 9.1, since &

Re: [O] [PATCH] Add option to automatically align tags in agenda view

2017-08-08 Thread Kyle Meyer
Kyle Meyer writes: > As you can see in the diffs above, master-only changes are using 26.1 > for :version. Assuming Org 9.0.* ships with Emacs 26.1, these will be > wrong, but they can be updated all together once 26.2 is

Re: [O] [PATCH] Add option to automatically align tags in agenda view

2017-08-08 Thread Kyle Meyer
> Kyle Meyer writes: >>> I don't know if this still technically qualifies as a tinychange. I've >>> sent the email to request the CA form just in case. >> >> I don't know either. How about I apply your *.el changes, and we can >> update O

Re: [O] Can't remove deadline or schedule in bulk mode

2017-08-11 Thread Kyle Meyer
Julien Cubizolles writes: > Adam Porter writes: > >> Julien Cubizolles writes: >> >>> In an agenda buffer, C-u B d should clear the deadline of the entries >>> marked the way C-u does on a single entry. I think it's what it used to >>> do some time ago. Instead, I get: >>> >>> org-agenda-deadli

Re: [O] Can't remove deadline or schedule in bulk mode

2017-08-14 Thread Kyle Meyer
Julien Cubizolles writes: > Julien Cubizolles writes: > >> Kyle Meyer writes: >> >> >>> Since you have the git repo set up and have a good/bad range, you can use >>> git bisect to find the offending commit. > > I fin

[O] bug#32722: bug#32722: bug#32722: bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-29 Thread Kyle Meyer
Eli Zaretskii writes: >> From: Nicolas Goaziou >> Cc: r...@gnu.org, 32...@debbugs.gnu.org, n...@flqt.fr, les...@watter.net, >> right...@gmail.com, kaushal.m...@gmail.com, Rasmus >> Date: Sat, 29 Sep 2018 20:33:35 +0200 >> >> > Thank you. Can we have this change on the ermacs-26 branch o

Re: [O] org-forward-paragraph doesn't work programatically (called from Lisp)

2018-10-07 Thread Kyle Meyer
Gerald Wildgruber writes: [...] > Yet, I can't get any result: upon evaluating the "let" in the scratch > buffer, I just get "nil" in the echo area, and nothing else has > happened, none of the files in the directory is touched. > > @Nikolay: can you confirm that this worked for you? I can conf

Re: [O] Bug: Exporting dash to html gives hexadecimal code [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2018-11-11 Thread Kyle Meyer
Roland Coeurjoly writes: > I publish (M+x org-publish-project) the following to html: > > #+OPTIONS: toc:nil num:nil > > #+BEGIN_EXPORT html > --- > layout: post > title: "A beginner's Emacs config" > subtitle: "First steps into the Emacs universe" > tags: [hacking, emacs] > category: blog > ---

[O] [PATCH 2/2] org-parse-time-string: Describe time stamp matching behavior

2018-12-28 Thread Kyle Meyer
* lisp/org-macs.el (org-parse-time-string): Document matching of -MM-DD substring. org-clock-special-range used to pass in <-50001-11-30 Tue 00:00> with the expectation that the year would be parsed as -50001, not 0001. Mention this -MM-DD format assumption in the docstring to help avoid s

[O] [PATCH 1/2] org-clock: Simplify `untilnow' range logic

2018-12-28 Thread Kyle Meyer
* lisp/org-clock.el (org-clock-special-range): Use nil to represent `untilnow'. For `untilnow', org-clock-special-range sets the start to "<-50001-11-30 Tue 00:00>", but org-parse-time-string actually assumes a -MM-DD format and parses the year as 0001. By chance, this is still a really old d

[O] [PATCH 0/2] org-clock: Simplify `untilnow' range logic

2018-12-28 Thread Kyle Meyer
Hello, For the clock table `untilnow' behavior, we set the starting point to a really old date, but that falls outside the -MM-DD that org-parse-time-string was designed to handle. I've reworked org-clock-special-range to use nil to represent the starting bound for `untilnow' and updated org-

Re: [O] docstring typoes in org-read-date-force-compatible-dates

2019-01-03 Thread Kyle Meyer
Van L writes: > Hello, > > I found and fixed the following typoes. > > diff --git a/lisp/org.el b/lisp/org.el Thank you. I've applied your changes. In the future, please send generated patches with git format-patch so that they include a commit message (see

Re: [O] time range, timestamps // was: docstring typoes in org-read-date-force-compatible-dates

2019-01-05 Thread Kyle Meyer
Van L writes: [...] > I am muddling my way through > > [info:org#Creating timestamps] > [info:org#The date/time prompt] > > and see that org-evaluate-time-range does nothing for > > <2019-01-04 Fri 11:00-12:15> It looks like org-evaluate-time-range uses org-at-date-range-p, which matches only

[O] batch failure of first org-num test

2019-01-07 Thread Kyle Meyer
Hello, When I run the tests on master in batch (specifically ‘make test’), test-org-num/format-function fails (backtrace at end of message). That test doesn't fail if I run it interactively. Looking at test-org-num.el, I see that the first test, test-org-num/face, is commented with the explanati

Re: [O] batch failure of first org-num test

2019-01-07 Thread Kyle Meyer
Sorry, I just now spotted an earlier message from Kaushal that reports the same test failure: https://lists.gnu.org/archive/html/emacs-orgmode/2019-01/msg00112.html

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

2019-01-10 Thread Kyle Meyer
Hello, 34b71a0ca (Add a dispatcher command for inserting dynamic blocks, 2018-12-23) removed the key bindings of org-clock-report and org-columns-insert-dblock, but these bindings are still listed in org-manual.org. stardiviner, could you please have a look at updating the manual to fully capture

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

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

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