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
> 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
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
>
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 :
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
Hi Nicolas,
Nicolas Goaziou writes:
> Any interest in applying it?
Looks fine to me, feel free to apply it.
Thanks,
--
Bastien
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:
>
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
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
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
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
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
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?
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
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
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
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
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
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
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
>
> 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
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
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
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
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,
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
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
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
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
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
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:
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
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
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
>
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
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
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
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
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
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
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
* 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
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
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
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
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
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
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
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
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
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)
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
"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
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
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
"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
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
"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
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.
Hi Bastien,
Exporting an org-file using org-mw-export appends a
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
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
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
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))
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
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
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
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
Hi Rainer,
Rainer Stengele writes:
> Thanks for helping me solve the problem!
Glad my directions were useful :)
Best,
--
Bastien
* 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
* 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
* 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
* 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
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
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
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
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
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
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
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
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 - 100 of 113 matches
Mail list logo