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-02-27 Thread Charles Tam
I am archiving subtrees of my main Orgmode document to a top-level datetree in a secondary file. When I do so, I expect something like the following: * 2020 *** 2020-02 February (org-odd-levels-only t) * 2020-02-27 Thursday *** Archived Item But instead I get * 2020 *** 2020-02 February

Re: Incident tracking

2020-02-27 Thread Samuel Wales
i have no right to respond as i have 483 scheduleds and 28 deadlines and i get lost even trying to get one thing done per week, but i just wanted to add to the advice so far. there is org-edna for dependencies. org-depend also, but i think it lacks the feature of scheduling a remote org-id header

Re: Incident tracking

2020-02-27 Thread Tim Cross
This is a fairly open question with a wide range of possibilities. If there is an existing incident management workflow, I would probably start by seeing how that could be replicated using org-mode facilities. I would start with a new org file and begin by listing your functional and non-functio

Re: attachment: link type export to HTML invalid attach dir

2020-02-27 Thread Nicolas Goaziou
Hello, Gustav Wikström writes: > Surely custom code for file links. Haven't dug much deeper since the > issue is solved by the attached patch. Certainly, but that means `org-export-link-as-file' is not working at some level. Since adding a hook is better, and the function was not used anymore,

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-02-27 Thread Adam Porter
Kaushal Modi writes: > Failure 1: org-get-outline-path has moved, and not mentioned in ORG-NEWS > > Compiling ox-hugo.el now gives: > > ox-hugo.el:4284:1: Warning: the function ‘org-get-outline-path’ is not known > to be defined. > > I see that defun has now moved to org-refile.el. I see that >

Re: Incident tracking

2020-02-27 Thread Russell Adams
On Thu, Feb 27, 2020 at 04:55:30PM -0600, Lawrence Bottorff wrote: > What would be the best way in the Emacs org-mode world to "keep track" of > "incidents" that might happen in, e.g., a factory setting? Let's say a > piece of equipment has various things in its life that happen to it: > breakdown,

Incident tracking

2020-02-27 Thread Lawrence Bottorff
What would be the best way in the Emacs org-mode world to "keep track" of "incidents" that might happen in, e.g., a factory setting? Let's say a piece of equipment has various things in its life that happen to it: breakdown, warning, maintenance, etc. that you want to keep track of in an org-mode w

Need Guidance in developing and generating code using org-mode

2020-02-27 Thread KOKOU AFIDEGNON
Hi, Here is my sample org entry which i want to build a website for. 1. * Home 2. ** Design 3. *My Sample design attempt* 4. The journey has been quite long coupled with heuristic approaches 5. This is an attempt to generate an html file from my blog written in 6. org-mode.

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

2020-02-27 Thread Leslie Watter
Hi Kokou, See below ;-) On Thu, Feb 27, 2020 at 3:46 PM KOKOU AFIDEGNON wrote: > Hi, > > Here is my sample org entry which i want to build a website for. > > >1. * Home >2. ** Design >3. *My Sample design attempt* >4. The journey has been quite long coupled with heuristic approa

RE: attachment: link type export to HTML invalid attach dir

2020-02-27 Thread Gustav Wikström
Hello, > -Original Message- > From: Nicolas Goaziou > Sent: den 26 februari 2020 16:23 > To: Gustav Wikström > Cc: Bastien ; emacs-orgmode@gnu.org > Subject: Re: attachment: link type export to HTML invalid attach dir > > Hello, > > Gustav Wikström writes: > > > Expanding attachment-

Need Guidance in developing and generating code using org-mode

2020-02-27 Thread KOKOU AFIDEGNON
Hi, Here is my sample org entry which i want to build a website for. 1. * Home 2. ** Design 3. *My Sample design attempt* 4. The journey has been quite long coupled with heuristic approaches 5. This is an attempt to generate an html file from my blog written in 6. org-mode.

A possible improvement to org todo keywords completion UI

2020-02-27 Thread akater
I'd like to discuss a possible improvement to org todo keywords completion UI but - it could break something as is - it still needs some polish, or maybe some of org internals better be altered Proposal so far: #+begin_src diff --- /sudo:portage@localhost:/var/tmp/portage/app-editors/emacs-28.

Re: Bug or not a bug? dot expansion in ob-shell

2020-02-27 Thread Kaushal Modi
Hello all, On Wed, Feb 19, 2020 at 7:11 AM Bastien wrote: > Hi Eric, > > note that the previous behavior only _seemed_ right by chance: there > is no notion of getting the exit code of the shell command in > ob-shell.el, and returning "0" is just a hazard here, just because > (org-babel--string

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-02-27 Thread Kaushal Modi
On Thu, Feb 27, 2020 at 9:13 AM Kaushal Modi wrote: > The regression is caused by > https://code.orgmode.org/bzg/org-mode/commit/6b2a7cb20b357e730de151522fe4204c96615f98 > or the later commit that changes `org-babel--string-to-number'. > > Using this function redefinition with additional debug me

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-02-27 Thread Kaushal Modi
On Thu, Feb 27, 2020 at 9:00 AM Kaushal Modi wrote: > Failure 2: Change in parsing of org babel header arguments. > > The relevant snippet where I parse the header arguments in ox-hugo.el is > at > https://github.com/kaushalmodi/ox-hugo/blob/f8ec4aa5ad7d92f94bd8dbb814d85f980be67aea/ox-hugo.el#L25

Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-02-27 Thread Kaushal Modi
Hello, I recently updated to the latest org-mode master and it is failing ox-hugo[1] build and tests at 2 places. Failure 1: org-get-outline-path has moved, and not mentioned in ORG-NEWS Compiling ox-hugo.el now gives: ox-hugo.el:4284:1: Warning: the function ‘org-get-outline-path’ is not known

Re: Bibliography entry in the menu-bar

2020-02-27 Thread Simon Butler
Hi Sharon the menu is part of BibTeX-mode (https://www.emacswiki.org/emacs/BibTeX) hth Simon On 2020-02-26 17:14, Sharon Kimble wrote: > I'm hoping that someone can help, but when I'm in a buffer of my > bibliography, there is a drop-down list in the menu-bar, of buffer > commands titled 'Entry

Re: ob-python.el: questions about output

2020-02-27 Thread R C
Hi Jack, Thanks for your suggestion to use ob-jupyter. That gives me the stdout and graphical output in separate results blocks as I wanted, and no return statement is needed. I don't know if there are any side-effects to using multiple sessions in a single org file, but so far it seems to work qui