Ido Magal writes:
> Fair enough. It never occurred to me that emacs might not support the
> native literal TAB. Thanks.
Emacs does, in its Fundamental mode and many others. But just about
every interesting mode will map the TAB key to something else. So the
issue is a common one for all Emacs us
Export has recently stopped working for me: any C-c C-e gives me:
org-export: Symbol's function definition is void:
internal-temp-output-buffer-show
Instead of an export menu. Org is up to date git, and I get this even
starting with emacs -Q. I haven't seen a chorus of complaints here, so I
assum
On Mon, May 30, 2011 at 15:14, Michael Markert <
markert.mich...@googlemail.com> wrote:
>
>
> Well the point is, that it isn't whatsoever related to orgmode but to
> Emacs. And searching for `emacs insert tab' gives helpful results
> already in the first hit.
>
>
Fair enough. It never occurred to
Hi,
When tangling lisp source code blocks, the tangled code is wrapped in
a `(progn ,@body). For example,
the block
#+begin_src lisp :tangle example.lisp
(defun mischief ()
(/ 1 0))
#+end_src
produces
: (progn (defun mischief ()
: (/ 1 0))
: )
With the attached patch, the tangling process now
The latex exporter mistakenly leaves the text of anchors in the exported
text.
I have reported this before --- see
http://thread.gmane.org/gmane.emacs.orgmode/41414
I am attaching an org-mode file that shows a minimal test case, and the
corresponding exported latex
My earlier posting propose
On 30 May 2011, Ido Magal wrote:
> Perfect! Thanks!
>
> To the powers that be I'd recommend adding a note, explaining how to
> get a literal TAB, in the following two places:
>
> http://orgmode.org/manual/Visibility-cycling.html
> http://orgmode.org/orgcard.txt
>
> These are the top results for goo
I stumbled across a /very/ weird bug in latex export. The bug arises
when there is
1. A footnote in a description list
2. The word "description" appears in the footnote and
3. The word "description" is flush to the left margin.
See the attached .org file
* Header
+ item 1 :: definitio
In the meantime I understand better what happens. I rewrote the doc
strings and added an error message to avoid the wrong error "No
priority cookie found in line" for the case of org-default-priority
out of range. My previous patch is to be replaced by this one:
* org.el (org-default-priority): Do
Hi Carsten,
Carsten Dominik writes:
> this looks pretty good. One thing I found missing is that
> header lines should be exempted from column formulas being
> applied. This works for the headlines at the top of the
> table, but not in the middle.
thank you for having a look. You are right, bu
Here is the patch. Thanks to Christian for his help. I have edited the
text to take into account Jambunathans comments.
Ian.
On 27/05/11 11:47, Carsten Dominik wrote:
Actually, please just make the section in texi formatting, I or someone else
will link it in into the manual structure. This
Perfect! Thanks!
To the powers that be I'd recommend adding a note, explaining how to get a
literal TAB, in the following two places:
http://orgmode.org/manual/Visibility-cycling.html
http://orgmode.org/orgcard.txt
These are the top results for googling "orgmode tab"
Cheers!
On Mon, May 30, 2
Try C-q TAB.
C-q inserts the next character literally. This is useful to insert control
characters.
--
Darlan
At Mon, 30 May 2011 10:07:29 -0700,
Ido Magal wrote:
>
> [1 ]
> With TAB being overloaded with visibility cycling, how do I insert a regular
> tab (\t) ?
> [2 ]
>
* org.el (org-default-priority):
document dependency on org-priority-start-cycle-with-default
* org.el (org-priority-start-cycle-with-default):
document dependency on org-default-priority
TINYCHANGE
---
lisp/org.el |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/li
Hi Benjamin,
Benjamin Slade wrote:
>>> I have a bunch of packages that I would need for my beamer presentations and
>>> it would be nice just to have them automatically included every time.
>>
>> If you want to do so, either put your list of packages
>>
>> - in an Org file that you #+INCLUDE as ne
C-q
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
I support the Whittemore-Peterson Institute (WPI)
===
Extreme bigotry against people with serious diseases is still extreme bigotry.
With TAB being overloaded with visibility cycling, how do I insert a regular
tab (\t) ?
awesome :)
hadn't seen those
--
Philipp Haselwarter
Hi Seb,
Many thanks for your reply. One last question: do you have an example
(or a link to an explanation about) making one's "own theme"? (I
understand the #+INCLUDE option).
cheers,
--Ben
> Message: 20
> Date: Mon, 30 May 2011 16:42:03 +0200
> From: "Sebastien Vauban"
> To: emacs-orgmode@g
Hi,
Memnon Anon writes:
> Hi,
>
> I am trying to familiarize myself with bazaar, so I had a look at the
> org-mode bzr mirror of the git repo.
>
> https://code.launchpad.net/org-mode
>
> It fails to import since a couple of weeks, probably since
> this commit:
> ,
> | commit 509ee5
Hi Benjamin,
Benjamin Slade wrote:
> So you don't include LaTeX packages that you always want to be loaded in the
> .emacs config?
No, I tend to avoid doing such. This really is the worst place to think of...
because your .emacs file is personal. Then, you cannot (easily) share any of
your custom
Hi Puneeth
On Sun, May 29, 2011 at 11:43 PM, Puneeth Chaganti wrote:
> William,
>
> Thanks for trying it out!
>
No problem - anything to avoid doing my real work
> On Mon, May 30, 2011 at 9:16 AM, William Henney wrote:
>>
>> This looks very promising - thanks! It is a shame though that the
>From 7c79ea0a21ad6d2646958d25c298a1ac9624e9f6 Mon Sep 17 00:00:00 2001
From: Barak A. Pearlmutter
Date: Sun, 29 May 2011 22:20:31 +0100
Subject: [PATCH] fail to rm or build incorrect files when doc directory
nonexistent
---
Makefile | 24
1 files changed, 12 insertio
Hi Seb,
So you don't include LaTeX packages that you always want to be loaded
in the .emacs config? I have a bunch of packages that I would need for
my beamer presentations and it would be nice just to have them
automatically included every time.
By the bye, I found the old config code from here:
Philipp Haselwarter writes:
> Would it make sense to share setups for `holiday-local-holidays'? Maybe
> on worg or emacs-wiki?
>
> I'm looking for french and german holidays, if anyone happens to have
> those set up :)
Have you checked
http://www.emacswiki.org/emacs/CalendarLocalization#toc12?
24 matches
Mail list logo