Re: [O] print booklet from orgmode

2011-05-16 Thread Christian Egli
Matt Lundin writes: > Marc Spitzer writes: >> http://www.toodledo.com/booklet.php >> >> Does org mode have such a feature? > > Here's an old post with a script to generate something similar. I have > no idea whether it still works: > > http://permalink.gmane.org/gmane.emacs.orgmode/3910 As far

Re: [O] Org mode articles

2011-05-16 Thread Ghanashyam
It was there on the signature :-) -- regards Shyam On Tue, May 17, 2011 at 10:22 AM, Nick Dokos wrote: > Eden Cardim wrote: > > > I just started publishing a series of articles about org-mode, > > describing my personal setup from start to finish. Thought I'd mention > > it here in case anyo

Re: [O] Org mode articles

2011-05-16 Thread Puneeth Chaganti
On Tue, May 17, 2011 at 10:22 AM, Nick Dokos wrote: > Eden Cardim wrote: > >> I just started publishing a series of articles about org-mode, >> describing my personal setup from start to finish. Thought I'd mention >> it here in case anyone's interested. The entire article is written in >> org-mo

Re: [O] Org mode articles

2011-05-16 Thread Nick Dokos
Eden Cardim wrote: > I just started publishing a series of articles about org-mode, > describing my personal setup from start to finish. Thought I'd mention > it here in case anyone's interested. The entire article is written in > org-mode, published using org2blog and is bootstrappable as-is, in

[O] Org mode articles

2011-05-16 Thread Eden Cardim
Hello Everyone, I just started publishing a series of articles about org-mode, describing my personal setup from start to finish. Thought I'd mention it here in case anyone's interested. The entire article is written in org-mode, published using org2blog and is bootstrappable as-is, in order to m

Re: [O] Include headings in export, but exclude from TOC?

2011-05-16 Thread suvayu ali
On Mon, May 16, 2011 at 6:38 PM, Luke Crook wrote: > :NOEXPORT: removes a heading from export and the TOC. Is there a tag that will > only exclude a heading from appearing in the TOC? > For LaTeX export the following header option should take care of this: #+OPTIONS: H:4 num:3 H:4 says export

[O] Include headings in export, but exclude from TOC?

2011-05-16 Thread Luke Crook
:NOEXPORT: removes a heading from export and the TOC. Is there a tag that will only exclude a heading from appearing in the TOC? -Luke

Re: [O] [LaTeX Export] Question: How to export one section as an Appendix and choosing a way to crossreference

2011-05-16 Thread Sunny Srivastava
Thanks Nick and Suvayu. Nick's solution works fine! I knew something simple would be the solution! S. On Mon, May 16, 2011 at 11:20 AM, Suvayu Ali wrote: > On Mon, 16 May 2011 10:28:18 -0400 > Nick Dokos wrote: > > > I get the impression that the OP is asking a simpler question: not so > > muc

Re: [O] Options for into exporting both LaTeX and HTML

2011-05-16 Thread ishi soichi
Thanks! It did solve the problem. soichi 2011/5/17 Thomas S. Dye > Aloha ishi soichi, > > LaTeX probably wants a unit of measure, something like this > > #+ATTR_LaTeX: width=200mm > > Does this solve your problem? > > Tom > > ishi soichi writes: > > > emacs23.2 > > org-mode 7.4 > > > > I would

Re: [O] Confused about org-log-into-drawer

2011-05-16 Thread Michael Brand
Hi John As far as I understood logging and its drawers: - "CLOCK: [2011-05-17 Tue 23:00..." relates to org-clock-into-drawer - "- State "DONE" from "TODO" ..." relates to org-log-repeat and org-log-into-drawer - "CLOSED:" relates to org-log-done(-with-time); it can not be put into a drawer, see ht

Re: [O] Confused about org-log-into-drawer

2011-05-16 Thread Matt Lundin
John Hendy writes: > I thought that org-log-into-drawer would also log > scheduled/deadline/closed timestamps into a drawer, or is this not the > case? > > I have it set like so: > ,--- > | (setq org-log-into-drawer t) > `--- > > But only clocked data goes into :LOGBOOK:, not any of the other > m

[O] Confused about org-log-into-drawer

2011-05-16 Thread John Hendy
Hi, I thought that org-log-into-drawer would also log scheduled/deadline/closed timestamps into a drawer, or is this not the case? I have it set like so: ,--- | (setq org-log-into-drawer t) `--- But only clocked data goes into :LOGBOOK:, not any of the other meta-data about the TODO. Is this n

Re: [O] tables: is it possible to use a comma instead of a period as a number delimiter

2011-05-16 Thread Carsten Dominik
On 16.5.2011, at 20:08, Nick Dokos wrote: > Carsten Dominik wrote: > >> >> On 16.5.2011, at 15:23, Christian Moe wrote: >> >>> On 5/16/11 2:20 PM, Carsten Dominik wrote: When the OP says he needs this for accounting, I guess he is exporting this data somehow? How about changing >>>

[O] Weird bug when babel used in a macro

2011-05-16 Thread amscopub-mail
Sample ORG file: #+MACRO: test src_emacs-lisp[:results raw]{(let (mRef) (progn (if (string= "$2" "1") (setq mRef "A") (if (string= "$2" "2") (setq mRef "B") (setq mRef "C"))) (concat "Test $1" mRef ": ")))} * *Hello World* {{{test(1,1)}}} Desired HTML export: Test 1.A Actual HTML e

Re: [O] Options for into exporting both LaTeX and HTML

2011-05-16 Thread Thomas S. Dye
Aloha ishi soichi, LaTeX probably wants a unit of measure, something like this #+ATTR_LaTeX: width=200mm Does this solve your problem? Tom ishi soichi writes: > emacs23.2 > org-mode 7.4 > > I would like to export an org file into both LaTeX and HTML. > In order to do so, it is important to a

Re: [O] print booklet from orgmode

2011-05-16 Thread Matt Lundin
Marc Spitzer writes: > I do not know how to do this but it struck me as useful: > > Easily print your to-do list as a foldable booklet that you can put in > your pocket. Each booklet contains your hotlist, your top 110 most > important tasks, and a section for written notes. Assembly of the > boo

Re: [O] Cloning tasks subtrees when repeating?

2011-05-16 Thread Matthew Sauer
Have you looked into: C-c C-x c (org-clone-subtree-with-time-shift) Clone a subtree by making a number of sibling copies of it. You will be prompted for the number of copies to make, and you can also specify if any timestamps in the entry should be shifted. This can be useful, for example, to c

[O] Cloning tasks subtrees when repeating?

2011-05-16 Thread Lindsay Todd
Folks: I am looking for a nice org-mode-ish way to manage a task check list that repeats regularly. I would like to log, then archive, which items actually are completed when I close the task. (It isn't uncommon to have a few open.) Here is the situation: Every couple of weeks, I have an opportu

[O] print booklet from orgmode

2011-05-16 Thread Marc Spitzer
I do not know how to do this but it struck me as useful: Easily print your to-do list as a foldable booklet that you can put in your pocket. Each booklet contains your hotlist, your top 110 most important tasks, and a section for written notes. Assembly of the booklet is as simple as one cut with

Re: [O] tables: is it possible to use a comma instead of a period as a number delimiter

2011-05-16 Thread Nick Dokos
Carsten Dominik wrote: > > On 16.5.2011, at 15:23, Christian Moe wrote: > > > On 5/16/11 2:20 PM, Carsten Dominik wrote: > >> When the OP says he needs this for accounting, I guess > >> he is exporting this data somehow? How about changing > >> from dot to comma only in one of the export hooks

Re: [O] tables: is it possible to use a comma instead of a period as a number delimiter

2011-05-16 Thread Carsten Dominik
On 16.5.2011, at 15:23, Christian Moe wrote: > On 5/16/11 2:20 PM, Carsten Dominik wrote: >> When the OP says he needs this for accounting, I guess >> he is exporting this data somehow? How about changing >> from dot to comma only in one of the export hooks? > > Ah... sanity. Yes. > > And just

Re: [O] [BABEL] BUG: Can't pass format string (-F) to ledger

2011-05-16 Thread Viktor Rosenfeld
Hi Eric, I applied your patch locally and can confirm that it works. Thank you, Viktor Eric S Fraga wrote: > Viktor Rosenfeld writes: > > > Hi, > > > > I'm having trouble passing format strings (-F) to ledger using > > org-babel. When I pass -F to :cmdline, I get the following error: > > >

Re: [O] Query for tags, and bring results into headline?

2011-05-16 Thread Matt Lundin
Matt Lundin writes: > You could then create a dblock by typing C-c C-c on the following > > #+begin: insert-links :match questions > #+end: Correction: this should be: --8<---cut here---start->8--- #+begin: insert-links :match "questions" #+end: --8<-

Re: [O] Query for tags, and bring results into headline?

2011-05-16 Thread Matt Lundin
Nathan Neff writes: > I keep a lot of headlines tagged "question" that I > want to review before a daily meeting. > > Currently I keep questions tagged with "question", and can > easily do an agenda search for them. No problem. > > Before a daily meeting, I create a daily meeting headline > like

Re: [O] [LaTeX Export] Question: How to export one section as an Appendix and choosing a way to crossreference

2011-05-16 Thread Suvayu Ali
On Mon, 16 May 2011 10:28:18 -0400 Nick Dokos wrote: > I get the impression that the OP is asking a simpler question: not so > much an org question as a LaTeX question. If I'm right, the following > should help (and the references should take care of themselves): > > --8<---cut here-

Re: [O] [LaTeX Export] Question: How to export one section as an Appendix and choosing a way to crossreference

2011-05-16 Thread Nick Dokos
Suvayu Ali wrote: > On Mon, 16 May 2011 04:18:32 -0400 > Sunny Srivastava wrote: > > > 1. How can I import the Appendix with a different section number. > > Presently, the Appendix section has the number following the previous > > section number. Instead I want to have no number of Appendix and

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Matt Lundin
Leo writes: > On 2011-05-16 00:58 +0800, Matt Lundin wrote: >> I'd be happy to take this on. AFAICT, there are three functions in >> org-bbdb that no longer exist in bbdb v3. > > If you want you can build on top of my version. The anniversaries is > still broken since I don't use BBDB-anniv.el. T

[O] Problems with LaTeX export

2011-05-16 Thread Richard Lewis
Hi there, Last week I made a customised latex class for generating the LaTeX version of my thesis (as a displacement activity for actually writing said thesis). It all worked fine about last Wednesday, but today it's not working very well at all. Coincidentally (by which I mean not to imply causa

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Roland Winkler
On Sun May 15 2011 Matt Lundin wrote: > I'd be happy to take this on. AFAICT, there are three functions in > org-bbdb that no longer exist in bbdb v3. > > bbdb-name > bbdb-company > bbdb-record-getprop > > The first two can easily be defaliased to bbdb-search-organization and > bbdb-search-name.

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Roland Winkler
On Sun May 15 2011 Roland Winkler wrote: > It would probably be good if the needs of org-mode could be > incorporated into the new BBDB before we declare that BBDB v3 has > reached a beta stage.) I forgot to say: It is an item on the todo list for BBDB v3 to provide a more complete list for how t

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Roland Winkler
On Sat May 14 2011 Johnny wrote: > I have set up an org-agenda that includes anniversaries in the agenda > view from the bbdb database, but this breaks with bbdb 3.02 giving the > error 'bad sexp'. > > I set up the agenda file using (from org-mode 6.33x info section 10.3.1): > > * Anniversaries

Re: [O] org-bbdb-anniversaries gives error 'bad sexp'

2011-05-16 Thread Matt Lundin
"Roland Winkler" writes: > On Sun May 15 2011 Matt Lundin wrote: >> I'd be happy to take this on. AFAICT, there are three functions in >> org-bbdb that no longer exist in bbdb v3. >> >> bbdb-name >> bbdb-company >> bbdb-record-getprop >> >> The first two can easily be defaliased to bbdb-search-

Re: [O] tables: is it possible to use a comma instead of a period as a number delimiter

2011-05-16 Thread Christian Moe
On 5/16/11 2:20 PM, Carsten Dominik wrote: When the OP says he needs this for accounting, I guess he is exporting this data somehow? How about changing from dot to comma only in one of the export hooks? Ah... sanity. Yes. And just in time, too, as I was ready to unleash on Izzie the ultimate

Re: [O] tables: is it possible to use a comma instead of a period as a number delimiter

2011-05-16 Thread Carsten Dominik
On May 16, 2011, at 1:26 PM, Christian Moe wrote: > Hi, > > This seems to be a limitation in Emacs Calc, on which Org table spreadsheet > functions are based. Calc accepts only the dot as decimal point for number > *entry*. However, you can have it *display* the point as you like by > customi

Re: [O] [BABEL] BUG: Can't pass format string (-F) to ledger

2011-05-16 Thread Eric S Fraga
Viktor Rosenfeld writes: > Hi, > > I'm having trouble passing format strings (-F) to ledger using > org-babel. When I pass -F to :cmdline, I get the following error: > > Not enough arguments for format string. yes, sorry, this is an error in formatting a message which doesn't actually do

Re: [O] tables: is it possible to use a comma instead of a period as a number delimiter

2011-05-16 Thread Christian Moe
Hi, This seems to be a limitation in Emacs Calc, on which Org table spreadsheet functions are based. Calc accepts only the dot as decimal point for number *entry*. However, you can have it *display* the point as you like by customizing calc-point-char (that's `d .' in a Calc buffer). In Org

Re: [O] tables: is it possible to use a comma instead of a period as a number delimiter

2011-05-16 Thread Michael Brand
Hi Izzie The only direct solution I can think of now is with Emacs Lisp for number/string conversion and ./, replacement: #+begin_src emacs-lisp :results silent (defun com2num (com) "convert number string with comma like \"2,3\" to number like 2.3" (string-to-number (replace-regexp-in-s

Re: [O] [beamer] blank outline slide?

2011-05-16 Thread Eric S Fraga
zwz writes: [...] > I found the problem. In fact I forgot there's a hook > (add-hook 'org-mode-hook > (lambda () > (org-set-local 'yas/trigger-key [tab]) > (define-key yas/keymap [tab] 'yas/next-field) > (if (member "XeTeX" org-todo-keywords-1) >

Re: [O] [LaTeX Export] Question: How to export one section as an Appendix and choosing a way to crossreference

2011-05-16 Thread Sunny Srivastava
Dear Suvayu: Thank you for the help. I appreciate it. I think the solution no 2. gives the appropriate numbering for Appendix that I need. Could you pls enlighten me how to do the cross-referencing ? Thanks again! Best Regards, S. On Mon, May 16, 2011 at 4:54 AM, Suvayu Ali wrote: > On Mon,

Re: [O] [LaTeX Export] Question: How to export one section as an Appendix and choosing a way to crossreference

2011-05-16 Thread Suvayu Ali
On Mon, 16 May 2011 04:18:32 -0400 Sunny Srivastava wrote: > 1. How can I import the Appendix with a different section number. > Presently, the Appendix section has the number following the previous > section number. Instead I want to have no number of Appendix and the > sections of Appendix with

[O] Options for into exporting both LaTeX and HTML

2011-05-16 Thread ishi soichi
emacs23.2 org-mode 7.4 I would like to export an org file into both LaTeX and HTML. In order to do so, it is important to add appropriate options for both. #+ATTR_HTML: alt="apples image" title="How many?" align="right" width="200" #+ATTR_LaTeX: width=200 [[./images/apples.jpg]] The HTML export

Re: [O] insert picture feature request.

2011-05-16 Thread Aankhen
Sorry for the late response! I forgot about this thread. On Mon, May 9, 2011 at 07:35, Mark S. wrote: > Note to Aankhen: To get inline images to work, you need to install the PNG > and JPEG libraries from http://gnuwin32.sourceforge.net/ . Then put the > resulting C:...gnuwin32/bin directory i

[O] [LaTeX Export] Question: How to export one section as an Appendix and choosing a way to crossreference

2011-05-16 Thread Sunny Srivastava
Dear Org-mode list members: I am using org-mode to write a research paper. I am very pleased with the way org-mode works for LaTeX export. However I am stuck and I can't seem to find the solution using google (I am sure I am missing something). Could you please help me with the following: 1. How