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
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
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
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
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
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
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
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.
--