> This means that if a line containing a #+LINK statement is changed the
> change does not take effect until either x org-mode is
> executed, or the buffer is killed and the file re-opened.
Well Org has it's quirks.
Does running C-c C-c on the #+LINK line (as a replacement for reloading
org or t
Dear fellow org-mode users:
I have a question about local #+LINK statements. They are stored in the
variable org-link-abbrev-alist-local. This variable seems to be only
updated when org-mode is initiated, e.g. when opening a new buffer. This
means that if a line containing a #+LINK statement i
Aditya Mandayam writes:
> Hello,
>
> HTML export produces the following header right now, for example:
> Is there anyway to customise this?
M-x customize-group RET org-export-html RET
Look at all the options and see whether something interests you.
Or you can do
M-: (find-file (locate-library
Hello,
HTML export produces the following header right now, for example:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
http://www.w3.org/1999/xhtml";
lang="en" xml:lang="en">
XXX YYY ZZZtitle>
Is there anyway to customise this?
Muchas gracias,
A
Hi Eric,
I'm using the following version of org-mode and Emacs:
commit cae9f947beb5f529569a7eb33b460e670fb8ff97
Author: Eric Schulte
Date: Tue Aug 30 14:50:26 2011 -0600
Emacs: GNU Emacs 23.3.1 (i386-mingw-nt6.1.7601)
of 2011-03-10 on 3249CTO
The error says: Error: dot: can't open
c\:/Users
Would it be useful to be able to name lists, perhaps so they can be passed to
source code blocks just like tables?
Tom
Sent from my iPhone
On Sep 2, 2011, at 8:11 AM, Nicolas Goaziou wrote:
> Hello,
>
> Matt Price writes:
>
>> I think J's code handles both xhtml & odt exports; remember h
Hi Bas and Eric,
Eric Schulte wrote:
>> I'm trying to use org-babel-dot on windows but when I try to generate an
>> image with C-c C-c the following errors apear:
>
> Unfortunately I don't have access to a windows machine to reproduce this
> problem.
>
> Does the temporary file name mentioned in y
Brian Wood writes:
>> 1. I would like to still see the same top-level tree that I see now
>> when I shift-Tab e.g:
> Here's the closest thing I've found to show all top-level items across
> all .org files
>
> C-c a s
> {^\* }
>
[...]
You might like to define a keyboard macro with this key seque
Hello,
Matt Price writes:
> I think J's code handles both xhtml & odt exports; remember his
> xhtml was originally developed as a possible basis for a new 'generic'
> exporter. Given the goal of a general solution, why not just:
>
> #+attr: list-table
Maybe when it will indeed be a general so
hi Nicolas
On Fri, Sep 2, 2011 at 1:23 PM, Nicolas Goaziou wrote:
> Hence, I would suggest to use a line like:
>
> #+attr_odt: list-table
>
> just above the list instead of the current choice of syntax.
>
> Now, as this file is meant to reach Org core, I really wish we ca
Hello,
Jambunathan K writes:
> List-tables is a humble first step in this direction. (Proportional
> sizing of columns and support for grid lines is coming soon)
>
> From the blurb:
> ,
> | ;; Notes on LIST-TABLES
> | ;;
> | ;; When `org-lparse-list-table-enable' is non-
1. I would like to still see the same top-level tree that I see now
when I shift-Tab e.g:
Here's the closest thing I've found to show all top-level items across
all .org files
C-c a s
{^\* }
If you use (setq org-agenda-start-with-follow-mode t), you can surf
through this list looking at your
Hi Bas,
Unfortunately I don't have access to a windows machine to reproduce this
problem.
Does the temporary file name mentioned in your error report exist, and
does it look to be a valid file name? Org-mode uses built-in Emacs
functions for creating temporary files, and these functions are supp
Stefan Reichör writes:
> +(defun org-mode-or-derived-mode-p ()
> + "Check if the current buffer is in Org-mode or a derived mode."
> + (if (derived-mode-p 'org-mode) t nil))
The if is superfluous. And instead of a new function, I'd rather add an
optional `derived' parameter to `org-mode-p'.
Never mind!! I figured out by combing through my emacs file. One of
my custom function was making reference to a file using Windows-like
path. I feel dumb as a rock...
On Fri, Sep 2, 2011 at 2:14 PM, Julian Burgos wrote:
> Dear list,
>
> I'm having some problems editing source code. I recently
Dear list,
I'm having some problems editing source code. I recently moved from
Windows to Fedora 14 and maybe I'm missing something obvious If so,
my apologies.
When pressing C-c ' to edit a block of R source code, I get the
following message in the minibuffer: "Language mode 'R-mode' fails
whi
Hi David,
David Maus writes:
> Just FYI: I've tried to get the testing framework running on Emacs 23
> and Emacs 22 and succeeded to 50%:
>
> - copying ert.el and ert-x.el from Emacs24 Git repository at
>git://git.savannah.gnu.org/emacs.git with master on
>231bffa3e6c37164fa40ad18bd2724
Hi Aaron,
On Fri, Sep 2, 2011 at 2:01 PM, Aaron Hammitt wrote:
> After some poking around I found that the default value of
> org-latex-to-pdf-process was the problem. Placing the following in my .emacs
> fixed the problem:
>
> (setq org-latex-to-pdf-process
> '("pdflatex -interaction=nonst
Christian Moe writes:
> On 9/1/11 7:35 PM, Brian Wood wrote:
>> (...) I'm thinking that I should break up
>> this file into multiple .org files in a directory. If I do that:
>
>>
>> 1. I would like to still see the same top-level tree that I see now
>> when I shift-Tab e.g:
>>
>> * Admin
>> * Dru
Darlan Cavalcante Moreira writes:
> Thanks Eric,
>
> The ideal case if if I could disable label creation and labels would be
> created only when I specifically write a <>, for instance. But I
> understand this is hard coded right now.
Yes but it should be fairly easy to change (for somebody with
Is there a way to display the contents of the file in-line?
On Fri, Sep 2, 2011 at 6:35 AM, Christian Moe wrote:
> On 9/1/11 7:35 PM, Brian Wood wrote:
>
>> (...) I'm thinking that I should break up
>>
>> this file into multiple .org files in a directory. If I do that:
>>
>> 1. I would like to
Thanks Eric,
The ideal case if if I could disable label creation and labels would be
created only when I specifically write a <>, for instance. But I
understand this is hard coded right now.
If I don't use overlays at all to change the blocks in the right side and
just put them into separates fr
I just upgraded to version 7.7 from an early version of 7 (7.0 or 7.1 I
believe), and it broke my ability to export a beamer presentation from
orgmode to PDF. After some poking around I found that the default value of
org-latex-to-pdf-process was the problem. Placing the following in my .emacs
fixe
2011-09-02 Stefan Reichoer
Add org-mode-or-derived-mode-p to support org-mode derived modes
* org-macs.el (org-mode-or-derived-mode-p): New defun
* org-src.el (org-edit-src-code): Use org-mode-or-derived-mode-p
* org.el (org-entry-properties): Use org-mode-or-deri
On 9/1/11 7:35 PM, Brian Wood wrote:
(...) I'm thinking that I should break up
this file into multiple .org files in a directory. If I do that:
1. I would like to still see the same top-level tree that I see now
when I shift-Tab e.g:
* Admin
* Drupal
* MacOS
* Linux
* Time Reports
So if I crea
Darlan Cavalcante Moreira writes:
> I'm trying to convert a presentation I've done in beamer to org-mode. I'm
> going to improve this presentation and add more stuff to it. I'd like to do
> it in org-mode.
>
> However, org adds \label{sec-numbers} in the generated tex file after all
> environment
On Fri 02 Sep 2011 10:43:11 AM CEST, Pieter Praet wrote:
On Wed, 31 Aug 2011 12:04:52 +0200, Christopher Witte
wrote:
Hi all,
I've been using org-crypt and find it a great little addition to
org-mode, but I have been noticing some weird behaviour. When I'm in a
file that has NO encrypted ent
On Wed, 31 Aug 2011 12:04:52 +0200, Christopher Witte
wrote:
> Hi all,
>
> I've been using org-crypt and find it a great little addition to
> org-mode, but I have been noticing some weird behaviour. When I'm in a
> file that has NO encrypted entires (or :crypt: tags) and I archive a sub
> tr
On Fri, 02 Sep 2011 06:12:22 +0200, David Maus wrote:
Non-text part: multipart/signed
> At Tue, 30 Aug 2011 11:42:24 +0200,
> Renato wrote:
> >
> > On Mon, 29 Aug 2011 16:07:33 +0200
> > Renato wrote:
> >
> > > Hello, I'm trying to set up org-remember, however I'm having some
> > > problems.
> >
29 matches
Mail list logo