Hello,
Andreas Gerler writes:
> actually I send my request to FSF after sending the patch.
Great.
> So I guess it's easier to ignore the patch until I finished signing
> the papers.
It's up to you. I can also apply the patch with the TINYCHANGE cookie
(and the ORG-NEWS entry).
> I have anoth
On Thursday, 30 Mar 2017 at 10:14, Guido Van Hoecke wrote:
> Eric,
>
> Care to share your org-evil mappings?
sure:
#+begin_src emacs-lisp
(defun esf/evil-key-bindings-for-org ()
;;(message "Defining evil key bindings for org")
(when (fboundp 'evil-declare-key)
;; normal, motion an
Hello,
I've never used a mailing list before, so bear with me if I'm not "doing
this right."
I found behavior that I think is a bug and not a feature. This is for
org-babel Java.
The content below the equals signs, below, comprise an org-mode file that I
will refer to in order to report the beha
Mr Lluvio writes:
> 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 mailing list.
> ---
On Wednesday, 29 Mar 2017 at 15:16, Nick Dokos wrote:
> mgcyung writes:
[...]
> They are then called "endnotes". You might want to google for that.
> And it might be as simple as
>
> #+LATEX_HEADER: \usepackage{endnotes}
You'll need to add
#+latex_header: \let\footnote\endnote
somewhere and a
I thought the following would work but org seems to reorder the vector:
| t | y_t | 0.9^t | y_{t+1} |
|---+-++-|
| 1 | 115 |0.9 | 0.9 |
| 2 | 121 | 0.81 |2.52 |
| 3 | 118 | 0.729 | 4.707 |
| 4 | 127 | 0.6561 | 7.3314 |
#+TBLFM: $3=0.9^$1::$4=(@2
* Summary
With visual-line-mode and org-indent-mode activated, C-a and C-e
misbehaves on indented text blocks. C-a and C-e sometimes start jumping
over lines (ie, go backwards or forward one extra line) and sometimes
even reverses direction (C-e goes backward). I can reproduce this from
emacs -Q
Hi list,
In ox-epub I'm using several references to external stylesheets,
starting with the external name in the user filesystem I transform
these into a kind-of unique id that lives in the EPUB zip file.
Currently I'm doing this using a counter, generating zip entries in the
form of style-1.css.
Eric,
You already mentioned your mappings in
http://lists.gnu.org/archive/html/emacs-orgmode/2012-05/msg00153.html
Thanks!
Finally got myself to write a little lisp to solve my problem and mapped it
to go
For what it's worth, here it is (but it solves a very specific problem):
(defun guivho-i
Hi Nicolas,
actually I send my request to FSF after sending the patch. So I guess it's
easier to ignore the patch until I finished signing the papers. I have another
change sitting currently in my config.
So long
Andy
> On 30. Mar 2017, at 12:44 PM, Nicolas Goaziou wrote:
>
> Hello,
>
> A
Hello,
Skip Collins writes:
> Test test-org/fuzzy-links backtrace:
> (if (unwind-protect (setq value-10839 (let ((file (make-temp-file "o
> (let (form-description-10840) (if (unwind-protect (setq value-10839
> (let ((value-10839 (cl-gensym "ert-form-evaluation-aborted-"))) (let
> (lambda
Hello,
Diego Nicola Barbato
writes:
> Hello,
>
> When opening an org-file in emacs which contains the in-buffer setting
>
> "#+STARTUP: latexpreview"
>
> the minibuffer displays
>
> "Creating images for section...done"
>
> instead of
>
> "Creating images for buffer...done"
>
> and the LaTeX frag
Hello,
Andreas Gerler writes:
> * lisp/ob-sql.el (org-babel-sql-dbstring-vertica): New function.
> (org-babel-execute:sql): Add `vertica' engine.
Thank you.
If you haven't signed FSF papers yet, could you add TINYCHANGE at the
end of the commit message?
Also, would you mind providing an entry
Eric,
Care to share your org-evil mappings?
One 'conflict' which bites me every time is this:
I hit /blabla to locate a heading directly under which I want to insert a
text line.
I then hit enter to acknowledge the find.
The display shows the heading line followed by its body lines (which all
On Tuesday, 28 Mar 2017 at 12:57, Matt Price wrote:
> I've never used Vim but I see a lot of people online raving about evil
> mode and how much they love it. I'm considering giving it a whirl
> after the semester ends & I get some free time. I just wondered
> whether any heavy org users here on th
Hello,
Kaushal Modi writes:
> Here is my implementation.. it is still not baked into org.el, etc and
> provided as a complete patch; I have some questions..
Thank you.
> (defvar org-setupfile-ht (make-hash-table :test 'equal)
org-setupfile-ht -> org--setupfile-cache
if it is meant to be inse
Hello,
Daniel P Gomez writes:
> I've amended the commit including the changes you've mentioned.
Thank you.
> I did not change the following, though:
>
> (numberp (string-to-int padlines)) -> (string-match-p "\\`[0-9]+\\'" padlines)
>
> because that changed the behaviour of org-babel-tangle. Ha
Hi,
I'd like to use following formula on like this:
| t | y_t | y_{t+1} |
|---+-+-|
| 1 | 115 | |
| 2 | 121 | |
| 3 | 118 | |
| 4 | 127 | |
$4 = \sum_{\tau=0}^{@#-2}{0.9^{\tau} * y_{@#-2-\tau}}
So that's a simple sum, which just itera
Hi,
I'd like to use following formula on like this:
| t | y_t | y_{t+1} |
|---+-+-|
| 1 | 115 | |
| 2 | 121 | |
| 3 | 118 | |
| 4 | 127 | |
$4 = \sum_{\tau=0}^{@#-2}{0.9^{\tau} * y_{@#-2-\tau}}
So that's a simple sum, which just itera
On Tuesday, 28 Mar 2017 at 13:23, Peter Neilson wrote:
> You will also find people asking why anyone would ever think of using
> vim.
[...]
> Why use vim if emacs is already built into your fingertips?
I don't think the OP was intending on using vim (although nothing wrong
with that in any case
20 matches
Mail list logo