Hello,
Rasmus writes:
> Do you have opinions on this location versus the one proposed by Nick?
I think your location is fine. It doesn't preclude adding a footnote in
"Header and sectioning", as suggested by Nick. WDYT?
Regards,
--
Nicolas Goaziou
Hello,
Georges writes:
> This regexp apparently is not active anymore
It is, but was moved into `org--get-outline-path-1'.
> The reason I do that is because I want to refile a task (single action)
> under a project (multiple action item, with statistics cookie) and not under
> another plain ta
Nicolas Goaziou nicolasgoaziou.fr> writes:
> Did you look at the commit? This is a one-line change introducing
> a single regexp.
This regexp apparently is not active anymore
So, I've tweaked `org--get-outline-path-1' in order to keep the
statistical/checkboxes cookies.
> The problem is that i
On Mon, 7 Mar 2016, Alan Schmitt wrote:
Hello,
I'm trying to adapt the example that allows to export a figure both to
tikz and to png so that I don't have to manually add all the header
lines.
Maybe this gets you a step closer
#+begin_src emacs-lisp :results silent
(defmacro by-backend
Eric S Fraga writes:
> On Monday, 7 Mar 2016 at 09:55, Loris Bennett wrote:
>
> [...]
>
>> Would you be able to share what you load in custom.el and esf-org.el, or
>> a least explain what needs to be done?
>
> My custom.el is the emacs customisations (for variables and faces that
> usually ends
On Monday, 7 Mar 2016 at 09:55, Loris Bennett wrote:
[...]
> Would you be able to share what you load in custom.el and esf-org.el, or
> a least explain what needs to be done?
My custom.el is the emacs customisations (for variables and faces that
usually ends up in your .emacs) and esf-org.el is
Well that's interesting. When I do C-u M-x org-reload and then call
org-agenda, it displays correctly with no error.
How do I debug? I already went into my config files and commented out all
the code containing the word org-agenda, but the error still happens.
On Mon, Mar 7, 2016 at 6:09 AM, Nic
On Sunday, 6 Mar 2016 at 20:26, Samuel Loury wrote:
> Samuel Loury writes:
>
> [...]
>
>> I will clean the *elc files and send another report. I will also
>> deactivate the advises not to pollute the results.
>
> Actually, profiler reports don't look really easy to read. I provide one
> in here b
Here's a simple (GNU make) makefile to export something in batch mode:
--8<---cut here---start->8---
%.html: %.org
emacs -batch -l batch-export.el --eval "(batch-org-export-as 'html)" $<
%.pdf: %.tex
latexmk --shell-escape -pdf -xelatex $<
%.t
Nicolas Goaziou writes:
> Hello,
>
> Rasmus writes:
>
>> I would be happy with simply documenting this limitation and documenting a
>> solution, e.g. using enumitem one. Enumitem is a wonderful package, but I
>> see no reason to add it as a standard package because of this.
>>
>> Do any of you
>>> "Bernhard" == Bernhard Pröll writes:
> Hi,
> the following formula will do this for me:
> | row | data |
> |-+--|
> | 2 | 0303 |
> | 3 | 5123 |
> | 4 | 41 |
> | 5 | 4234 |
> | 6 | 34 |
> #+TBLFM: $1=@#
> Regards,
Yeah thanks the point
Hi,
the following formula will do this for me:
| row | data |
|-+--|
| 2 | 0303 |
| 3 | 5123 |
| 4 | 41 |
| 5 | 4234 |
| 6 | 34 |
#+TBLFM: $1=@#
Regards,
Bernhard Pröll
On Mon, 07. Mar 11:24, Uwe Brauer wrote:
Hi
I would like to insert row in a table, and then hitting
Hi
I would like to insert row in a table, and then hitting C-c C-c, the
leftmost column gets filled by the row number.
Such as in
| row | data |
|-+--|
| | 0303 |
| | 5123 |
| | 41 |
| | 4234 |
#+TBLFM: magic command
C-c C-c
gives
| row | data |
|-+--|
| 2
Hello,
Georges writes:
> Nicolas Goaziou nicolasgoaziou.fr> writes:
>
> gekoc laposte.net> writes:
>
>>> With Org-mode version 8.3.4 (8.3.4-5-gdc68d2-elpa), it seems the
>>> checkbox cookies are not shown in the possible refile locations
>>> anymore when calling org-agenda-refile.
>
>> Actuall
Hello,
Rasmus writes:
> I would be happy with simply documenting this limitation and documenting a
> solution, e.g. using enumitem one. Enumitem is a wonderful package, but I
> see no reason to add it as a standard package because of this.
>
> Do any of you have a place in mind where we could a
Hello,
Peter Salazar writes:
> I'm suddenly getting "byte-code: Wrong type argument: number-or-marker-p,
> nil" when I try to call org-agenda. This happens even when org-agenda-files
> is set to nil. Here's the backtrace. Any thoughts on how I can track down
> the source of the problem?
Could y
Hello,
I'm trying to adapt the example that allows to export a figure both to
tikz and to png so that I don't have to manually add all the header
lines.
Here is what I tried:
#+LATEX_HEADER: \usepackage{tikz}
* Tikz test
Here's a tree, exported to both html and pdf.
#+header: :file (by-backend
Hi Eric,
Eric S Fraga writes:
> On Friday, 4 Mar 2016 at 23:43, Robert Love wrote:
>> Does anyone have a make file example that has emacs load an .org file,
>> process it into LaTeX and export as PDF, all from the command line
>> without the user doing anything more than type ‘make’? All examp
18 matches
Mail list logo