Re: [O] Formal description of Org files

2011-07-18 Thread Jambunathan K
http://www.mediawiki.org/wiki/Markup_spec should be a good starting point this. Specifically one could adopt an approach similar to what the "Parser outline" section says and do some reverse literate programming (elisp--->Natual Language) Let me put on my didactic hat and remind the participants

Re: [O] Commenting a diary sexp line??

2011-07-18 Thread Michael Markert
> Here's the attempt to comment, and the line: > > > ** [2011-05-24 Tue 10:23] Sexp for an Org-mode reocurring appointment, > only on weekdays Published in: Emacs Lisp, [[ > http://www.gnu.org/software/emacs/manual/html_node/emacs/Sexp-Diary-Entries.html][here > ]] What do you mean? What have you

Re: [O] IDs

2011-07-18 Thread Ido Magal
org-mobile-force-id-on-agenda-items! thanks! On Mon, Jul 18, 2011 at 22:25, Carsten Dominik wrote: > org-mobile-force-id-on-agenda-items >

Re: [O] IDs

2011-07-18 Thread Carsten Dominik
On 18.7.2011, at 16:24, Ido Magal wrote: > Is it possible to suppress the creation of IDs? And what might be the > consequences of doing so? > > Org-mode tends to add IDs and it makes files less readable outside of Emacs. > Please take a look at the docstrings for the following two variables:

Re: [O] how to change the headline starter *

2011-07-18 Thread Carsten Dominik
On 16.7.2011, at 12:31, Bastien wrote: > Hi Carsten, > > Carsten Dominik writes: > >> Org-mocde has many syntax elements using many characters, and >> any modification of the headline character would likely >> lead to conflicts in other areas. So I do not recommend >> even trying to change th

Re: [O] Commenting a diary sexp line??

2011-07-18 Thread Alan E. Davis
Here's the attempt to comment, and the line: ** [2011-05-24 Tue 10:23] Sexp for an Org-mode reocurring appointment, only on weekdays Published in: Emacs Lisp, [[ http://www.gnu.org/software/emacs/manual/html_node/emacs/Sexp-Diary-Entries.html][here ]] #+BEGIN_EXAMPLE :, :| * APPT Daily

[O] Commenting a diary sexp line??

2011-07-18 Thread Alan E. Davis
The following is in one of my Agenda files, I guess. Is there any way to comment it out, so that it is not evaluated and displayed in the agenda. This seems to be displayed for every day. I wanted to start a list of various functions, but this one seems to be preeminent. Thank you, Alan Davis

Re: [O] Use org for jobs/resume writing?

2011-07-18 Thread Jambunathan K
Nathan > I was looking at the export-to-odt functionality and thought about > re-doing my resume (the content) in .org, then exporting it to .odt for > some cleanup / formatting. I think the first step (or one of the first steps) is to create (or identify) a template that you are happy about. If

[O] Remove orgx files

2011-07-18 Thread Nathan Neff
I've recently started using org-mode to export to html, and I have empty .orgx files laying around in my directory. Is there a way have the publish routine delete these .orgx files after exporting, or is there a way to specify that they should be created in ~/tmp or something like that? I can man

[O] Use org for jobs/resume writing?

2011-07-18 Thread Nathan Neff
Sorry, I don't know the alt-key code for the "e" at the end of resume :-) I was looking at the export-to-odt functionality and thought about re-doing my resume (the content) in .org, then exporting it to .odt for some cleanup / formatting. Does anyone else do something similar? I would also thin

Re: [O] Trouble exporting ditaa blocks to latex or html

2011-07-18 Thread Jeff Mickey
On Mon, Jul 18, 2011 at 18:55, Eric Schulte wrote: > First off, be sure that evaluation works interactively by pressing C-c > C-c with the cursor on the code block body. There we go! Did C-c C-c, it complained with: "No org-babel-execute function for ditaa!", so I searched a bit, and found out my

Re: [O] Trouble exporting ditaa blocks to latex or html

2011-07-18 Thread Eric Schulte
Hi Jeff, First off, be sure that evaluation works interactively by pressing C-c C-c with the cursor on the code block body. Second, try adding an ":exports results" header argument to the code block. Aside from that I fear that the problem may be due to something in your config given that the ex

Re: [O] Using org-mode for Research and Notetaking

2011-07-18 Thread Florian Beck
t...@tsdye.com (Thomas S. Dye) writes: > Bastien writes: > >> Hi Florian, >> >> Florian Beck writes: >> >>> Actually, I meant »tags« in the HTML sense. For example >>> would call a function during export, which returns, say, its LaTeX >>> interpretation, another function would be called by font

[O] Trouble exporting ditaa blocks to latex or html

2011-07-18 Thread Jeff Mickey
Hello! So I've been trying to use org-babel for the first time recently, and something that seemed like it would be absolutely wonderful for my technical notes is ditaa. I've been attempting to export to latex and then create pdf with a ditaa image for the past little bit, and can't seem to manage

Re: [O] Bug: Minor Bug: COOKIE_DATA property breaks parent statistics [7.5 (release_7.5.24.g5f0ef)]

2011-07-18 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: > >> I've run into a minor bug with cookie statistics. >> >> The COOKIE_DATA property seems to break parent task statistics when it >> is set to 'recursive'. >> > > I have pushed a fix in master branch that should solve the problem at > h

Re: [O] [HELP} trying to figure out how to figure out?

2011-07-18 Thread Bastien
Hi Matthew, (defconst ...) defines a constant, i.e. a symbol which value will not change. What happens here is that org.el defines org-outline-regexp as a constant, whereas some functions use org-outline-regexp as a symbol for a temporary value (used in let constructs). See for example the macro

Re: [O] Using org-mode for Research and Notetaking

2011-07-18 Thread Thomas S. Dye
Bastien writes: > Hi Florian, > > Florian Beck writes: > >> Actually, I meant »tags« in the HTML sense. For example >> would call a function during export, which returns, say, its LaTeX >> interpretation, another function would be called by font lock (or >> whatever you use) to determine its on

Re: [O] New backend for org-agenda: (Was Calendar-like view of the org-agenda)

2011-07-18 Thread Bastien
Hi Matthew, Matthew Sauer writes: > What I am hearing is that an API that allows caching could be built > that could benefit extensions and then once that is deemed stable > enough Yes, stable and, moreover, *fast* enough... > [...] an optional or separate track would be rebuilding the Agenda

Re: [O] Compile warnings on Win7/Emacs24.0.50

2011-07-18 Thread Bastien
Andy Moreton writes: > On Wed 13 Jul 2011, Achim Gratz wrote: > >> I've tested some things on Win7 and happen to have an Emacs24 installed >> there, so I compiled the latest org-mode. I got quite a few warnings >> that I've never seen before with Emacs23, so I assume this is Emacs24 >> tightenin

Re: [O] calculation question

2011-07-18 Thread Bart Bunting
Hi Bastien, I presume Jude is using emacspeak with org-mode. I also use emacspeak. I have noticed that emacspeak does not read anything done using overlays. I am presuming the column and row labels are done this way. It also means that we can't use column view either as far as I know. This as

Re: [O] Thesaurus terms as org tags -- feature request

2011-07-18 Thread Bastien
Hi John, thanks for your input. What I'm thinking about is this simple idea: #+TAGGROUP: :colour: :red:green: in such a way that: 1. searches for :red: will continue to display entries with :red: 2. searches for :colour: will display entries with :red: and/or :green: Would this be useful alre

Re: [O] Formal description of Org files

2011-07-18 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > I didn't follow closely the thread, but I think having a formal > description of Org files is unrealistic at the moment. Still it would be useful to *try* to describe Org's various elements as formally as possible. > Org "format" is heavily dependant on us

Re: [O] Formal description of Org files

2011-07-18 Thread Bastien
Hi Eric, Eric Schulte writes: > Another option for serving Org-mode files could be an Emacs-based > web-server, for example elnode [1], which I just ran across today. Elnode looks nice. I've just tested it for 10 seconds and displayed the "Hello!" in http://localhost:8010 -- already exciting :

Re: [O] Exporting to wiki syntax from org mode

2011-07-18 Thread Bastien
Dear Puneeth, Puneeth Chaganti writes: > I'm attaching the org-mm.el file here. Please add it to the > EXPERIMENTAL directory, if you think that's the right way to go about > it. Done, thanks a lot. EXPERIMENTAL is a place with no strong inclusion policy: I'll add anything that deserves atte

Re: [O] generalize %F in capture to dired buffers

2011-07-18 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Any interest in applying it? Looks fine to me, feel free to apply it. Thanks, -- Bastien

Re: [O] New backend for org-agenda: (Was Calendar-like view of the org-agenda)

2011-07-18 Thread Matthew Sauer
Bastien, What I am hearing is that an API that allows caching could be built that could benefit extensions and then once that is deemed stable enough an optional or separate track would be rebuilding the Agenda as it is today into that API? Matt On Mon, Jul 18, 2011 at 6:06 PM, Bastien wrote: >

Re: [O] feature request

2011-07-18 Thread Bastien
Hi Jude, when deleting data with just one keystroke (like in the case you describe), there is always the possibility to _undo_ with C-/ Is there something more we can do? Best, -- Bastien

Re: [O] disable "org-decrypt: auto-save-mode may cause leakage"

2011-07-18 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > I simply call C-c C-x C-j to jump to the current clocking entry, and the > question "org-decrypt: auto-save-mode may cause leakage. Disable it for > current buffer? (y or n)" pops up -- while the current buffer has nothing > special, as said above. Wei

Re: [O] [bug] (:cache yes) not respected for the second nameless code block during html export

2011-07-18 Thread Eric Schulte
Robert McIntyre writes: > M-x org-version yields: > release_7.6-105-gbfed5 > Org-mode version 7.6 (release_7.6.105.gbfed5) > > When I try to export this file to html, org re-evaulates the second code > block, even though it has :cache yes > > https://gist.github.com/1090173 > I just pushed up a

Re: [O] calculation question

2011-07-18 Thread Bastien
Hi Jude, Please type C-c } on a table -- it displays coordinates of the cells so that you can more easily refer to the right one. HTH, -- Bastien

Re: [O] New backend for org-agenda: (Was Calendar-like view of the org-agenda)

2011-07-18 Thread Bastien
Hi Masashi, SAKURAI Masashi writes: > I'm sure that the caching mechanism is useful, but I'm not sure that > we should do it with paying the large cost of rewrite whole codes. FWIW, this is a two separate steps process: 1) write a usable cache, then 2) re-implement (parts of) the agenda by usi

Re: [O] Remove current heading from refile targets?

2011-07-18 Thread Bastien
Jason Dunsmore writes: > Hm, I don't see any change with or without org-completion-use-ido set. > The current heading still shows up in the refile targets. Weird. I double-check and have the current heading filtered out of the refile targets. Can you check again and/or send a small test file?

Re: [O] Using org-mode for Research and Notetaking

2011-07-18 Thread Bastien
Hi Florian, Florian Beck writes: > Actually, I meant »tags« in the HTML sense. For example > would call a function during export, which returns, say, its LaTeX > interpretation, another function would be called by font lock (or > whatever you use) to determine its on screen display. Well, I'm

Re: [O] Memacs

2011-07-18 Thread Bastien
Karl Voit writes: > In 1945, Vannevar Bush wrote a very famous essay «As we may think» > in which he proposed a system he called «Memex»[9] which described > the basic features of MyLifeBits, the web, and many more things. Nice read, thanks a lot! -- Bastien

[O] [HELP} trying to figure out how to figure out?

2011-07-18 Thread Matthew Sauer
I just pulled and upon making noticed several compiler errors. None of them appear to be fatal but as I am learning elisp it might be helpful for me to be able to see what is being done (and also for maybe me to be able to learn what is being worked on so I can test it?) and then maybe I can also

Re: [O] Remove current heading from refile targets?

2011-07-18 Thread Jason Dunsmore
Bastien writes: > Hi Jason, > > Jason Dunsmore writes: > >> I noticed that when I go to refile a heading, the heading that I'm >> refiling is listed in the refile targets. If I choose to refile the >> heading to itself, the following error is displayed: >> >> org-refile: Cannot refile to positi

[O] feature request

2011-07-18 Thread Jude DaShiell
A little data destruction protection. I put together a table and had to destroy all copies of it after having tried to set up averages for a couple columns. The averages didn't work and data got zeroed out and I lost an entire column of data that way. One of my problems I'm sure was caused b

[O] elnode: emacs webserver exposes org files ...... !

2011-07-18 Thread Sander Boer
Hi all, I just read this: http://nic.ferrier.me.uk/blog/2010_10/elnode it is an asynchronous webserver in emacs that can take anything in emacs (like org files) and serve it up... I haven't played with it yet, but it sound awesome ! sndr

[O] org-publish: Best practice to generate a html header on a per-file basis ?

2011-07-18 Thread Sander Boer
Hi all, I've been investigating a viable way to generate for every exported html file in an org-publish project a list of links to all the other html files in the directory-tree and I'm stuck. I want this list to be inserted as a header, nicely css-ed into a navigation bar. The idea is to gra

Re: [O] Formal description of Org files

2011-07-18 Thread Marcelo de Moraes Serpa
> > If having a grammer is so hard, then I think I will just use the elisp > regexp-based parsing implementation as a reference :) By the way, that's what this guy did in this Ruby gem: https://github.com/bdewey/org-ruby Cheers, - Marcelo. On Mon, Jul 18, 2011 at 4:02 PM, Marcelo de Moraes Se

Re: [O] Memacs - effort and language

2011-07-18 Thread Bastien
Hi Karl, nice idea. Maybe there are already "log my life" tools in the *nix land. I have not digged, though. If there is such a tool, the work is "only" to convert from its log format to Org format. Karl Voit writes: > My goal is that after the initial setup of one «connector» (I am > sill

Re: [O] Formal description of Org files

2011-07-18 Thread Marcelo de Moraes Serpa
Hey Bastien! >Can you tell more about what you mean by "grammar"? I think Nick pretty much nailed down the description of what a grammar would be. I'm not well-versed in compiler-theory and my real world experience with parsers are limited - I made some pretty hackish parsers in the past but none

Re: [O] Remove current heading from refile targets?

2011-07-18 Thread Bastien
Hi Jason, Jason Dunsmore writes: > I noticed that when I go to refile a heading, the heading that I'm > refiling is listed in the refile targets. If I choose to refile the > heading to itself, the following error is displayed: > > org-refile: Cannot refile to position inside the tree or region

Re: [O] (org-display-inline-images)

2011-07-18 Thread Marcus Klemm
Bastien wikimedia.fr> writes: > Jonathan BISSON gmail.com> writes: > > > I'm using inline images a lot in my org-files, but sometimes, the inline > > image disappears and I need to do a (org-display-inline-images) again. > > I need to look in more details when does this really happen. > > Ok,

Re: [O] [bug] (:cache yes) not respected for the second nameless code block during html export

2011-07-18 Thread Jambunathan K
Robert McIntyre writes: > M-x org-version yields: > release_7.6-105-gbfed5 > Org-mode version 7.6 (release_7.6.105.gbfed5) > > When I try to export this file to html, org re-evaulates the second > code block, even though it has :cache yes > > https://gist.github.com/1090173 I encourage you to po

Re: [O] Possibly new function to view your notes in chronological order

2011-07-18 Thread Marc-Oliver Ihm
Hello Bastien ! Thanx for testing ! Currently I think, that this function is most useful, if applied to all org-buffers. So I personally prefer the mulit-occur option, which gives me a list for all of my org-buffers. Therefore I feel a bit ashamed, that this does not work for you :-/ Did you

Re: [O] Possibly new function to view your notes in chronological order

2011-07-18 Thread Marc-Oliver Ihm
Hello Bastien ! Thanx for testing ! Currently I think, that this function is most useful, if applied to all org-buffers. So I personally prefer the mulit-occur option, which gives me a list for all of my org-buffers. Therefore I feel a bit ashamed, that this does not work for you :-/ Did you

[O] "DONE" all subtasks recursively

2011-07-18 Thread Marcelo de Moraes Serpa
Hey guys If I have a headline with children, like this: * Project ** TODO Task ** TODO Task ** SubProject *** TODO Task *** TODO Task Does org have any functionality that allows me to automatically close (Change TODO->DONE, put DONE when TODO is not available (in the case of Projects)) automatic

[O] [bug] (:cache yes) not respected for the second nameless code block during html export

2011-07-18 Thread Robert McIntyre
M-x org-version yields: release_7.6-105-gbfed5 Org-mode version 7.6 (release_7.6.105.gbfed5) When I try to export this file to html, org re-evaulates the second code block, even though it has :cache yes https://gist.github.com/1090173 sincerely, --Robert McIntyre

Re: [O] 7.6 Parsing error with footnotes?

2011-07-18 Thread Ken.Williams
On 7/18/11 12:35 PM, "Nicolas Goaziou" wrote: > >This has been fixed since 7.6 release. footone-finder was indeed >overzealous back then. Great, thanks for your help. I've upgraded to the latest snapshot & the problem goes away. -- Ken Williams Senior Research Scientist Thomson Reuters http:

Re: [O] org-bibtex

2011-07-18 Thread Eric Schulte
Matt Lundin writes: > Eric Schulte writes: > >> Matt Lundin writes: >> >>> Hi Eric, >>> >>> Eric Schulte writes: >>> I just pushed up a fix for this issue. Thanks for suggesting this change. -- Eric >>> >>> This fix broke org-bibtex-fleshout, since org-babel-trim converts nil to

Re: [O] org-bibtex

2011-07-18 Thread Matt Lundin
Eric Schulte writes: > Matt Lundin writes: > >> Hi Eric, >> >> Eric Schulte writes: >> >>> I just pushed up a fix for this issue. >>> >>> Thanks for suggesting this change. -- Eric >> >> This fix broke org-bibtex-fleshout, since org-babel-trim converts nil to >> "". As a result, org-bibtex-fles

Re: [O] 7.6 Parsing error with footnotes?

2011-07-18 Thread Nicolas Goaziou
Hello, writes: > I noticed a problem in a great-big-huge org-mode file of mine after I > upgraded to version 7.6, and I whittled it down to the following org-mode > file: > > - > #+TITLE: My title here > #+AUTHOR:Ken Williams >

Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5]

2011-07-18 Thread Eric Schulte
Feiming Chen writes: > Hi Eric: > > Thanks a lot!   It would be nice if Org-Babel model could > automatically add the "#+ATTR_LaTeX" lines (from the hint in the R > code header line) during LaTeX export. > I don't think this will happen at least in the near term, as searching out and creating/c

Re: [O] org-bibtex

2011-07-18 Thread Eric Schulte
Matt Lundin writes: > Hi Eric, > > Eric Schulte writes: > >> I just pushed up a fix for this issue. >> >> Thanks for suggesting this change. -- Eric > > This fix broke org-bibtex-fleshout, since org-babel-trim converts nil to > "". As a result, org-bibtex-fleshout believes that there are values

Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5]

2011-07-18 Thread Feiming Chen
Hi Eric: Thanks a lot for your quick response!  The problem is solved by "adding a headline".  I can now successfully generated the PDF file from LaTeX export. I agree with your point about complexity vs. convenience. Thanks again, and have a good week! Sincerely, Feiming Chen --- On Mon, 7

Re: [O] breaking URLs

2011-07-18 Thread Henri-Paul Indiogine
Hi Bastien! 2011/7/18 Bastien : >> the URL in  \url{my url}  it is exported as >> >> \url{[[my url]] [[my url]]}   however the URL is nicely split to the >> next line in the pdf. > > I would welcome ideas/code to have more flexibility wrt the way urls > are handled by the LaTeX exporter. If there

Re: [O] org-bibtex

2011-07-18 Thread Matt Lundin
Hi Eric, Eric Schulte writes: > I just pushed up a fix for this issue. > > Thanks for suggesting this change. -- Eric This fix broke org-bibtex-fleshout, since org-babel-trim converts nil to "". As a result, org-bibtex-fleshout believes that there are values for all the required fields even tho

Re: [O] [BABEL,PATCH] ob-fortran

2011-07-18 Thread Eric Schulte
Hi Sergey, Thank you for sharing ob-fortran. After a quick scan it looks great, and I would like to include it into the Org-mode core. However a contribution of this size does require assignment of copyright to the FSF. See http://orgmode.org/worg/org-contribute.html#sec-2 for information and i

[O] 7.6 Parsing error with footnotes?

2011-07-18 Thread Ken.Williams
Hi, I noticed a problem in a great-big-huge org-mode file of mine after I upgraded to version 7.6, and I whittled it down to the following org-mode file: - #+TITLE: My title here #+AUTHOR:Ken Williams #+BEGIN_SRC R [1] 173 #+EN

Re: [O] Tbl: addition of two times results in error

2011-07-18 Thread Karl Voit
* Bastien wrote: > Hi Karl, > > Karl Voit writes: > >> Hm. I just pulled newest Org-mode (again) and created an Org-mode >> file with only the table from above and still it does not work :-( > > Please try the table alone in single file. I already did so for the last posting/email here. >> Mayb

Re: [O] Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5]

2011-07-18 Thread Feiming Chen
Hi Eric: Thanks a lot!   It would be nice if Org-Babel model could automatically add the "#+ATTR_LaTeX" lines (from the hint in the R code header line) during LaTeX export. Somehow I failed to compile the file on my system.  It seems the line: #+ATTR_LaTeX: width=5px has corrupted the PDF f

Re: [O] Web bookmarks in ORG?

2011-07-18 Thread joakim
Angel de Vicente writes: > Hi, > > Is there anyone using ORG for keeping web bookmarks? Basically I'm > looking at Delicious-like functionality, where I just put tags to web > addresses and I can search the bookmarks either for their name or with > tags. > > I have looked at webjump and w3m but

Re: [O] How-to evaluate Java-snippets in org-mode/org-babel?

2011-07-18 Thread Eric Schulte
Torsten Wagner writes: > Sorry took me a while to test it. > It works great > Many many thanks for your help. > I found two minor things. > My snippets contain the definition of a package, which in turn end to be a > folder. The tangle function could create folders on demand. Would be useful

[O] generalize %F in capture to dired buffers

2011-07-18 Thread Nicolas Goaziou
Hello, After an interesting discussion with chu_ on #org-mode, I've written the following patch, which makes %F in a capture template return the full path of the directory if the capture process was called from a dired buffer. Any interest in applying it? Regards, -- Nicolas Goaziou >From ac5a

Re: [O] IDs

2011-07-18 Thread Ido Magal
Hrmm. By your response I takeit that it's not as obvious as I was expecting. I assumed that ID additions were normal. I'll reinvestigate. Thanks. On Jul 18, 2011, at 7:54, Bastien wrote: > Dear Ido, > > Ido Magal writes: > >> Is it possible to suppress the creation of IDs? And what might be th

Re: [O] [bug?] not: Symbol's value as variable is void: org-outline-regexp-bol

2011-07-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> Since update of 5 mins ago, when `C-c a a': > > Make sure you reload Org with M-x org-reload. > > `org-outline-regexp-bol' is a new defconst in org.el. Problem came from org.elc on my disk. Once deleted, I confirm that you've fixed the

Re: [O] entering a date through C-c ! or C-c . in "edit" mode of column view does not work

2011-07-18 Thread Giovanni Ridolfi
Jean Wallemacq writes: Hi, Jean, > I get the message: "C-c ! is undefined" > > Actually, I need to record a date for each item, and I would like to > enter the date using the column mode. Any idea on how to do it? > would you please 1. specify Org-version and Emacs version 2. send us a file as

Re: [O] Creating a "SCHEDULED" entry with C-c C-s seems to add a trailing whitespace after the timestamp

2011-07-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> Just pulled. I still get the space added, for example when being in the >> source Org file, on a sched. timestamp, and choosing another date thru `C-c >> C-s'. > > Please recompile and/or reload. I don't use `elc' files, and I always r

Re: [O] [BABEL,PATCH] ob-fortran

2011-07-18 Thread Bastien
Hi Sergey, Litvinov Sergey writes: > Please consider an implementation of fortran support for > org-babel. The patch adds contrib/babel/langs/ob-fortran.el > (modification of lisp/ob-C.el) and > testing/examples/ob-fortran-test.org with tests. Great -- thanks a lot for this! I let Eric (cc'ed)

Re: [O] Using org-mode for Research and Notetaking

2011-07-18 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > Any idea about the reason to make the first asterisk shine with face > `org-warning'? Could it be `org-hide' face as well? I guess using the `org-warning' face for the first asterisk of an inline task helps distinguishing it from normal task. I'd say

Re: [O] Creating a "SCHEDULED" entry with C-c C-s seems to add a trailing whitespace after the timestamp

2011-07-18 Thread Bastien
"Sebastien Vauban" writes: > Just pulled. I still get the space added, for example when being in the source > Org file, on a sched. timestamp, and choosing another date thru `C-c C-s'. Please recompile and/or reload. -- Bastien

[O] include no longer working in (ledger) code blocks

2011-07-18 Thread Viktor Rosenfeld
Hi, I have the following code block in my org file: #+begin_src ledger :results raw :cmdline ... !include /Users/he-sk/org/files/finanzen/2011.ledger #+end_src If I evaluate this code block I get an error message: Code block produced no output. This used to work as of 6 weeks ago. The specifie

Re: [O] [bug] Lists get appended with

2011-07-18 Thread Bastien
Puneeth Chaganti writes: > Exporting an org-file using org-mw-export appends a lists (both ordered and unordered). Bug confirmed, that's why it's in EXPERIMENTAL :) Thanks for reporting though, I hope to make progress on this soon. -- Bastien

Re: [O] [bug?] not: Symbol's value as variable is void: org-outline-regexp-bol

2011-07-18 Thread Bastien
"Sebastien Vauban" writes: > Since update of 5 mins ago, when `C-c a a': Make sure you reload Org with M-x org-reload. `org-outline-regexp-bol' is a new defconst in org.el. HTH, -- Bastien

Re: [O] IDs

2011-07-18 Thread Bastien
Dear Ido, Ido Magal writes: > Is it possible to suppress the creation of IDs? And what might be the > consequences of doing so? Please give more context: - when do IDs get created? - what is your configuration relevant to this? - what did you try to turn off the creation of IDs? Help us repli

Re: [O] Using org-mode for Research and Notetaking

2011-07-18 Thread Matt Lundin
"Sebastien Vauban" writes: >>> >>> 1. people want inline tasks with possibly no TODO keyword >> >> This is often how I use them --- to insert a "drawer" of notes that is >> visible but will not be exported. > > Why do you say it wouldn't be exported just because it has no TODO keyword? > At least

[O] IDs

2011-07-18 Thread Ido Magal
Is it possible to suppress the creation of IDs? And what might be the consequences of doing so? Org-mode tends to add IDs and it makes files less readable outside of Emacs.

[O] [bug] Lists get appended with

2011-07-18 Thread Puneeth Chaganti
Hi Bastien, Exporting an org-file using org-mw-export appends a

Re: [O] Exporting to wiki syntax from org mode

2011-07-18 Thread Puneeth Chaganti
Hi Bastien, On 7/18/11, Bastien wrote: [..] > >> I have something that works for MoinMoin syntax [2]. > > Looks great, looking forward an official release :) I'm not sure, what you mean by an "official" release. I'm attaching the org-mm.el file here. Please add it to the EXPERIMENTAL directory

Re: [O] Creating a "SCHEDULED" entry with C-c C-s seems to add a trailing whitespace after the timestamp

2011-07-18 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Rainer Stengele writes: > >> Creating a "SCHEDULED" entry with C-c C-s seems to add a trailing >> whitespace after the timestamp: > > This has been fixed a few days ago. > > Can you test against latest git? Just pulled. I still get the space added, for example when b

Re: [O] Using org-mode for Research and Notetaking

2011-07-18 Thread Sebastien Vauban
Hi Matt, Matt Lundin wrote: > In my experience, most of the asterisks are made invisible by > org-hide-face. E.g., > > *** TODO A task > Some notes about the task that are not part of the text. > *** END Any idea about the reason to make the first asterisk sh

[O] [bug?] not: Symbol's value as variable is void: org-outline-regexp-bol

2011-07-18 Thread Sebastien Vauban
Hello, Since update of 5 mins ago, when `C-c a a': --8<---cut here---start->8--- Debugger entered--Lisp error: (void-variable org-outline-regexp-bol) (re-search-backward org-outline-regexp-bol nil t) (not (re-search-backward org-outline-regexp-bol nil t))

Re: [O] Using org-mode for Research and Notetaking

2011-07-18 Thread Sebastien Vauban
Hi Matt, Matt Lundin wrote: > Bastien writes: >> "Sebastien Vauban" writes: >> * !TODO This would be an inline task, not a headline >>> >>> I've no clear cut opinion on this right now. Maybe yes, maybe not. >>> Though, there are differences between inline tasks and headlines: >> >> I'm talk

Re: [O] Using org-mode for Research and Notetaking

2011-07-18 Thread Matt Lundin
Bastien writes: > "Sebastien Vauban" writes: > >>> * !TODO This would be an inline task, not a headline >> >> I've no clear cut opinion on this right now. Maybe yes, maybe not. >> Though, there are differences between inline tasks and headlines: > > I'm talking about the way they _look_. So man

Re: [O] Bulk cut in agenda view

2011-07-18 Thread Bernt Hansen
Julien Cubizolles writes: > I often need to purge DONE items from my org files. I have set up a > special agenda view for checking those items and cutting some subtrees > from it using bulk commands. I'm using a function adapted from the > example in the manual (I've no idea if it's the best way

Re: [O] Tbl: addition of two times results in error

2011-07-18 Thread Bastien
Hi Karl, Karl Voit writes: > Hm. I just pulled newest Org-mode (again) and created an Org-mode > file with only the table from above and still it does not work :-( Please try the table alone in single file. > Maybe I am trying to triage the problem by selectively disabling > parts of my .emacs

Re: [O] error writing agenda view to html file => SOLVED.

2011-07-18 Thread Bastien
Hi Rainer, Rainer Stengele writes: > Thanks for helping me solve the problem! Glad my directions were useful :) Best, -- Bastien

Re: [O] Tbl: addition of two times results in error

2011-07-18 Thread Karl Voit
* Sebastien Vauban wrote: > Hi Bastien and Karl, > > Bastien wrote: >> Karl Voit writes: >> >>> ,[ http://orgmode.org/org.html#Durations-and-time-values ] >>> | | Task 1 | Task 2 | Total | >>> | |++-| >>> | | 35:00 | 35:00 | 1:10:00 | >>> | #+TB

[O] Memacs - speed issues (was: Represent *everything* in Org-mode)

2011-07-18 Thread Karl Voit
* Rainer Stengele wrote: > Hi Karl, Hi! > nice idea! Thanks :-) > My first thoughts are a warning about big org files which can be > quite slow to be processed as agenda files. Sure. That is why I am thinking of putting all this stuff into an archive Org-mode file. That way your day to day w

[O] Memacs - effort and language (was: Represent *everything* in Org-mode)

2011-07-18 Thread Karl Voit
* Rasmus wrote: > Hi, Hi! > It sounds very interesting. I would use something like that if it did > not require to much hassle after initial setup. My goal is that after the initial setup of one «connector» (I am sill searching for a cool name for this) the additional effort is nothing (or almo

[O] Memacs (was: Represent *everything* in Org-mode)

2011-07-18 Thread Karl Voit
* Karl Voit wrote: > [...] > Imagine, you have got one (additional) «archive.org» (or > «mylife.org_archive»[8]) which contains lots of small entries that > represent many things you are doing on your computer: [...] > If you happen to know MyLifeBits[3] from MS Research, the papers > from Gemmell

Re: [O] Formal description of Org files

2011-07-18 Thread Nicolas Goaziou
Hello, Marcelo de Moraes Serpa writes: > I'm creating a web app that interacts with orgmode files and allows you to > edit orgmode files on the browser. The edit part is not done. I'm quite good > at Javascript, and I wouldn't mind hacking something akin to orgmode elisp > code and this will be

Re: [O] Tbl: addition of two times results in error

2011-07-18 Thread Sebastien Vauban
Hi Bastien and Karl, Bastien wrote: > Karl Voit writes: > >> ,[ http://orgmode.org/org.html#Durations-and-time-values ] >> | | Task 1 | Task 2 | Total | >> | |++-| >> | | 35:00 | 35:00 | 1:10:00 | >> | #+TBLFM: @2$3=$1+$2;T >> ` >> >> ... re

Re: [O] error writing agenda view to html file => SOLVED.

2011-07-18 Thread Rainer Stengele
Am 18.07.2011 10:51, schrieb Bastien: > Hi Rainer, > > Rainer Stengele writes: > >> I am quite sure it is some misconfiguration >> in my settings but I just don't know how to find it. > If you changed some faces through M-x customize-face RET, > then you will have a (custom-set-faces ...) somewhe

Re: [O] Formal description of Org files

2011-07-18 Thread Christopher Witte
On 18 July 2011 01:14, Eric Schulte wrote: > > As I mentioned earlier in this thread, I think any formal expression > would be more useful if could be fed to existing parser-generation tools > to automatically write Org-mode parsers, or perhaps automatically > convert between Org-mode and other d

Re: [O] Tbl: addition of two times results in error

2011-07-18 Thread Bastien
Hi Karl, Karl Voit writes: > ,[ http://orgmode.org/org.html#Durations-and-time-values ] > | | Task 1 | Task 2 | Total | > | |++-| > | | 35:00 | 35:00 | 1:10:00 | > | #+TBLFM: @2$3=$1+$2;T > ` > > ... results in #ERROR at @2$3 on my system w

Re: [O] Calendar-like view of the org-agenda

2011-07-18 Thread Bastien
Hi Masashi, SAKURAI Masashi writes: > I will continue to improve calfw and org integration. Thanks a lot for this effort! > Please check it and let me know any ideas. I suggest everyone to use [calfw] as a tag in the subject of the emails sent to the list, it will help filter through these r

Re: [O] disable "org-decrypt: auto-save-mode may cause leakage"

2011-07-18 Thread Sebastien Vauban
Hi Pieter, Pieter Praet wrote: > On Thu, 14 Jul 2011 16:42:58 +0200, "Sebastien Vauban" > wrote: >> Pieter Praet wrote: >>> On Thu, 14 Jul 2011 15:37:34 +0200, "Sebastien Vauban" >>> wrote: Shouldn't its default value better be set to 'encrypt? >>> >>> I don't think so. >>> >>> It only re

Re: [O] ODT Charset/Encoding issues (was question about ODT export behavior)

2011-07-18 Thread Bastien
Hi Jambunathan, Jambunathan K writes: > The attached patch ensures that component xml files created by the odt > exporter are always utf-8 encoded. This looks like a reasonable change to me. Please feel free to commit this patch. Thanks, -- Bastien

  1   2   >