Re: Bibliography entry in the menu-bar

2020-02-28 Thread Sharon Kimble
Nick Dokos writes: > Sharon Kimble writes: > >> Simon Butler writes: >> >>> Hi Sharon >>> >>> the menu is part of BibTeX-mode (https://www.emacswiki.org/emacs/BibTeX) >> >> Thanks Simon, I've now been able to provide a key-sequence for 'Online >> Resource' like so - >> >> (global-set-key "\C-c

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

2020-02-28 Thread Gustavo Barros
Hi All, As of recently, repeating tasks are no longer showing up in the agenda for future dates. Below a minimal example of the issue: Start "emacs -Q" and do some setup: #+begin_src emacs-lisp (package-initialize) (setq org-agenda-files '("~/test/agenda.org")) #+end_src Where

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

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

Re: Bibliography entry in the menu-bar

2020-02-28 Thread Simon Butler
hi On 2020-02-28 10:36, Sharon Kimble wrote: > Simon Butler writes: > >> Hi Sharon >> >> the menu is part of BibTeX-mode (https://www.emacswiki.org/emacs/BibTeX) > Thanks Simon, I've now been able to provide a key-sequence for 'Online > Resource' like so - > > --8<---cut

Re: Customize TODO log drawer

2020-02-28 Thread Lawrence Bottorff
... could the answer be that LOGBOOK is a general drawer and a PROPERTIES drawer two different classes of drawers? That is, PROPERTIES allows key/value fields while LOGBOOK just allows text? On Fri, Feb 28, 2020 at 12:08 PM Lawrence Bottorff wrote: > I've gone to my org-log-into-drawer

Bug: Export dispatcher scrolling with hidden top [9.3.6 (9.3.6-17-g389288-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200224/)]

2020-02-28 Thread Gustavo Barros
Hi All, The export dispatcher scrolling seems to interact unfavorably general Emacs scroll option "scroll-margin", in particular, setting it a positive displaces the dispatcher upwards, eventually hiding completely the options section at the top, even when there is space in the frame/window

Re: Need Guidance in developing and generating code using org-mode

2020-02-28 Thread Christian Moe
Hi, Kokou, Adding to what Leslie Watter writes: >>- Under Register, and Login heading, How do i generate html forms >>which will post entries to specific destinations? and also generate code >>for capturing the data? >> >> To use forms, you'll probably will use raw HTML: > >

Re: Bibliography entry in the menu-bar

2020-02-28 Thread Sharon Kimble
Simon Butler writes: > Hi Sharon > > the menu is part of BibTeX-mode (https://www.emacswiki.org/emacs/BibTeX) Thanks Simon, I've now been able to provide a key-sequence for 'Online Resource' like so - --8<---cut here---start->8--- (global-set-key "\C-c C-e

Re: ICS agenda export exceeds max-specpdl-size probably because of org-depend (org-edna same?)

2020-02-28 Thread Karl Voit
This week, the error re-appeared. * Karl Voit wrote: > > Thanks for the advice. I ran three test runs in order to find out how output > is > affected: > > > Testrun with disabled org-depend: > emacs-snapshot --batch --load /home/vk/.emacs.d/init.el --eval '(progn > (my-export-agenda)) >

Re: Incident tracking

2020-02-28 Thread Lawrence Bottorff
I can see that an "incident" can be seen as a TODO; indeed, anything event can start as a TODO, then move on in status to one of your other org-todo-keyword entries. Question: When I start the TODO process, and then update the status, once or more times, finally, perhaps with DONE, is there a

Re: Need Guidance in developing and generating code using org-mode

2020-02-28 Thread Diego Zamboni
Hi Kokou, In addition to what others have said, you might want to use Hugo ( https://gohugo.io/) for producing your website, and in this case you can use the fantastic ox-hugo (https://ox-hugo.scripter.co/) to manage the contents from within org-mode. It should be possible to use Hugo's features

Re: Incident tracking

2020-02-28 Thread Russell Adams
Lawrence On Fri, Feb 28, 2020 at 09:26:06AM -0600, Lawrence Bottorff wrote: > I can see that an "incident" can be seen as a TODO; indeed, anything event > can start as a TODO, then move on in status to one of your other > org-todo-keyword entries. Question: When I start the TODO process, and then

Re: Bibliography entry in the menu-bar

2020-02-28 Thread Nick Dokos
Sharon Kimble writes: > Simon Butler writes: > >> Hi Sharon >> >> the menu is part of BibTeX-mode (https://www.emacswiki.org/emacs/BibTeX) > > Thanks Simon, I've now been able to provide a key-sequence for 'Online > Resource' like so - > > (global-set-key "\C-c C-e C-o" 'bibtex-Online) > > >

Customize TODO log drawer

2020-02-28 Thread Lawrence Bottorff
I've gone to my org-log-into-drawer customize menu and it says "Not into a drawer" even though a C-u C-c C-t gets me the org-todo-keyword list, and when I chose TODO, I get an LOGBOOK entry form. Good. This is indeed the behavior I want, i.e., always make a "log entry" upon a TODO choice. However,