Hi, sorry for the delay, I was away for a while.
> I'd suggest 2 :) But not that I don't use this feature.
>
> It should be easy to unify the code: something along the lines of starting
> the process, and then looping over bibtex files and sending them one by one
> to bibtex2html's standard inp
Hello,
Samuel Wales writes:
> * [[link][label]]
>
> c-a
> insert text
> edits label
>
> my expectation was would insert header text
> to edit label i expected to do c-a right left or so
FWIW, I cannot reproduce it in development version.
Regards,
--
Nicolas Goaziou
Hello,
"Rolf Sander (MPI)" writes:
> Thanks for the suggestion. However, this won't help me very much. Even
> with the "/", the width of the "animal" column is expanded to the width
> of the comment, which can be very long. I could add a narrowing marker
> but I want to see the comments, not hid
Lawrence Bottorff writes:
> Once before I was wondering why :vars doesn't seem to work properly with
> clojure. This works:
>
> #+begin_src clojure :var a='(1 2 3 4 5)
> (count a)
> #+end_src
>
> #+RESULTS:
> : 5
>
> as well as this
>
> #+begin_src emacs-lisp :var a=(number-sequence 1 5)
> a
> #
Once before I was wondering why :vars doesn't seem to work properly with
clojure. This works:
#+begin_src clojure :var a='(1 2 3 4 5)
(count a)
#+end_src
#+RESULTS:
: 5
as well as this
#+begin_src emacs-lisp :var a=(number-sequence 1 5)
a
#+end_src
#+RESULTS: num-seq-test1
| 1 | 2 | 3 | 4 | 5
Giacomo M writes:
Hi,
> right now I manually =er/expand-region= (from expand-region.el) until
> I select a subtree, and then =count-words-region= to get number of
> words for the subtree. I was wondering whether anybody already coded
> some lisp to programmatically have this count, ideally one c
Paste the following in an Org buffer:
--8<---cut here---start->8---
* Cookie_a [0/0]
* TODO Dummy_a
* Cookie_b [0/1]
** TODO Dummy_b
--8<---cut here---end--->8---
Within that buffer:
1. Move point to the line of Dummy_a.
Hello Nicolas,
Try
| | animal | size | number |
| / | don't forget to add elephants here: | ||
Thanks for the suggestion. However, this won't help me very much. Even
with the "/", the width of the "animal" column is expanded to the width
of the com
Hello John,
Use a footnote? It's just a temporary reminder right?
No. Even though there are a few temporary reminders, most of the comment
lines are permanent. They describe different blocks of lines.
Sorry if my example was oversimplified. I thought presenting the full
table (currently 871 l
Hello,
"Rolf Sander (MPI)" writes:
> I need to put comments inside a very big table which then should
> basically looks like this:
>
> |+---+|
> | animal | size | number |
> |+---+|
> | gnus | big | 3 |
> # don't forget to add elephants here:
> |
Use a footnote? It's just a temporary reminder right?
On September 27, 2016, at 6:56 AM, "Rolf Sander (MPI)"
wrote:
Hello,
I need to put comments inside a very big table which then should
basically looks like this:
|+---+|
| animal | size | number |
|+---+
On 2016-09-26 17:32, Nick Dokos wrote:
>> #+caption: MainClass
>> #+name: MainClass
>>
>> #+begin_src ...
> That seems indeed to be necessary (at least in a few experiments that
> I've run), but it's less than ideal (duplication of information).
In this peculiar case, yes. But, at least fo
Hello,
I need to put comments inside a very big table which then should
basically looks like this:
|+---+|
| animal | size | number |
|+---+|
| gnus | big | 3 |
# don't forget to add elephants here:
| gnats | small | 1000 |
|+---+-
On Tuesday, 27 Sep 2016 at 09:01, Giacomo M wrote:
> Dear all,
>
> right now I manually =er/expand-region= (from expand-region.el) until I
> select a subtree, and then =count-words-region= to get number of words
> for the subtree. I was wondering whether anybody already coded some lisp
> to prog
And you could always use one of the solutions presented here:
https://www.emacswiki.org/emacs/WordCount
to have the word count in the mode line. Mark a subtree and
automatically see the word count.
--
: Eric S Fraga (0xFFFCF67D), Emacs 25.1.50.1, Org release_8.3.6-1149-g582233
Dear all,
right now I manually =er/expand-region= (from expand-region.el) until I
select a subtree, and then =count-words-region= to get number of words
for the subtree. I was wondering whether anybody already coded some lisp
to programmatically have this count, ideally one count per TOC entry
16 matches
Mail list logo