[O] Checkboxes for description lists

2012-06-07 Thread Robert Yates
Hi, Ive been using org-mode for a while, and it is quite excellent! I have a question about checkboxes I came across recently. What is the reason for disallowing the commands for adding and toggling checkboxes on descripton list items (that is "- partA :: partB" list items) ? (attempting to do so

Re: [O] Variable naming (old vs new exporter)

2012-06-07 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > My understanding from Bastien is that the old exporters will still be > fully usable (my concerns are HTML and ASCII)? Is this yours, > Nicolas? No. When they are ready, they will completely replace old exporters. Only old exporters with no equivalent back-end f

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Eric Schulte
"Mikhail Titov" writes: [...] >> > I would recommend using the `default-directory' variable. That should >> > hold the value of the directory of the Org-mode file or the value of the >> > :dir header argument if present. >> >> Huh... now it works... I remember I've tried before but for some reas

[O] Default emphasis regexp problems

2012-06-07 Thread Andreas Matthias
Hi, the following cases fail to display italics correctly in org-mode 7.4: - snip - 1. The user would also certainly think that “it’s all actually happening,” simply because it /would be happening,/ albeit in an environment that is differen

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov > Sent: Thursday, June 07, 2012 6:03 PM > To: 'Eric Schulte' > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] [babel] session initialization (w

[O] Problem with org-mobile-pull

2012-06-07 Thread Vikas Rawal
I am having a problem with org-mobile-pull. I am updating TODO state of my file on my ipad. I then "sync" it, and do an org-mobile-pull. I get an error of the following type * Heading not found on level 1: Sample households, Nayanagar F(edit:todo) [[olp:nayanagar.org:Sample households, Nayanag

[O] Updating orgmode

2012-06-07 Thread Vikas Rawal
I have a debian system. I am trying to update orgmode using git. But M-x org-version continues to show me version 7.7. How do I find where is it picking up this version from? It seems to me that this is the default version that shipped with my emacs. Debian repository has a more updated version (7.

[O] [BUG?] Strange effect of noweb name collision on LaTeX export

2012-06-07 Thread Ethan Ligon
#+TITLE: Example of name collision bug #+AUTHOR: #+EMAIL: #+DATE: 2012-06-07 Thu #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t * Figure and trivial code reference Here we have a figure. This example works as expected; we get a latex figure on export. [[./foo

Re: [O] Converting table to properties

2012-06-07 Thread Vikas Rawal
This is a quick hack on org-table-transpose-table-at-point to print out a property list instead of a table. #+begin_src elisp (defun vikas-convert () "table to props" (interactive) (let ((contents (apply #'mapcar* #'list ;; remove 'hline from list (delq

Re: [O] Clocking in emits an error

2012-06-07 Thread Nick Dokos
Avery Chan wrote: > It /does/ go away if I add the headline. So I think you're saying: > > 1. Plain list checkbox items cannot have a time-estimate associated them. > 2. Plain list checkbox items cannot track time. > 3. Only headlines/TODO headlines can have these features. > > I suppose that a

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte > Sent: Thursday, June 07, 2012 5:44 PM > To: Mikhail Titov > Cc: emacs-orgmode@gnu.org; 'Eric Schulte' > Subject: Re: [O] [babel] session ini

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Eric Schulte
"Mikhail Titov" writes: >> -Original Message- >> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- >> bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Schulte >> Sent: Wednesday, June 06, 2012 2:02 PM >> To: Mikhail Titov >> Cc: emacs-orgmode@gnu.org; 'henry atting'; 'Eri

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Eric Schulte
"Mikhail Titov" writes: >> -Original Message- >> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- >> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov >> Sent: Wednesday, June 06, 2012 6:06 PM >> To: 'Eric Schulte' >> Cc: emacs-orgmode@gnu.org >> Subject: Re: [O]

Re: [O] [babel] session initialization (was RE: python/babel inline images)

2012-06-07 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov > Sent: Wednesday, June 06, 2012 6:06 PM > To: 'Eric Schulte' > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] [babel] session initialization (

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-07 Thread William Crandall
Hello Nicolas, Thanks for your email. You write: "ATTR_HTML is only for paragraphs, not links." This puzzles me, because (1) the old exporter works fine on links that are inside paragraphs, as my example showed, and (2) the Manual says ATTR_HTML lines are for links: 12.5.4 Links in HTML export

[O] [latex] Problems with old exporter (for Beamer) and with new exporter

2012-06-07 Thread Sebastien Vauban
Hello, I want to write a document where I show: - Org code to type in a buffer - (sometimes) its LaTeX translation - its effect in the output PDF Though, I have big troubles outputting the Org code one is suppose to write in the Org buffers. It often gets replaced or modified... See examples in

Re: [O] shorter way of #+HTML:

2012-06-07 Thread T . F . Torrey
Won't using "\\" in this construct produce what the OP requested? This: #+BEGIN_SRC org Some text\\ new line. #+END_SRC Becomes this: #+BEGIN_HTML Some text new line. #+END_HTML Terry -- T.F. Torrey > Hi Enda, > > Enda writes: > >> When I prepare an org file to convert into html, I have

Re: [O] new exporter

2012-06-07 Thread Nicolas Goaziou
Achim Gratz writes: > Nicolas Goaziou writes: >> declarations (instead of requires) are here to avoid circular >> dependencies. Why do you want to revert that in the first place? > > ...because so many of them were missing that it seemed easier to simply > pull in the definitions by requirement.

Re: [O] new exporter

2012-06-07 Thread Achim Gratz
Nicolas Goaziou writes: >> One of test fails (but independently of compiling or not compiling the >> rest of the new exporter). The failing test is >> test-org-element/src-block-interpreter, it appears that the test >> expects the block to be indented by two spaces, but it starts at the >> beginni

Re: [O] new exporter

2012-06-07 Thread Achim Gratz
Nicolas Goaziou writes: > declarations (instead of requires) are here to avoid circular > dependencies. Why do you want to revert that in the first place? ...because so many of them were missing that it seemed easier to simply pull in the definitions by requirement. >> The way org-export is struc

Re: [O] Variable naming (old vs new exporter)

2012-06-07 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > A quick question about the future of the exporters: > > when the new exporter will be (more) integrated into Org, > > - will the old ones be removed? Yes. > - will the packages be renamed? Yes. > - will the variables be renamed (for example, from > `or

Re: [O] new exporter

2012-06-07 Thread Nicolas Goaziou
Hello, Achim Gratz writes: >here's my first stab on fixing some of that: > > From d7ef1bfbaef873521731697d86112029f02cdc8b Mon Sep 17 00:00:00 2001 > From: Achim Gratz > Date: Sat, 2 Jun 2012 18:38:24 +0200 > Subject: [PATCH 5/5] Make byte-compiler more happy > > * contrib/lisp/org-e-ascii.el:

Re: [O] Taskjuggler and installation

2012-06-07 Thread Simon Thum
On 06/06/2012 01:46 AM, Nick Dokos wrote: Simon Thum wrote: Hi all, I am using org-mode's taskjuggler export on two machines (win7 standard emacs 23.3/linux emacs 23.4.2) with 99% identical configuartion. Except for one funny thing: What org-version? Do you byte-compile the code on both pl

Re: [O] BUG: new exporter fails to export a source code with stars at bol

2012-06-07 Thread Nicolas Goaziou
Hello, Yagnesh Raghava Yakkala writes: > Please try to export attachment org file. the bug is reproduced with minimal > configuration. org version is: Org-mode version 7.8.10 > (release_7.8.10-649-gfe2e2f @ /home/yagnesh/.emacs.d/el-get/org-mode/lisp/) > > FYI, generated latex file is also att

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-07 Thread Nicolas Goaziou
Hello, William Crandall writes: > If org-mode source text is: > > -- > A paragraph about > #+ATTR_HTML: title="Link hover text" > [[http://orgmode.org]] > exalting new emacs mode... > -- > "M-x org-e

Re: [O] python/babel inline images

2012-06-07 Thread henry atting
"Mikhail Titov" writes: >> -Original Message- >> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- >> bounces+mlt=gmx...@gnu.org] On Behalf Of henry atting >> Sent: Wednesday, June 06, 2012 10:19 AM >> To: emacs-orgmode@gnu.org >> Subject: Re: [O] python/babel inline i

Re: [O] Smart Quotes Exporting

2012-06-07 Thread Nicolas Goaziou
Hello, "Mark E. Shoulson" writes: > Update on the smart-quotes patch. Supports the odt exporter now too, > which I think covers all the current major "new" exporters for which > it is relevant (adding smart quotes to ASCII export is a contradiction > in terms; ASCII exporter also handle UTF-8.

Re: [O] Slideshow using org-tree-to-indirect-buffer

2012-06-07 Thread Nathan Neff
On Tue, Apr 3, 2012 at 9:42 AM, Nathan Neff wrote: > I'm using org-mode to keep my notes about a slideshow. > > The slideshow is a separate PDF, which is fine with me. > > I'd like to have a quick 1-button press in emacs that would go > to the next headline, and "open" the headline like the super-

Re: [O] python/babel inline images

2012-06-07 Thread Mikhail Titov
> -Original Message- > From: henry atting [mailto:nsmp...@online.de] > Sent: Thursday, June 07, 2012 3:43 AM > To: Mikhail Titov > Cc: 'henry atting'; emacs-orgmode@gnu.org > Subject: Re: python/babel inline images > > >> The code itself works flawlessly. So > >> the workaround which I alr

Re: [O] Org variables in LaTeX - how?

2012-06-07 Thread Mikhail Titov
> -Original Message- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Rainer M Krug > Sent: Thursday, June 07, 2012 6:32 AM > To: emacs-orgmode > Subject: [O] Org variables in LaTeX - how? > > -BEGIN PGP SIGNED MESSAGE--

[O] Org variables in LaTeX - how?

2012-06-07 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I must admit, I don't know the inner workings of LaTeX, so this might be impossible, but anyway: I have the following two variables: #+PROPERTY: var VER=89 #+PROPERTY: var+ STATE="up-to-date" I create a file in one code block via sh, named FIL

Re: [O] Updating info files

2012-06-07 Thread Jude DaShiell
When I update org, I do: make ./update sudo make ./install sudo make ./install-info Then info org shows the correct version of org. On Wed, 6 Jun 2012, Memnon Anon wrote: > Mike Fitzgerald writes: > > > C-h i still brings up the old info files. > > > > files are there: > > > > org.pdf > > rg.t