Re: [O] Local #+LINK's in org-mode file

2011-09-02 Thread Jambunathan K
> 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

[O] Local #+LINK's in org-mode file

2011-09-02 Thread Erwin J. Prinz
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

Re: [O] HTML export headers

2011-09-02 Thread Jambunathan K
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

[O] HTML export headers

2011-09-02 Thread Aditya Mandayam
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

Re: [O] org-babel-dot on windows

2011-09-02 Thread Bas Bossink
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

Re: [O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-02 Thread Thomas S. Dye
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

Re: [O] org-babel-dot on windows

2011-09-02 Thread Sebastien Vauban
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

Re: [O] Best practices? Multiple .org files?

2011-09-02 Thread Eric S Fraga
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

Re: [O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-02 Thread Nicolas Goaziou
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

Re: [O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-02 Thread Matt Price
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

Re: [O] [odt/xhtml] Export lists as tables (list-tables)

2011-09-02 Thread Nicolas Goaziou
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-

Re: [O] Best practices? Multiple .org files?

2011-09-02 Thread Brian Wood
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

Re: [O] org-babel-dot on windows

2011-09-02 Thread Eric Schulte
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

Re: [O] [PATCH]: New Add defun org-mode-or-derived-mode-p

2011-09-02 Thread Tassilo Horn
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'.

Re: [O] Problems with editing R source code in Linux

2011-09-02 Thread Julian Burgos
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

[O] Problems with editing R source code in Linux

2011-09-02 Thread Julian Burgos
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

Re: [O] FYI: Org mode testing framework, Emacs 23 and 22

2011-09-02 Thread Eric Schulte
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

Re: [O] orgmode 7.7 broke latex beamer export

2011-09-02 Thread suvayu ali
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

Re: [O] Best practices? Multiple .org files?

2011-09-02 Thread Eric S Fraga
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

Re: [O] How to suppress \label commands in beamer export

2011-09-02 Thread Eric S Fraga
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

Re: [O] Best practices? Multiple .org files?

2011-09-02 Thread Joseph Kern
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

Re: [O] How to suppress \label commands in beamer export

2011-09-02 Thread Darlan Cavalcante Moreira
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

[O] orgmode 7.7 broke latex beamer export

2011-09-02 Thread Aaron Hammitt
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

[O] [PATCH]: New Add defun org-mode-or-derived-mode-p

2011-09-02 Thread Stefan Reichör
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

Re: [O] Best practices? Multiple .org files?

2011-09-02 Thread Christian Moe
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

Re: [O] How to suppress \label commands in beamer export

2011-09-02 Thread Eric S Fraga
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

Re: [O] Problem with org-crypt

2011-09-02 Thread Christopher Witte
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

Re: [O] Problem with org-crypt

2011-09-02 Thread Pieter Praet
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

Re: [O] setting up org-remember

2011-09-02 Thread Pieter Praet
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. > >