I added this to my .emacs:
(defun t-face ()
"to pass org-footnote automatically to toggle-face"
(interactive)
(toggle-face 'org-footnote))
(defun toggle-face (&optional face-from)
(interactive (list (read-face-name "Face" (face-at-point
(let ((f (assq face-from face-remapping-alist))
Jambunathan K writes:
> Install the following defun, put the cursor on fontified text and do M-x
> toggle-face.
>
> (defun toggle-face (&optional face-from)
> (interactive (list (read-face-name "Face" (face-at-point
> (let ((f (assq face-from face-remapping-alist))
>
Nick Dokos writes:
> 42 147 wrote:
>
>> Very nice.
>>
>> However, I'd like to write a function that toggles the color value (without
>> recourse to the customize menu), since it would be useful to highlight the
>> footnotes from time to time.
>>
>
> Anything that can be done interactively can
42 147 wrote:
> Very nice.
>
> However, I'd like to write a function that toggles the color value (without
> recourse to the customize menu), since it would be useful to highlight the
> footnotes from time to time.
>
Anything that can be done interactively can also be done
programatically. You
On 29/11/12 14:35, 42 147 wrote:
I should add that Tyree's idea is what I was looking for originally
(changing the face to the text font at least fixed readability).
Ideally, instead of jumping to the footnote section, it would be
collapsible / expandable, much like headings.
Right now having a
I should add that Tyree's idea is what I was looking for originally
(changing the face to the text font at least fixed readability).
Ideally, instead of jumping to the footnote section, it would be
collapsible / expandable, much like headings.
Right now having a dedicated footnote section is bett
Very nice.
However, I'd like to write a function that toggles the color value (without
recourse to the customize menu), since it would be useful to highlight the
footnotes from time to time.
After some tests, it is clear I also disliked the underlining.
On Wed, Nov 28, 2012 at 12:26 PM, Jambunat
I recently wrote a blog post concerning sorting of org-mode tables.
-- Bill Greene
Ivan Vilata i Balaguer (2012-11-28 17:11:46 +0100) wrote:
> Nicolas Goaziou (2012-11-28 13:47:32 +0100) wrote:
>
>> Ivan Vilata i Balaguer writes:
>>
>>> * lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend
>>> time strings through `org-matcher-time` to allow relative times beside
I very often use boxquoted text in my org files to insert excerpts of
config files but I have trouble using it in plain lists : the boxquoted
text won't be folded by TAB, you have to manually indent each line of
the boxquote for the folding to work.
Julien.
Eric Lubeck wrote:
> On the broader point of organizing the notebook, I am still having a
> bit of a dilemma coming up with an effective system. My first thought
> was to just place all my work in a dated hierarchy, such as with
> org-datetree. This would be simple and mirror a conventional
>
Hi,
Eric Schulte writes:
> In the interim it, one solution which I personally like for large
> projects is to offload compilation into an external batch Emacs process.
> I find this not only useful for compilation while working, but if you
> place all relevant config into an init.el file loaded
Hiding footnotes would be a great enhancement as far as I am concerned.
I mean "hiding" in the same way that entities can be hidden in Auctec.
Auctec allows a "fold mode" that replaces various entities with user
defined symbols. For example, \label{xxx} becomes [l]; \footnote{}
becomes
Nicolas Goaziou writes:
> Hello,
>
> cbe...@tajo.ucsd.edu writes:
>
> Thank you for all the debugging.
>
>> org-export-with-current-buffer-copy calls org-clone-local-variables
>> which uses a regexp to detect buffer-local variables, but
>> *org-babel-use-quick-and-dirty-noweb-expansion* is not de
Achim Gratz wrote:
> Nicolas Goaziou writes:
> > Done.
>
> I confirm that the test failed before those two changes, but passes
> after. I am however unable at the moment to test it on any 23.x version
> of Emacs, so I don't know if that might present a regression there.
>
>
Given the previou
Nicolas Goaziou writes:
> Done.
I confirm that the test failed before those two changes, but passes
after. I am however unable at the moment to test it on any 23.x version
of Emacs, so I don't know if that might present a regression there.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron
> Reading an org-file. I should note, it is the highlighting that is the
> problem, not the footnote itself. If I could somehow toggle it to the
> color of the text, that would solve my problem.
Put your cursor on the footnote. Then do
C-u C-x =
In the resulting buffer, toward the end, you
Alan Schmitt writes:
> Eric Schulte writes:
>
>> In the interim it, one solution which I personally like for large
>> projects is to offload compilation into an external batch Emacs process.
>> I find this not only useful for compilation while working, but if you
>> place all relevant config int
On Wed, Nov 28, 2012 at 10:15 AM, Giovanni Ridolfi
wrote:
> Da: Ista Zahn
> Inviato: Martedì 27 Novembre 2012 15:55
>
>>> I can't seem to get the new odt exporter working on my Windows machine
>>> at work (it works fine on Linux at home).
>> [...]
>>
>>> So it seems that the new exporter is not c
Nicolas Goaziou (2012-11-28 13:47:32 +0100) wrote:
> Ivan Vilata i Balaguer writes:
>
>> * lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend
>> time strings through `org-matcher-time` to allow relative times besides
>> absolute ones, convert result to encoded time.
>> * doc/org.t
Nick Dokos writes:
> Can you also disambiguate the headlines in the three cases? That would
> make obvious *which* of the three subtests failed (for the record, it
> was the second one, i.e. org-special-ctrl-a/e nil - the other two were
> OK for some reason).
Done.
Regards,
--
Nicolas Goazio
Nicolas Goaziou wrote:
> Hello,
>
> Nick Dokos writes:
>
> > Adding a \n at the end of the headline lets the test pass I think:
>
> I've added "\n" at the end of headlines. Since I don't use pretest
> version, can you confirm it does indeed fix the problem?
>
I don't use the pretest version
Suvayu Ali writes:
> Personally I think having the option to shoot myself in the foot is
> preferable over not being able to configure. But then others may not
> agree. Is it possible to disallow :overlay when :environment is
> provided? If so you could generate a warning during export.
>
> Th
Reading an org-file. I should note, it is the highlighting that is the
problem, not the footnote itself. If I could somehow toggle it to the color
of the text, that would solve my problem.
For example, the [16] here is a distraction:
* Chomsky
** Books
*** Deterring Democracy
Chapter 1. Cold
Da: Ista Zahn
Inviato: Martedì 27 Novembre 2012 15:55
>> I can't seem to get the new odt exporter working on my Windows machine
>> at work (it works fine on Linux at home).
> [...]
>
>> So it seems that the new exporter is not creating content.xml, or
>> META-INF/manifest.xml. Again this only hap
Eric Schulte writes:
> In the interim it, one solution which I personally like for large
> projects is to offload compilation into an external batch Emacs process.
> I find this not only useful for compilation while working, but if you
> place all relevant config into an init.el file loaded by th
On Wed, Nov 28, 2012 at 7:03 AM, 42 147 wrote:
> Self-explanatory. I like how org-mode handles footnotes, but I want an
> option to hide them while reading (for they are distracting).
Reading what? The org file or resultant PDF? If you're talking about the
org file, I don't think there's going
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> If drawers are "greater elements" in org elements, perhaps they ought to
>> be able to contain other drawers? Or is non-nesting drawers a design
>> decision?
>
> It is a design decision.
>
> Note that "greater element" only means
Nicolas Goaziou writes:
> Hello,
>
> Alan Schmitt writes:
>
>> Would there be a way for the export process to be asynchronous and not
>> lock emacs?
>
> Not yet.
>
> Actually that's, in my roadmap, the single last feature to implement
> before moving the new export engine into core.
>
>
> Regar
On Wed, Nov 28, 2012 at 10:27:50AM +0100, davi...@es.gnu.org wrote:
> Hello,
>
> I'm trying export to pdf "Choosing Your Workflow Applications"
> (https://github.com/kjhealy/workflow-paper/blob/master/workflow-apps.org)
> and I'm having some troubles. I attach the log.
>
> Thanks in advance.
I b
Hello,
Alan Schmitt writes:
> Would there be a way for the export process to be asynchronous and not
> lock emacs?
Not yet.
Actually that's, in my roadmap, the single last feature to implement
before moving the new export engine into core.
Regards,
--
Nicolas Goaziou
On Wed, Nov 28, 2012 at 01:58:09PM +0100, Nicolas Goaziou wrote:
> Hello,
>
> Suvayu Ali writes:
> >
> >> Images accept `:float', `:placement' and `:options' as attributes.
> >> `:float' accepts a symbol among `wrap', `multicolumn', and
> >> `figure', which defines the float environme
Hello,
Eric Abrahamsen writes:
> If drawers are "greater elements" in org elements, perhaps they ought to
> be able to contain other drawers? Or is non-nesting drawers a design
> decision?
It is a design decision.
Note that "greater element" only means that the element can contain
other elemen
Hello,
Nick Dokos writes:
> Adding a \n at the end of the headline lets the test pass I think:
I've added "\n" at the end of headlines. Since I don't use pretest
version, can you confirm it does indeed fix the problem?
Thank you.
Regards,
--
Nicolas Goaziou
Self-explanatory. I like how org-mode handles footnotes, but I want an
option to hide them while reading (for they are distracting).
Hello,
Suvayu Ali writes:
> On Wed, Nov 21, 2012 at 05:35:48PM +0100, Nicolas Goaziou wrote:
>>
>> Plain lists accept two optional attributes: `:environment' and
>> `:options'. The first one allows to use a non-standard environment
>> (i.e. "inparaenum"). The second one allows
Hello,
Samuel Loury writes:
> From 0e31213fa486f7fcfe1c2b7037689df077a39fce Mon Sep 17 00:00:00 2001
> From: Samuel Loury
> Date: Thu, 22 Nov 2012 09:31:15 +0100
> Subject: [PATCH] Fix the uncaught exception when doing opening a link from
> nowhere
>
> * lisp/org.el (org-open-at-point): Make s
Hello,
Ivan Vilata i Balaguer writes:
> * lisp/org-clock.el (org-clock-get-table-data): Pass tstart and tend
> time strings through `org-matcher-time` to allow relative times besides
> absolute ones, convert result to encoded time.
> * doc/org.texi (The clock table): Document acceptance of relat
Hello,
I'm trying export to pdf "Choosing Your Workflow Applications"
(https://github.com/kjhealy/workflow-paper/blob/master/workflow-apps.org)
and I'm having some troubles. I attach the log.
Thanks in advance.
article.log
Description: Binary data
Hello,
I'm compiling a fairly large set of slides, that also contain quite a
bit of code that is executed (it's a course on JavaScript which shows
some of the language peculiarities). Thus exporting these slides takes a
while. Unfortunately, when it's compiling, it's completely locking my
emacs. W
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 28/11/12 09:13, Johan Ekh wrote:
> Ok, thanks! I seem to get the right size with "#+ATTR_LATEX: width=128mm".
> But how can I make
> the lower left corner of my picture start exactly at the lower left corner of
> my slide?
You have to set it as b
Ok, thanks!
I seem to get the right size with "#+ATTR_LATEX: width=128mm".
But how can I make the lower left corner of my picture start exactly at the
lower left corner of my slide?
BR / Johan
On Tue, Nov 27, 2012 at 4:33 PM, Rainer M Krug wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SH
42 matches
Mail list logo