Re: [BUG] orgalist: Hickup in fill-paragraph with orgalist in markdown-mode

2020-09-28 Thread Daniel Hornung
Am Sunday, 27 September 2020, 12:35:41 CEST schrieb Nicolas Goaziou: > Daniel Hornung writes: > > when in markdown-mode, fill-paragraph behaves strangely in lists if the > > orgalist minor mode is enabled. > > > > In the following example, when the cursor is in the

[BUG] orgalist: Hickup in fill-paragraph with orgalist in markdown-mode

2020-09-22 Thread Daniel Hornung
Hello, when in markdown-mode, fill-paragraph behaves strangely in lists if the orgalist minor mode is enabled. In the following example, when the cursor is in the first item of the list, pressing M-q or executing fill-paragraph does not recognize that line 3 is another list item: - Nullam eu

Re: [O] Problems with exporting in org-mode 9.1.6

2018-02-12 Thread Daniel Hornung
Nicolas Goaziou wrote: > Rainer Thiel writes: > > exporting fails with the message: «Wrong type argument: > > listp, #("This is the Title" 0 17 (:parent (#0)))». There was no such > > problem with previous recent org-mode versions. > > This is a common issue, though I'm not sure about where it

Re: [O] Table calculations with hline references

2015-01-19 Thread Daniel Hornung
On Monday, 19. January 2015 00:07:39 Aaron Ecay wrote: > Hi Daniel, > > What version of org are you using? Using a hline-relative reference on > the lhs of a formula is not allowed in the current development version > of org (i.e. the master branch). Presumably because it doesn’t work > correctl

[O] Table calculations with hline references

2015-01-18 Thread Daniel Hornung
Hi, I am trying to calculate a field using references to horizontal lines according to http://orgmode.org/manual/References.html For example: | col1 | col2 | |--+--| | foo |1 | | bar |2 | | baz |4 | |--+--| | sum | | | | | #+TBLFM: @II+1$2=vsum(@I$2

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-07 Thread Daniel Hornung
On Monday, August 05, 2013 16:19:57 Nick Dokos wrote: > There are orgtbl-to-tsv and orgtbl-to-csv (and orgtbl-to-generic which > the first two call) functions in org: it should be possible to use them > and avoid reinventing wheels. Exactly, for someone with more elisp fu than myself this is proba

Re: [O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Daniel Hornung
On Monday, August 05, 2013 11:16:55 Thorsten Jolitz wrote: > Daniel Hornung writes: > > I think one great way to increase the usefulness of org-mode would be a > > function which turns a table into a csv or tsv block of text again. > > > > I assume that the function

[O] Bug: Revert orgtbl-create-or-convert-from-region [6.33x]

2013-08-05 Thread Daniel Hornung
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --