[O] [OT] Grouping of buffers by type when C-left_mouse sometimes there sometimes not

2013-03-01 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I know this is very likely not related to org, but this is such a knowledgable group in regards to emacs, and as I use emacs to 90% with org (amnd I got no response on the emacs mailing list), I'll ask here: I have absolutely no idea why, but so

[O] New beamer export error with top-level TODOs

2013-03-01 Thread James Harkins
Bug or not? In the *new* beamer exporter, if I have a top level heading with a TODO keyword, LaTeX chokes on the exported .tex file. E.g., ~~ * TODO Quiz review --> \section{\textbf{\textsf{\textsc{TODO}}} Quiz review} byte-code: PDF file ./slides.pdf wasn't produced: [undefined control sequenc

[O] How can I stop org-agenda-write from overwriting existing files.

2013-03-01 Thread Rainer Stengele
Hi all, constructing an agenda with clocktable for 1 month takes some time here.. Writing the agenda to "/patch/agenda-201302.html" works fine. Then creating the agenda for the previous month I also want to write it to a html file. I would like to use "/patch/agenda-201301.html" for it. providing

Re: [O] Tips for using orgmode + ledger to record events?

2013-03-01 Thread Eric S Fraga
Harum, I am not entirely sure what you are asking. I use ledger with org all the time to track my finances. I use babel for this so have entries that look like this: #+name: expenses #+begin_src ledger :noweb yes <> <> <> <> <> <> #+end_src and then have individual blocks for each of these sub

Re: [O] New beamer export error with top-level TODOs

2013-03-01 Thread Nicolas Goaziou
Hello, James Harkins writes: > In the *new* beamer exporter, if I have a top level heading with a > TODO keyword, LaTeX chokes on the exported .tex file. It should be fixed in master. Could you confirm it? Thanks for reporting the error. Regards, -- Nicolas Goaziou

Re: [O] Tips for using orgmode + ledger to record events?

2013-03-01 Thread Harum Budi
I was not being clear at all, sorry. Let me rephrase, but bear with me as English is my secondary language. For more than a decade, I've maintained a log.txt file with content like this (events are fictional): 2005-01-02 [friend] Met high school buddy Frank, talked about A, B, C. He is now marrie

Re: [O] bug: "org-export-preprocess-string: Wrong number of arguments" when doing "org-export-as-html"

2013-03-01 Thread Karl Voit
* Neuwirth Erich wrote: > As I learned the correct name for elisp to use with begin_src is emacs-lisp, > not elisp Oh, thanks for this side-mark. I did not look it up, wrote "elisp", and babel executed as expected. But good to know. I'll remember now :-) -- Karl Voit

Re: [O] bug: "org-export-preprocess-string: Wrong number of arguments" when doing "org-export-as-html"

2013-03-01 Thread Karl Voit
* Achim Gratz wrote: > Karl Voit Karl-Voit.at> writes: >> #+BEGIN_SRC elisp >> (org-export-as-html 3 nil nil "htmlized-output" nil nil) >> #+END_SRC > >> Am I doing something wrong or is this a bug? > > You are trying to use the old exporter and pick up code from an earlier > version > of Org.

[O] Beamer presentation using new exporter

2013-03-01 Thread Vikas Rawal
I am finally trying to use the new exporter to create a beamer presentation. I started with a simple orgmode file. My file is as follows: #+STARTUP: hidestars #+TITLE: Title #+AUTHOR: My name #+OPTIONS: H:2 toc:nil #+E-MAIL: usern...@email.org #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presenta

Re: [O] Beamer presentation using new exporter

2013-03-01 Thread Nicolas Goaziou
Hello, Vikas Rawal writes: > I am finally trying to use the new exporter to create a beamer > presentation. I started with a simple orgmode file. My file is as > follows: > > #+STARTUP: hidestars > #+TITLE: Title > #+AUTHOR: My name > #+OPTIONS: H:2 toc:nil > #+E-MAIL: usern...@email.org This i

Re: [O] bug: "org-export-preprocess-string: Wrong number of arguments" when doing "org-export-as-html"

2013-03-01 Thread Nicolas Goaziou
Hello, Karl Voit writes: > * Achim Gratz wrote: >> Karl Voit Karl-Voit.at> writes: >>> #+BEGIN_SRC elisp >>> (org-export-as-html 3 nil nil "htmlized-output" nil nil) >>> #+END_SRC >> >>> Am I doing something wrong or is this a bug? >> >> You are trying to use the old exporter and pick up code

Re: [O] [patch] ox-koma-letter

2013-03-01 Thread Alan Schmitt
Hi, Sorry for not replying earlier, I've been in a mode where I let my orgmode mail accumulate. Rasmus writes: > I have changed the following objects: > > 1. Make keys sane; no reason why open pdf is O rather than o and why > k is used in place of l (as in the tex exporter). Yes, it's ni

Re: [O] Tips for using orgmode + ledger to record events?

2013-03-01 Thread Eric S Fraga
Harum Budi writes: > I was not being clear at all, sorry. Let me rephrase, but bear with me as > English is my secondary language. That's fine! I think I understand what you want. My view would be to avoid having two files, an org one and a ledger one, and instead combine them into an org file

[O] [BUG] Export to HTML with INFOJS_OPT crashes Emacs

2013-03-01 Thread Allred, Sean
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

Re: [O] Fixed Re: Bug: turn-on-font-lock b

2013-03-01 Thread Bastien
Hi Gijs, Gijs Hillenius writes: > The problem has gone away, with GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, > GTK+ Version 3.4.2), the Debian Snapshot from 2013-02-26 > > whether I have (add-hook 'org-mode-hook 'turn-on-font-lock) on or off > (;;), org files are fully functional. Thanks for conf

Re: [O] [BUG] Export to HTML with INFOJS_OPT crashes Emacs

2013-03-01 Thread Bastien
Hi, "Allred, Sean" writes: > The feature listed at [1] will break Emacs (at least using the > buffer at [2]). Try #+INFOJS_OPT: view:content ^ instead of #+INFOJS_OPT view:content -- Bastien

Re: [O] How can I stop org-agenda-write from overwriting existing files.

2013-03-01 Thread Bastien
Hi Rainer, Rainer Stengele writes: > constructing an agenda with clocktable for 1 month takes some time here.. > Writing the agenda to "/patch/agenda-201302.html" works fine. > Then creating the agenda for the previous month I also want to write it > to a html file. I would like to use "/patch/a

Re: [O] Tips for using orgmode + ledger to record events?

2013-03-01 Thread Jeffrey Brent McBeth
On Fri, Mar 01, 2013 at 01:11:59PM +, Eric S Fraga wrote: > Harum Budi writes: > > > I was not being clear at all, sorry. Let me rephrase, but bear with me as > > English is my secondary language. > > That's fine! > > I think I understand what you want. My view would be to avoid having > t

[O] [bug] changing TODO status with org-after-todo-state-change-hook defined fails

2013-03-01 Thread Eric S Fraga
Hello, All of a sudden, changing the TODO status (=org-todo=) from anything to WAIT is failing with: : Error in post-command-hook (org-add-log-note): (error "Can't expand minibuffer to full frame") and ends up asking for a date and time and inserts new SCHEDULED information. My TODO sequence i

Re: [O] org-caldav feedback

2013-03-01 Thread Torsten Wagner
Hi David, On 2 February 2013 17:00, David Engster wrote: > I pushed a change which should correctly deal with timestamps inside the > header line. Please let me know if this works for you. > Sorry for the long delay to your patch. First I thought its working perfect. However, I noticed the fol

[O] org-html-export-to-html instead of old exporter (was: bug: "org-export-preprocess-string: Wrong number of arguments" when doing "org-export-as-html")

2013-03-01 Thread Karl Voit
* Nicolas Goaziou wrote: > Hello, Hi! > Karl Voit writes: > >> What is the equivalent elisp expression for using the new exporter? > > `org-html-export-to-html' (output to file) and `org-html-export-as-html' > (output to temporary buffer). > > For batch processing, you can also use `org-export-

[O] [PATCH] Improve presentation of entry text lines

2013-03-01 Thread Sebastien Vauban
Hello, The following patch improves the entry-mode presentation (`E' in the agenda) by adding a better leader on the side and one for a bottom corner. The style is a bit like boxquote. Best regards, Seb >From 606a57768d853cba427abd982e133f6b9bc20c94 Mon Sep 17 00:00:00 2001 From: Sebastien Va

Re: [O] Inserting a comma as prefix of headlines (in Org code blocks)

2013-03-01 Thread Takafumi Arakaki
Hi, Indeed, orgparse can parse only subset of org syntax. It is primary developed for OrgViz [1] which is an app to view your org files in various formats including calendar, graph and table. That's why it doesn't understand babel stuff. I thought I'd advertise it in org ML at some point but I

Re: [O] [OT] Grouping of buffers by type when C-left_mouse sometimes there sometimes not

2013-03-01 Thread Charles Berry
Rainer M Krug gmail.com> writes: > > > Hi > > I know this is very likely not related to org, but this is such a knowledgable group in regards to > emacs, and as I use emacs to 90% with org (amnd I got no response on the emacs mailing list), I'll > ask here: > > I have absolutely no idea why,

Re: [O] [PATCH] Improve presentation of entry text lines

2013-03-01 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > The following patch improves the entry-mode presentation (`E' in the agenda) > by adding a better leader on the side and one for a bottom corner. Mhh.. two options is way two much for this, let's have just one. Also, the output with your patch is wrong

Re: [O] [bug] changing TODO status with org-after-todo-state-change-hook defined fails

2013-03-01 Thread Bastien
Hi Eric, Eric S Fraga writes: > #+begin_src emacs-lisp > (add-hook 'org-after-todo-state-change-hook > '(lambda () >;; remove the scheduled date/time if present as the activity is no > longer mine >;; based on a suggestion by Manish on the org-mode mailing list >

[O] Bug: URL links in source block cause export to fall in infinite loop [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-03-01 Thread Andrey Kotlarski
Here are steps to reproduce with trunk version of GNU Emacs: 1. emacs -Q 2. C-x b test 3. M-x org-mode 4. Insert the following: #+begin_src sh "http://"; #+end_src 5. C-c C-e H That's it, export blocks and only C-g takes is out of the loop. I tried with several source block languages with i

Re: [O] emphasis changes filling

2013-03-01 Thread Bastien
Hi Samuel, Samuel Wales writes: > Thank you. Not working though. Reverted? Mhh no, deeply rooted in some outline oddity. I fixed this now. Thanks! -- Bastien

Re: [O] Tips for using orgmode + ledger to record events?

2013-03-01 Thread Viktor Rosenfeld
Hi, Eric S Fraga wrote: > My view would be to avoid having two files, an org one and a ledger > one, and instead combine them into an org file. I'm using both org-mode and ledger but I do not mix them. I'm having a hard time imagining the benefits of such a system, especially since ledger's que

Re: [O] [bug] changing TODO status with org-after-todo-state-change-hook defined fails

2013-03-01 Thread Eric S Fraga
Bastien writes: > Hi Eric, > > Eric S Fraga writes: > >> #+begin_src emacs-lisp >> (add-hook 'org-after-todo-state-change-hook >>'(lambda () >> ;; remove the scheduled date/time if present as the activity is no >> longer mine >> ;; based on a suggestion by Manish on

Re: [O] CSS link in html export for v. 7.9.3e woes

2013-03-01 Thread Mike McLean
On Tuesday, February 26, 2013, Nicolas Goaziou wrote: > Hello, > > Mike McLean > writes: > > > I've noticed an inconsistency with HTML_STYLE. When I have a few lines of > > them in a common file, which I include in all of my Org documents via > > #+SETUPFILE, they work fine. For some specific docu

Re: [O] [bug] changing TODO status with org-after-todo-state-change-hook defined fails

2013-03-01 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Eric S Fraga writes: > > You need to use (org-schedule '(4)) here, this is part of a change in master > that allows to use C-u C-u C-c C-s to add a delay (and same for C-u C-u C-c > C-d which adds a warning delay.) I find the use of C-u C-u C-c C-d full of promise, b

Re: [O] [PATCH] Improve presentation of entry text lines

2013-03-01 Thread Sebastien Vauban
Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> The following patch improves the entry-mode presentation (`E' in the agenda) >> by adding a better leader on the side and one for a bottom corner. > > Mhh.. two options is way two much for this, let's have just one. > Also, the output with

[O] Inline Images Refresh problem

2013-03-01 Thread Daniel Hawthorne
Hi all, I'm having trouble with the inline image feature. The displayed image doesn't update. In fact, all the images display an identical image regardless of the link path. Export works fine, so its something specific to inline image. Clearing the image cache, flipping org-toggle-inline images on

[O] List admin: Plain text attachments appearing in the digest

2013-03-01 Thread James Harkins
Hi, I wonder if there is a way to make the list digest *not* include the entire contents of plaintext attachments? For example, this message attaches an updated org-favtable.el: http://permalink.gmane.org/gmane.emacs.orgmode/67371 Attaching a code file is fine, of course, but it did present a co

Re: [O] New beamer export error with top-level TODOs

2013-03-01 Thread James Harkins
On Fri, Mar 1, 2013 at 6:07 PM, Nicolas Goaziou wrote: > Hello, > > James Harkins writes: > >> In the *new* beamer exporter, if I have a top level heading with a >> TODO keyword, LaTeX chokes on the exported .tex file. > > It should be fixed in master. Could you confirm it? Yes, fixed, thank you