[O] odt-export: localisation of table and figure captions and references to chapter numbers

2012-03-29 Thread Martin Gürtler
Am Freitag, den 30.03.2012, 01:04 +0530 schrieb Jambunathan K: > Btw, any feedback on these two fixes? > > http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg00798.html > http://lists.gnu.org/archive/html/emacs-orgmode/2012-03/msg00797.html > I am just using both, localisation and the n

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-29 Thread Martin Gürtler
Hi Jambunathan, thanks for the quick help. Am Freitag, den 30.03.2012, 01:04 +0530 schrieb Jambunathan K: > May be you are trying to build an index out of object names... Or pick > and choose objects of interest. Please upgrade to the following commit > and report back any problems or suggesti

[O] [PATCH] Deleting properties: Fixed bug that left blank lines after, deleting properties

2012-03-29 Thread Ilya Shlyakhter
Patch for a bug that left blank lines in property drawer after org-delete-property-globally. >From 41cbd6302e5a58ed09ec80436237c3c2f4ad8514 Mon Sep 17 00:00:00 2001 From: Ilya Shlyakhter Date: Thu, 29 Mar 2012 22:31:14 -0400 Subject: [PATCH] Deleting properties: Fixed bug that left blank lines af

[O] identify notes within headlines

2012-03-29 Thread Fred Hansen
Most of my headlines contain only timestamps as content.  Some, however, have notes. These notes are usually contextual information that will help me to complete a task.  To remember to check the notes, I type 'see note' at the end of these headlines. I suppose I could also use a tag like ":NOTE

[O] problems with LaTex/BibTex

2012-03-29 Thread Julian Burgos
Dear list, I'm having some problems with LaTex exporting and reference lists. This is my a quick test: -- start of org mode file #+TITLE: This is a test * Heading 1 Some text, some text \cite{Steiniger2009a}. * Heading 2 Some other text \cite{Harrington2007}

Re: [O] Plotting (with gnuplot) using dates timestamps

2012-03-29 Thread Mueen Nawaz
Alan Schmitt writes: > Hello, > > I'm trying to plot the following table, but the dates part is all > wrong. Is there a way to tell gnuplot what the date format is? > > #+tblname: data-table > | Date | HP | HC | > |--++| > | [2011-08-20 Sat] | 0

Re: [O] org-mobile: Strange #+TODO: in index.org

2012-03-29 Thread Moritz Ulrich
On Thu, Mar 29, 2012 at 12:51, Bastien wrote: > Hi Ulrich, It's Moritz, everyone confuses this ;-) (No hard feelings) > Moritz Ulrich writes: > >> I recently started using org-mode in combination with MobileOrg rather >> excessively. Everything works pretty good, with one exception: >> `org-mob

Re: [O] org-log-note-headings 'state

2012-03-29 Thread John J Foerch
Ilya Shlyakhter writes: > On 3/27/2012 9:49 PM, John J Foerch wrote: These thoughts lead me to suggest that maybe org-log-note-headings is no longer sufficient to its original purpose, because extensions wish to parse state changes, but that blocks users from configuring the formats

Re: [O] org-log-note-headings 'state

2012-03-29 Thread Ilya Shlyakhter
On 3/27/2012 9:49 PM, John J Foerch wrote: These thoughts lead me to suggest that maybe org-log-note-headings is no longer sufficient to its original purpose, because extensions wish to parse state changes, but that blocks users from configuring the formats. Perhaps it is time to replace it with

Re: [O] odt-Export and #+CAPTION: [reference text]{caption text}

2012-03-29 Thread Jambunathan K
Martin > Hi, > > does the odt export regard the short version of captions for figures and > tables? Looking at the document structure in libreoffice's navigator, > figures and tables are referenced by strings like "Table4" or, in the > case of graphics, plain numbers. Also, when I include manuall

Re: [O] Problems running C code in org-mode under Windows - SOLVED

2012-03-29 Thread Nick Dokos
Richard Stanton wrote: > > To allow for people who might be using the Cygwin bash shell in Emacs > > under Windows (which is recommended by many), I do recommend making > > the change I suggested above, adding the following lines to ob-C.el: > > > > > (tmp-bin-file (org-babel-temp-file

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-29 Thread Achim Gratz
Aurélien Aptel writes: > * I still want to make an Elisp backend for ragel. I understand it > won't be used in org-mode but it's a nice thing to have anyway. I hope > it's not a problem if this part of the project is not directly related > to org-mode. Please don't be discouraged by the discussion

[O] How to remote tags from calfw?

2012-03-29 Thread OSiUX
Using calfw [0], i do not know how to remove remove tags from function cfw:open-org-calendar Anyone can help me? [0] https://github.com/kiwanami/emacs-calfw -- :: Osiris Alejandro Gomez (OSiUX) os...@osiux.com.ar AA70 93FD B6EF EB42 6920 7530 A799 B226 74C8 A3FE http://osiux.com http://

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-29 Thread Samuel Wales
Can Ragel be written in elisp or in portable C? I had thought that was the idea. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

Re: [O] GSoC 2012 -- Elisp backend for Ragel

2012-03-29 Thread Aurélien Aptel
Hi again, I'm going to change my proposal according to what has been said in this discussion. * I still want to make an Elisp backend for ragel. I understand it won't be used in org-mode but it's a nice thing to have anyway. I hope it's not a problem if this part of the project is not directly re

Re: [O] Problems running C code in org-mode under Windows - SOLVED

2012-03-29 Thread Richard Stanton
> To allow for people who might be using the Cygwin bash shell in Emacs > under Windows (which is recommended by many), I do recommend making > the change I suggested above, adding the following lines to ob-C.el: > > > (tmp-bin-file (org-babel-temp-file > > "C-bin-" >

Re: [O] Problems running C code in org-mode under Windows - SOLVED

2012-03-29 Thread Richard Stanton
> One problem - when using bash as the shell, when trying to execute the > compiled file, it tries to execute the empty file, not the file that was just > compiled (which has the same name, but the extension .exe, added by the > compiler). > > A partial solution to this is to append ".exe" to the

Re: [O] Babel vs. Doxygen?

2012-03-29 Thread Michael Hannon
On Thursday, March 29, 2012 at 1:04 AM Sebastien Vauban wrote: > Michael Hannon wrote: >> Greetings.  I just ran across an article about Doxygen [1], and I'm >> trying to > > Forgotten footnote? Hi, Seb.  Yep, the footnote appears in my draft message but not in the final message.  Don't know what

[O] French translation of the spreadsheet tutorial (was: Document Freedom Day tomorrow)

2012-03-29 Thread Bastien
Bastien writes: > Dear all, > > tomorrow is the "Document Freedom Day": > > http://documentfreedom.org To celebrate this in a modest way, I translated the spreadsheet introduction into french -- enjoy! http://orgmode.org/worg/org-tutorials/org-tableur-tutoriel.html -- Bastien

[O] [babel] file header argument includes other variable

2012-03-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I would like to do make the file header argument to be concatenated of a constant string and another variable, so effectively: #+header: :var+ ConNum="10" #+header: :results graphics #+header: :file SA_VALUEOFConNum.pdf #+header: :width 8 #+heade

[O] [babwel] Simplify graph generation and copying?

2012-03-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I do the following to create a graph in R and then convert / copy / do other stuff with it in the bash shell: #+header: :results graphics #+header: :file Test.pdf #+header: :width 4 #+header: :height 8 #+header: :pointsize 8 #+begin_src R plot(

Re: [O] Preformatted text

2012-03-29 Thread Neuwirth Erich
And if you just avoid too much typing Dashamir Hoxha writes: > > Hi Dashamir, > >> I have no idea about how easy or difficult would be to >> implement it, but I think that it would be nice to have >> some markup like these: >> --8<-- >> -->8-- >> instead of >> >> #+BEGIN_EXAMPLE >> #+END_EXAM

Re: [O] org-mobile: Strange #+TODO: in index.org

2012-03-29 Thread Bastien
Hi Ulrich, Moritz Ulrich writes: > I recently started using org-mode in combination with MobileOrg rather > excessively. Everything works pretty good, with one exception: > `org-mobile-push' adds a strange #+TODO: line to index.org: > > #+TODO: | DONE See this section in the manual: 5.2

[O] bug#11110: bug with org-mode-hook and text-scale-set

2012-03-29 Thread Bastien
Hi Du, Du Yanning writes: > steps to recreate: > > emacs -q > > copy the following code and paste it into the *scratch* buffer: > (add-to-list 'auto-mode-alist '("\\.txt\\'" . org-mode)) > (add-hook 'org-mode-hook '(lambda () (text-scale-set 4)))  > > M-x eval-buffer > > then C-x C-f to open a .

Re: [O] bug with org-mode-hook and text-scale-set

2012-03-29 Thread Bastien
Hi Du, Du Yanning writes: > text-mode-hook and c-mode-hook do NOT have this bug. > and the org-mode-hook of orgmode shipped within emacs 23.3 does NOT > have this bug. This is now fixed, thanks. The problem was that Org relied on `face-remapping-alist' to remap the 'default face to the 'org-d

Re: [O] Preformatted text

2012-03-29 Thread Tassilo Horn
Dashamir Hoxha writes: Hi Dashamir, > I have no idea about how easy or difficult would be to > implement it, but I think that it would be nice to have > some markup like these: > --8<-- > -->8-- > instead of > > #+BEGIN_EXAMPLE > #+END_EXAMPLE You could prefix your snippets with ":", e.g., this

[O] Preformatted text

2012-03-29 Thread Dashamir Hoxha
Hello, I am using org-mode for technical documentation (server configurations etc.) I use extensively the preformatted text to show a bunch of commands or pieces of configuration files. While #+BEGIN_EXAMPLE and #+END_EXAMPLE is OK, it looks a bit awkward and a bit inconsistent with the rest of t

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Martyn Jago
"Julian Burgos" writes: > Hello everyone, > This may be a very simple question. I want to tangle multiple source code > blocks into a single file. Instead of using the same output filename as a > block header (e.g. :tangle output.el) in each code block, can I I define a > buffer-wide tangle fil

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Julian Burgos
Thanks!! You were right. The position of the colon was wrong (but is still needed), and I had to refresh the local setup. On fim 29.mar 2012 07:57, Sebastien Vauban wrote: Hello Julian, "Julian Burgos" wrote: This may be a very simple question. I want to tangle multiple source code blocks

Re: [O] Babel vs. Doxygen?

2012-03-29 Thread Sebastien Vauban
Hi Michael, Michael Hannon wrote: > Greetings.  I just ran across an article about Doxygen [1], and I'm trying to Forgotten footnote? > understand if there's any intersection between Doxygen/Roxygen and Org mode > Babel, both of which seem to have literate programming as a goal.  Any > thoughts

[O] [babel] feature suggestion

2012-03-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi There are regularly questions concerning file wide properties set with #+PROPERTY: which are simply caused by not C-c C-c before tangling / executing block. Would it be an option to apply these headers automatically e.g. in the pre-tangli

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Sebastien Vauban
Hello Julian, "Julian Burgos" wrote: > This may be a very simple question. I want to tangle multiple source code > blocks into a single file. Instead of using the same output filename as a > block header (e.g. :tangle output.el) in each code block, can I I define a > buffer-wide tangle filename?

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/03/12 09:47, Christian Moe wrote: > Hi, Julian, > > See if it helps to fix a small syntax error: drop the colon before "tangle", > and place it > after #+PROPERTY instead. > > #+PROPERTY: tangle output.el > > The colon in ":tangle" is needed

Re: [O] buffer-wide tangle filename

2012-03-29 Thread Christian Moe
Hi, Julian, See if it helps to fix a small syntax error: drop the colon before "tangle", and place it after #+PROPERTY instead. #+PROPERTY: tangle output.el The colon in ":tangle" is needed when you're providing a header argument to a src block, but not when you're setting buffer-wide prope