Re: Bug: error: (invalid-function org-table-with-shrunk-field) [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/minshall/.emacs.d/elpa/org-plus-contrib-20191014/)]

2019-11-03 Thread Greg Minshall
Nicholas, thanks for trying. i am also unable to reproduce it. i notice there appears to be a new org-plus-contrib, and i suppose that might be a factor. (or, i messed up somehow.) presumably, this is a dead bug. in case it's *not* dead: i notice in my notes i had found this

Re: [PATCH] Respect buffer-local value of `org-edit-src-content-indentation'

2019-11-03 Thread Sebastian Miele
Hi Nicolas, Nicolas Goaziou writes: > Sebastian Miele writes: > >> Subject: [PATCH] Respect buffer-local value of >> `org-edit-src-content-indentation' >> >> * lisp/org-src.el (org-src--contents-for-write-back): Use the >> potentially buffer-local value of `org-edit-src-content-indentation'

Re: Bug: error: (invalid-function org-table-with-shrunk-field) [9.2.6 (9.2.6-4-ge30905-elpaplus @ /home/minshall/.emacs.d/elpa/org-plus-contrib-20191014/)]

2019-11-03 Thread Nicolas Goaziou
Hello, Greg Minshall writes: > using elpa org-mode, with org-plus-contrib, typing a character, or > deleting a character, in an existing column in a table gives the error > : (invalid-function org-table-with-shrunk-field) > > to reproduce, first > : (setq debug-on-error t) > > then, open a

Re: [PATCH] Respect buffer-local value of `org-edit-src-content-indentation'

2019-11-03 Thread Nicolas Goaziou
Hello, Sebastian Miele writes: > Subject: [PATCH] Respect buffer-local value of > `org-edit-src-content-indentation' > > * lisp/org-src.el (org-src--contents-for-write-back): Use the > potentially buffer-local value of `org-edit-src-content-indentation' > from the source buffer instead of that

Re: Bug: javascript license not recognized by librejs [9.2.6 (9.2.6-elpa @ /home/arne/.guix-profile/share/emacs/site-lisp/guix.d/org-9.2.6/)]

2019-11-03 Thread Nicolas Goaziou
Hello, Arne Babenhauserheide writes: > The javascript license notice by org-mode is not recognized by > librejs. Would you want to provide a patch for that? Thank you. Regards, -- Nicolas Goaziou

Re: Bug: ox-html report stringp nil and fails [N/A (N/A !!check installation!! @ /Users/stone/.emacs.d/elpa/org-20191027.1255/)]

2019-11-03 Thread Nicolas Goaziou
Hello, jingnan si writes: > when do org-html-export-to-html, it fails with stringp, nil > after toggole-debug-on-error, looks like the org-html-final-funciton > failed with set-auto-mode t > I do not encounter this. > Emacs : GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.2.0, NS >

":COOKIE_DATA: todo recursive" as elisp for everything

2019-11-03 Thread Karl Voit
Hi! I plan to use the following property for all of my projects: :COOKIE_DATA: todo recursive You can find details on this about this on [3]. In order to get this behavior for all of my headings that are using progress cookies, I'd prefer the possibility to define this in my init.el

Re: @name-tags instead of TODO keywords to assign people (was: Org mode for meeting minutes)

2019-11-03 Thread Tim Cross
+1. This is how I do it as well. This approach makes it easier to not only see what tasks have been assigned to what people, it also provides a way to generate a custom agenda (report) showing what tasks each has and what the state is for each task. Tim Karl Voit writes: > * Christian Egli

Re: Dates with repeaters, times and range

2019-11-03 Thread Karl Voit
* Nathan Neff wrote: > > I have a question that's probably FAQ material but I was wondering > what the "best" way to do something like this would be: > > I have a meeting that's scheduled from 10:00 - 11:00 for the next three > days. org-clone-subtree-with-time-shift was already mentioned. Here

@name-tags instead of TODO keywords to assign people (was: Org mode for meeting minutes)

2019-11-03 Thread Karl Voit
* Christian Egli wrote: > > The idea is that you use type todos using the people involved at the > meeting. Below is an example how this could look: > > ``` org > #+title: Meeting minutes > > #+TYP_TODO: Fred Sara Lucy Mike | DONE I'd challenge the decisions on using TODO keywords for

lazyblorg (was: blogging wih org-mode)

2019-11-03 Thread Karl Voit
Hi Joseph, * Joseph Vidal-Rosset wrote: > > (I met difficulties with lazyblorg, for example. I did not succeed to > understand how it works.) I wrote lazyblorg because I could not find any existing tool that, for example, let me put blog entries wherever I want:

latex preview parallel processes

2019-11-03 Thread Matt Huszagh
Hello. I have an org document with many latex snippets for which I use the org latex preview facility. As the document has gotten bigger, any changes requiring a rebuild of all images (e.g. changing `org-format-latex-header') takes longer and longer to the point where it now takes me over an hour

Re: included text

2019-11-03 Thread Samuel Wales
ah, or do you mean you refer the reader to the text by a regular link instaed of including? that's not what i am lokoing for here as these are separate posts. On 11/3/19, Samuel Wales wrote: > can you give an example of using an internal link? this would work > for me. but i am not getting

Re: included text

2019-11-03 Thread Samuel Wales
can you give an example of using an internal link? this would work for me. but i am not getting what you mean. * text to be included <> * blog post 1 twinkle star [syntactic magic] ? On 11/3/19, Fraga, Eric wrote: > I use macros generally for this. For longer bits of text, I reword and, >

Re: How to move from inline tasks to drawers? [was: How to change the width of a latex exported inlinetask?]

2019-11-03 Thread Fraga, Eric
On Saturday, 2 Nov 2019 at 14:01, alain.coch...@unistra.fr wrote: > You also said that you had "already moved to using drawers for a large > number of [your] inline task use cases, the ones that weren't really > tasks!". Is this consistent with your "almost completely" above? > This leads me to

Re: included text

2019-11-03 Thread Fraga, Eric
I use macros generally for this. For longer bits of text, I reword and, instead of repeating the text inline, I use internal links. These links can be inserted automatically if you use radio targets/links. -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78

Re: Continued lists

2019-11-03 Thread Fraga, Eric
Jarmo, John has already given you some elisp code that can help. The other possibility could be to use the counter macro. See the info manual: (org) Macro Replacement -- Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78

[PATCH] ox.el: Fix extra character deleted in org-export--update-included-link

2019-11-03 Thread Christoffer Stjernlöf
* ox.el (org-export--update-included-link): Fix bug. (org-export--update-included-link): Delete region only until one less than (org-element-property :end link). The old behaviour meant that e.g. the following headline could fail to parse correctly after inclusion: [[file:something.org][Title]]

solved partly: exporting ics files with broken link

2019-11-03 Thread Prof. Dr. Johanna May
Hey there, in the end I did find that link in my file. Probably I was using the wrong search function (C-s) which did not show text inside links whereas console grep did the job in the end. And then exporting via C-c c f exported one file for me. Cheers, J Prof. Dr. Johanna May writes: >

Re: exporting ics files with broken link

2019-11-03 Thread Thomas Plass
Hello, Prof. Dr. Johanna May wrote at 23:46 on November 1, 2019: : Any hints on how to repair that? Any hints in which file : that strange link may sit? And: how can I make sure my files stay : exportable? I guess an answer to the last question would be to set the variable

Feature request: Radio button option for lists of checkboxes

2019-11-03 Thread Phil Sainty
(Where "radio button" means that for a list of checkboxes, only one may be selected at any given time -- selecting a different checkbox automatically de-selects the previous one.) Hello org-mode, John Kitchin posted this blog a few years back: