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
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
On 19 Feb 2016 19:25, "童俊翔" wrote:
>
> It seems that there is some problems in elpa.gnu.org, I can not connect
to it even using web browser.
>
> elpa.gnu.orgfailed *http elpa -- (network connection
to elpa.gnu.org)
> melpa.org run *http melpa... -- /bin/bas
On 19 Feb 2016 16:55, "Nick Dokos" wrote:
>
> 童俊翔 writes:
>
> > Yes, my configuration is the same as
https://github.com/melpa/melpa#usage
> >
> > For information about GNU Emacs and the GNU system, type C-h C-a.
> > Opening TLS connection to ‘melpa.org’...
> > Opening TLS connection with ‘gnutls-
On 9 Dec 2015 08:10, "Eric S Fraga" wrote:
>
> On Tuesday, 8 Dec 2015 at 17:04, Uwe Brauer wrote:
> > I think the opposite, for example, another missing feature: if you mark
> > a text and one to insert a template around it, say src, that does not
> > work in org-mode, but for it works an enviro
On 1 Sep 2015 08:18, "Nicolas Goaziou" wrote:
>
> Is there any reason to keep using "org" exporter if "ascii" is superior?
> I.e., what about simply replacing 'org with 'ascii?
>
FWIW
There's a nice use case for exporting as org. If I compose an email which
includes source code and I send it to
On Thu, Jan 22, 2015 at 10:43 AM, SabreWolfy wrote:
> The following Org file:
>
> --8<---cut here---start->8---
> * Picture
> #+BEGIN_SRC ditaa :file hello-world.png :cmdline -r -s 1.0
> ++
> | Hi |
> ++
> #+END_SRC
> --8<---cut here