Hello,
Yijun Yuan writes:
> The commit b15a9c0c1 breaks my use case. In the document of option "Org
> Export Preserve Breaks", ASCII export is explicitly mentioned: "In ASCII
> export, line breaks will always be preserved, regardless of this
> variable."
This is not true anymore since Org 8.0.
Hello,
Sean Allred writes:
> Consider the following:
>
> #+begin_src snippet :tangle ".emacs.d/snippets/org-mode/emacs-lisp"
> # -*- mode: snippet; require-final-newline: nil -*-
> # name: emacs-lisp
> # key: el
> # binding: direct-keybinding
> # --
> ,#+begin_src ema
Hi all, I hope you don't mind me jumping into this thread to ask an
org-beginner question...
My .emacs is about 15000 lines long, and that's fine for me because I
have "anchors" at some points of it, and an index at the top, and
convenient ways to jump quickly to any anchors. If anyone is curious,
Can anything be put into a table for org-mode that will prompt a user with
each column heading as the user tabs into that column? I expect for
especially large tables either horizontally or vertically this would be of
assistance to data entry so as to prevent wrong information from getting
int
Eduardo Ochs writes:
Hi,
> So, questions:
>
> 1) what is the user-ish way to create a link in Org to the first
>occurrence of the string "<>" in ~/.emacs?
see http://orgmode.org/manual/Internal-links.html
>
> 2) I know that Org lets users implement new kinds of hyperlinks. If
>the syn
Hannes Schulz writes:
> Shouldn't org-crypt disregard property drawers?
The current org-contacts format stores contact details in property
drawers; were it ignored by org-crypt, all those details would be lost
in the encryption process. So ignoring of property drawers by org-crypt
would probably
Dear orgmode community,
My problem is very simple. I have the following piece of org buffer :
My piece of org buffer
* Exemple : =hello_world=
Some very explicit comments...
#+HEADER: :tangle ./hello_world.py
#+HEADER: :padline yes
#+HEADER: :eval no
#+HEADER: :comments org
#+HEADER:
Le 03/09/2014 20:22, Nicolas Goaziou a écrit :
>
> It looks good but I realized (a bit late) we cannot use "C-c p" as it is
> reserved to users, as any "C-c LETTER" combination.
>
>
Here is a patch to change the key-binding of `orgtbl-ascii-plot'
from C-c p to C-c #
(The little grid symbol # seems
Hi everyone,
After updating this morning, I notice that when
#+BEGIN_SRC org
* My headline
Some text here.
#+END_SRC
is exported to HTML, the paragraph below the headline is no longer
wrapped in a paragraph tag:
#+BEGIN_SRC html
1 My headline
Some text here.
#+END_SRC
Whereas if there is mor
Hello,
Richard Lawrence writes:
> After updating this morning, I notice that when
>
> #+BEGIN_SRC org
> * My headline
> Some text here.
> #+END_SRC
>
> is exported to HTML, the paragraph below the headline is no longer
> wrapped in a paragraph tag:
[...]
> Is this now the expected behavior for
Hi,
I sometimes use appt-add as an alarm clock, as it is described in
(info "(emacs) Appointments"). Recently I started using
org-agenda-to-appt, and I wanted to update my appointments every
time that I call the agenda, something like:
#+BEGIN_SRC emacs-lisp
(add-hook 'org-agenda-finalize-h
Hi there,
When exporting to a man page an underscore will be translated to
nothing.
Any idea what I could do?
--
Manfred
12 matches
Mail list logo