Re: [O] Agenda view has no TODO items

2011-04-26 Thread Puneeth Chaganti
On Tue, Apr 26, 2011 at 10:48 AM, Noorul Islam K M noo...@noorul.com wrote: Recent pull from master changed the behaviour of the default agenda view. It used to list the TODO items also but now it only displays the scheduled one. Am I missing something? The feature of showing all unfinished

Re: [O] Contact information in the orgmode notes?

2011-04-26 Thread Jambunathan K
Is there an obvious or easy way to include contact information of people in the orgmode plain file notes? I am aware of emacs-related packages, such as BBDB and AddressBook (vCard based address book, still under development), but it seems these are built around a separate database of

Re: [O] Contact information in the orgmode notes?

2011-04-26 Thread Jaakko Hollmén
Thanks to Jambunathan K. and Noorul for their informed hints. I upgraded immediately from my 7.5 to git dev version, where the org-contacts indeed exists! Thanks once more. Jaakko On Apr 26, 2011, at 1:49 PM, Jaakko Hollmén wrote: Dear orgmode'rs, Is there an obvious or easy way to include

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Bernt Hansen
Laurynas Biveinis laurynas.bivei...@gmail.com writes: Hi everybody - I want to create a custom agenda view that filters by both TODO state and tags, i.e. a combination of todo and tags-todo search types. I have tried creating custom search action ((org-agenda-todo TODO) (org-agenda-filter

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Matt Lundin
Laurynas Biveinis laurynas.bivei...@gmail.com writes: I want to create a custom agenda view that filters by both TODO state and tags, i.e. a combination of todo and tags-todo search types. I have tried creating custom search action ((org-agenda-todo TODO) (org-agenda-filter tag1|tag2)) but

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Laurynas Biveinis
Bernt, Matt - 2011/4/26 Bernt Hansen be...@norang.ca: Just use a tags-todo filter and list both. (n Next and Started tasks tags-todo -WAITING-CANCELLED/!NEXT|STARTED               ((org-agenda-overriding-header Next Tasks))) Thanks! Apparently all I had to do is to add /!TODO to my custom

Re: [O] Custom agenda view by TODO state and tag

2011-04-26 Thread Matt Lundin
Bernt Hansen be...@norang.ca writes: You probably want something like this C-c a M tag1|tag2/!TODO (x Todo tasks for tag1 or tag2 tags-todo tag1|tag2/!TODO) ((org-agenda-overriding-header Todo tasks for tag1 or tag2))) Thanks, Bernt! Forgot about this one. There is more

Re: [O] [PATCH] org-html.el: Fix export of table.el tables.

2011-04-26 Thread Manuel Giraud
Hi, I've tried your patch and the output is prettier afterward. I'm not a HTML tables expert but all those nbsp; in output seems scary. But AFAIU, with org-export-prefer-native-exporter-for-tables to nil, simple table stays in HTML, no? Best regards, -- Manuel Giraud

Re: [O] [PATCH] org-html.el: Fix export of table.el tables.

2011-04-26 Thread Manuel Giraud
Manuel Giraud manuel.gir...@univ-nantes.fr writes: But AFAIU, with org-export-prefer-native-exporter-for-tables to nil, simple table stays in HTML, no? simple -- Manuel Giraud

Re: [O] [OT] The Brain

2011-04-26 Thread Matt Lundin
John Hendy jw.he...@gmail.com writes: I think it would be slick to enter a brain like viewing system that used tags or properties to swim through files in your agenda. I'm often having to recall some tidbit of info and rack my brain for what context I wrote it down in if the agenda search

Re: [O] Using orgmode to take inline notes for research

2011-04-26 Thread John Hendy
2011/4/25 Sébastien Vauban wxhgmqzgw...@spammotel.com: Hi John, John Hendy wrote: Sebastien: my other questions re. how to interpret the code and inserting proper linebreaks are still of interest! Sorry, just came back today after a 2-week holiday. Given the number of posts I have to

Re: [O] [OT] The Brain

2011-04-26 Thread John Hendy
On Tue, Apr 26, 2011 at 8:04 AM, Matt Lundin m...@imapmail.org wrote: John Hendy jw.he...@gmail.com writes: I think it would be slick to enter a brain like viewing system that used tags or properties to swim through files in your agenda. I'm often having to recall some tidbit of info and rack

Re: [O] Begginer using orgmode

2011-04-26 Thread John Hendy
On Tue, Apr 26, 2011 at 8:55 AM, Arnold, Travis tlarn...@radford.edu wrote: On 25 Apr, 2011, at 11:34 PM, John Hendy wrote: In the meantime: - install [aqua/Carbon] emacs - install git for os x (I used this: http://code.google.com/p/git-osx-installer/) - make a .elisp folder for elisp

Re: [O] [PATCH] org-html.el: Fix export of table.el tables.

2011-04-26 Thread Manuel Giraud
Jambunathan K kjambunat...@gmail.com writes: Our understanding matches. For the sake of clarity, here it is: For simple tables, 1. org-export-prefer-native-exporter-for-tables = Non-nil = Use the HTML code generator in table.el = HTML *source code* has Lots of nbsp 2.

Re: [O] Begginer using orgmode

2011-04-26 Thread Arnold, Travis
Probably just the wording scaring you a bit. Git is simply a protocol for sharing code. Those who are programming org-mode can work together on all of the little files that make org-mode work. These files live on a server, and those of use who use org-mode pull (or clone) from that server.

Re: [O] Publishing notes to a website

2011-04-26 Thread 'Mash
Quoting Thomas Herbert mash...@toshine.net: Kyle Sexton ks at mocker.org writes: I'm looking for advice on ways people are publishing their org notes to a website. So far I've looked at blorgit and it's really nice, but the dependency for a backend emacs session and running through sinatra

Re: [O] Begginer using orgmode

2011-04-26 Thread John Hendy
On Tue, Apr 26, 2011 at 10:34 AM, Arnold, Travis tlarn...@radford.edu wrote: Ok I did the earlier steps, making the directory .elisp, cd .elisp and then typed out the command starting with git and it said command not found after; this after finding that git osx.dmg from your earlier message.

[O] newline hangling after new heading

2011-04-26 Thread Andreas Politz
Hi, is it possible to make org treat a newline as belonging to the following header ? Most of the time I like my outlines to be dense, unless for top level headings, e.g. * TOP1 ** SUB2 X - ele1 * TOP2 ** SUB1 Now if I hit C-RET with point at X, the new heading will be created on a

[O] Begginer using orgmode

2011-04-26 Thread Travis Arnold
Thank you, I've copied that and have used it to set up things, though I have a silly question, how can I update emacs on mac?, looking at the website it appears to just be the tarbell? , Is there an idiot proof walkthrough? -Travis Travis Arnold tarnol...@gmail.com PGP.sig

Re: [O] Begginer using orgmode

2011-04-26 Thread Arnold, Travis
To confirm, I run this command from within the .elisp folder? and then I can open Aquamacs and use orgmode? On 26 Apr, 2011, at 11:49 AM, John Hendy wrote: /usr/local/git/bin/git clone git://orgmode.org/org-mode.git org.git PGP.sig Description: This is a digitally signed message part

Re: [O] Begginer using orgmode

2011-04-26 Thread John Hendy
On Tue, Apr 26, 2011 at 10:54 AM, Arnold, Travis tlarn...@radford.edu wrote: To confirm, I run this command from within the .elisp folder? and then I can open Aquamacs and use orgmode? Yes, from inside the .elisp folder. You haven't said whether or not you have a .emacs file, either, so I

Re: [O] Begginer using orgmode

2011-04-26 Thread Arnold, Travis
instead of what I put above. It will run for a fairly long time and might not give you feedback, so just leave it be until it gives you a fresh command prompt and stops sitting at cloning into... or whatever the message is. After that you can should be ready to set up the .emacs file and

Re: [O] Begginer using orgmode

2011-04-26 Thread John Hendy
On Mon, Apr 25, 2011 at 3:26 PM, Travis Arnold tarnol...@gmail.com wrote: Thank you,  I've copied that and have used it to set up things,  though I have a silly question,  how can I update emacs on mac?, looking at the website it appears to just be the tarbell? , Is there an idiot proof

Re: [O] Begginer using orgmode

2011-04-26 Thread John Hendy
On Tue, Apr 26, 2011 at 11:03 AM, Arnold, Travis tlarn...@radford.edu wrote: instead of what I put above. It will run for a fairly long time and might not give you feedback, so just leave it be until it gives you a fresh command prompt and stops sitting at cloning into... or whatever the

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-26 Thread Jambunathan K
Hello Christian - Paragraphs were frequently split up, mid-sentence, by unwanted paragraph breaks. This bug is a bit of a mystery. The extra paragraph breaks appear where there is a newline in the text. But I can't discern any pattern as to why breaks are inserted at these

[O] Footnotes in LaTeX export

2011-04-26 Thread Thomas S. Dye
Aloha all, I'm exporting a subtree to LaTeX and am having problems with footnotes. 1) If I enter a footnote with C-c C-x f everything works as expected in the Org-mode buffer, but on export the actual footnote is replaced by a message something like FOOTNOTE DEFINITION NOT FOUND. 2) I can

Re: [O] [OT] The Brain

2011-04-26 Thread Matt Lundin
Hi John, John Hendy jw.he...@gmail.com writes: On Tue, Apr 26, 2011 at 8:04 AM, Matt Lundin m...@imapmail.org wrote: John Hendy jw.he...@gmail.com writes: I think it would be slick to enter a brain like viewing system that used tags or properties to swim through files in your agenda. I'm

Re: [O] Footnotes in LaTeX export

2011-04-26 Thread Nicolas Goaziou
Hello, Thomas S. Dye t...@tsdye.com writes: I'm exporting a subtree to LaTeX and am having problems with footnotes. 1) If I enter a footnote with C-c C-x f everything works as expected in the Org-mode buffer, but on export the actual footnote is replaced by a message something like FOOTNOTE

Re: [O] Footnotes in LaTeX export

2011-04-26 Thread Thomas S. Dye
Aloha Nicolas, I've been lazy about rebasing my patches, but will update and report back. What is an ECM? All the best, Tom On Apr 26, 2011, at 8:38 AM, Nicolas Goaziou wrote: Hello, Thomas S. Dye t...@tsdye.com writes: I'm exporting a subtree to LaTeX and am having problems with

Re: [O] Footnotes in LaTeX export

2011-04-26 Thread Nick Dokos
Thomas S. Dye t...@tsdye.com wrote: What is an ECM? I don't know how widespread it is in French-speaking milieus, but I believe Seb Vauban is responsible for introducing it into this mailing list (see http://thread.gmane.org/gmane.emacs.orgmode/16375/focus=16453 and its parent thread) and

Re: [O] Footnotes in LaTeX export

2011-04-26 Thread Thomas S. Dye
Thanks Nick. My French, never very good, is apparently too rusty to decipher acronyms. I'll work out an ECM if the update doesn't fix the problem All the best, Tom On Apr 26, 2011, at 9:04 AM, Nick Dokos wrote: Thomas S. Dye t...@tsdye.com wrote: What is an ECM? I don't know how

[O] Agenda clock report - show currently clocked task?

2011-04-26 Thread Nathan Neff
Does the clock report in the agenda exclude time spent in the currently clocked task? Is there a way to turn this on? For example, I have 3 hours clocked in Task1, and I'm clocked into Task2 for 1 hour: My clock report in the agenda only shows the 3 hours in Task1. If I clock-out and refresh

Re: [O] [BUG][babel] :result output table doesn't work for python code blocks

2011-04-26 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: [...] That said, I agree that in examples like yours above the returned value should be a table given that the :results

Re: [O] Agenda clock report - show currently clocked task?

2011-04-26 Thread Bernt Hansen
Nathan Neff nathan.n...@gmail.com writes: Does the clock report in the agenda exclude time spent in the currently clocked task? Is there a way to turn this on? org-clock-report-include-clocking-task -Bernt For example, I have 3 hours clocked in Task1, and I'm clocked into Task2 for 1

Re: [O] Making an index in latex export --- surprisingly difficult

2011-04-26 Thread Suvayu Ali
On Tue, 26 Apr 2011 16:09:22 -0500 Robert Goldman rpgold...@sift.info wrote: The REAL big deal: edit my texmf.cf file to break the security protection of openout_any=p. By default, makeindex will refuse to open an absolute pathname. But org-mode will only pass absolute pathnames to

Re: [O] Making an index in latex export --- surprisingly difficult

2011-04-26 Thread Nick Dokos
Robert Goldman rpgold...@sift.info wrote: I was trying to make an index in latex export and found that it was very difficult to make it work. I wonder if this could be simplified. Here's what I had to do: 1. put \makeindex and \usepackage{makeidx} in latex export header [no big deal] 2.

Re: [O] Making an index in latex export --- surprisingly difficult

2011-04-26 Thread Robert Goldman
On 4/26/11 Apr 26 -4:52 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: I was trying to make an index in latex export and found that it was very difficult to make it work. I wonder if this could be simplified. Here's what I had to do: 2. put in \index commands (I

Re: [O] Publishing notes to a website

2011-04-26 Thread 'Mash
Quoting William Gardella gardell...@gmail.com: 'Mash mash...@toshine.net writes: Quoting Thomas Herbert mash...@toshine.net: Kyle Sexton ks at mocker.org writes: I'm looking for advice on ways people are publishing their org notes to a website. So far I've looked at blorgit and it's

Re: [O] Making an index in latex export --- surprisingly difficult

2011-04-26 Thread Nick Dokos
Robert Goldman rpgold...@sift.info wrote: 2. put in \index commands (I don't /believe/ #+INDEX works, but I could be wrong) Am I right about #+INDEX not being translated in the latex back end (it seems not to work, but it's hard to verify a negative)? Seems to be a publishing thingie

Re: [O] Publishing notes to a website

2011-04-26 Thread Eric Schulte
Having not read the whole thread I apologize if I'm retracing already covered ground. I've had success using Org's built in projects [1]. Although this results in a flat html web-site it is easy to impose a consistent theme, and to publish large numbers of files. To give some personal examples

Re: [O] Making an index in latex export --- surprisingly difficult

2011-04-26 Thread Robert Goldman
On 4/26/11 Apr 26 -6:14 PM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: 2. put in \index commands (I don't /believe/ #+INDEX works, but I could be wrong) Am I right about #+INDEX not being translated in the latex back end (it seems not to work, but it's hard to verify a

Re: [O] How to change the face of =code= and ~verbatim~ ?

2011-04-26 Thread Matt Lundin
Huang Tao htbest2...@gmail.com writes: It seems that the default color of =code= and ~verbatim~ cannot stick out itself on black bg color with gray fg color. How can I change it? PS =code= and ~verbatim~ looks fine with white bg color. M-x customize-face [RET] org-verbatim M-x

Re: [O] Can I get match count?

2011-04-26 Thread Matt Lundin
Osamu OKANO okano.os...@gmail.com writes: I' like to know a count of search results. (message You have %s habits which are out of date. (org-agenda-match-count (tags-todo STYLE=\habit\+SCHEDULED=\now\))) Is there any way? You could use org-map-entries to count the number of

[O] underscores exported as sub/sub in html

2011-04-26 Thread aaron barclay
Hi, I have a table like such | 236a_bp_000602 | Missing | No prep layer information found in the checkin comments for '236a_bp_000602_output_review_stereo'. | | 308_gt_001119 | Missing | No prep layer information found in the checkin comments for

Re: [O] underscores exported as sub/sub in html

2011-04-26 Thread aaron barclay
Hello, interesting. I have this in but thought I must be misunderstanding the manual. If I have the line in as below, but it is not working as expected, any ideas what I should be looking to troubleshoot? #+LANGUAGE: en #+OPTIONS: ^:nil #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline

Re: [O] underscores exported as sub/sub in html

2011-04-26 Thread Jambunathan K
aaron barclay aaron.diplo...@gmail.com writes: interesting. I have this in but thought I must be misunderstanding the manual. If I have the line in as below, but it is not working as expected, any ideas what I should be looking to troubleshoot? #+OPTIONS: ^:nil Revisit the file so that the