On 02/16/2011 01:32 PM, Bastien wrote:
> Hi Phaebz,
>
> phaebz writes:
>
>> I defined it as an associative list, as described in the manual:
>> org-export-latex-todo-keyword-markup evaluates to (("new"
>> . "\\new{%s}") ("done" . "\\done{%s}") ("todo" . "\\todo{%s}"))
> Use "NEW" "TODO" "DONE" ins
Thanks for looking into this. Yes, for me this issue still persists.
Org at commit 0f01b84... Small bug fix to org-ascii-level-start (again)
(as later 'htmlp' removal breaks latex export for me)
GNU emacs 23.2.1 (debian squeeze)
Regards,
Andreas
Am 11.02.2011 13:45, schrieb Bastien:
> Hi An
Hi
>>[option to ignore entries older than N days]
> Very useful option! Thanks.
>
> I would be tempted to make the default ignore any old events. Any
> thoughts on this?
I changed it to ignore everything older than one week.
I also updated the timezone parsing a bit after reading part of sect
Dear all,
based on the discussions of a google calendar sync
http://thread.gmane.org/gmane.emacs.orgmode/36517/focus=36754
and about Taskwarrior a command line org-mode like program
http://thread.gmane.org/gmane.emacs.orgmode/37020/focus=37076
a discussion started why not running emacs as an org
Aloha all,
I stumbled across code in org-exp.el and org-latex.el that appears to
my untrained eye to be designed to parse the optional argument to the
LaTeX \caption command.
This bit in org-exp.el appears to parse out the optional command:
(when (string-match "\\[\\(.*\\)\\]{\\(
Hi uriel,
Uriel Avalos writes:
> #+BIND: org-export-html-protect-char-alist '("&" . "&")
>
> That's telling me I'm using the "wrong type argument: listp, quote"
It must be this:
#+BIND: org-export-html-protect-char-alist '(("&" . "&"))
The "-alist" suffix means it should be an alist -- see th
On Mon, 14 Feb 2011 01:04:16 +0100
Bastien wrote:
> Uriel Avalos writes:
>
> > So this new variable is in the bleeding edge version of org-mode?
>
> Yes it is.
>
> > Will download and test. Thanks
>
> Thanks,
>
> --
> Bastien
>
> ___
> Emacs-o
Hi all,
I am having trouble with LaTeX export (again). In my sample code, the
source block below the headline 'Plot' produces a correct pdf, when
evaluated (C-c C-c), but when exported, the pdf is broken.
(I am on commit 0f01b842bb2b6fada2579d0278fc53422e8ea62f since the
removal of htmlp prevent
That looks really good. My suggestion would be to modify it so that
'wc-count' can be redefined on a per-major-mode or per-buffer basis,
eg via a buffer-local variable 'wc-count-function'.
Then my org-word-count function could be slotted in fairly easily -
I would just have to modify it so that i
Thanks for all the suggestions. Here is version 2.
Improvements:
- ignores source code blocks
- ignores tags and TODO keywords in headings
- ignores footnotes by default (option to force counting them)
- skips any sections tagged as not for export
- option to count words in latex macro arguments (
Your patch may work in this particular case, but the idea behind
htmlize is to describe the state of the buffer. If a property ends
after the newline, it is intended that the generated HTML reflect
The philosophical question is then: Is the newline character part of the
syntax construct that i
On Tue, 15 Feb 2011 10:59:19 +0100, Christian Moe wrote:
> Earlier thread on Lilypond:
> http://comments.gmane.org/gmane.emacs.orgmode/31324
>
I did end up doing some work on this. I got it to the stage of creating
the lilypond images but having some difficulties with paths etc. ie the
file ex
Hello List,
One org-mode feature that I find extremely useful is org-attach. I use it
frequently as an easy way to store files associated with a task (in fact,
any sub-tree) without worrying too much about where the files are located
(for some specific sub-trees I like to set the attach directory
Christian Moe christianmoe.com> writes:
>
> Forgot to add the code.
>
> #+begin_src emacs-lisp
>;; Adapted from code posted by Paul Sexton <2011-02-16 Wed 4:51am>
>;; - Everything now contained in one function
>;; - Will count correct number of words inside Latex macro
>
>(defu
brian powell wrote:
> My suggestion then (after all that "brainstorming crap") boils down to this
> alone:
>
> Maybe put in 1 key in table mode that puts a dummy line in, maybe something
> like this:
>
> |
>
> --it puts in the same number of cell separators and empty cells on empty l
Forget all previous emails from me on this thread; I thought there was a
simple way to do this in OrgMode--will this work for you Wang?:
All you have to do is this I believe (not sure about the Org publish/TeX
output though--tell me if it works out for you):
Ca |
and then type in your multi-li
Bastien: I agree with you, every time I get emails from other users, they
are "jagged" and "unclear"--and; like you typed they are unreadable/unclear
(the columns aren't "covered down")---maybe its the font that I use?
I'll research the different fonts--I think "Courier" font may keep things
clear
They were plain text emails?
(Believe me, I understand what you mean/the problems people cause when they
paste things in the buffer that aren't plain text--that is one reason to use
OrgMode.)
In any case, sorry about that--I just copied-and-pasted my tests--right from
the OrgTable/file?
My sugge
> Nice. How hard would it be to make it org-aware (i.e. don't count
> syntactic elements in an org buffer)?
I use the how-many function to get the search. I'm not sure off the
top of my head, but there would be some rework required to make it
work properly and ignore those items.
I'll gladly ac
Hi Brian,
brian powell writes:
> Howsabout some code to put in a "dummy row" in an OrgMode Table--this
> would facilitate inputting multi-line-text--i.e. a key in OrgMode/
> TableMode/CalcMode
> would insert exactly a line like this in the table below:
Please use plain text emails... those em
I am enjoying this discussion. Some ideas:
1) ignore :noexport and anything else that prevents export (ideally
including whether the user has set certain todo kw to prevent export,
although that is not currently a feature in org, so would be too
complicated now)
2) handle word counts just lik
Charles Philip Chan writes:
> "Eric Schulte" writes:
>
>> I'm also using the development version of gnus, but haven't noticed
>> the searching features, could you point these out, a key binding or
>> command name?
>
> Put the cursor on the group you want to search in the Group buffer and
> hit:
Howsabout some code to put in a "dummy row" in an OrgMode Table--this would
facilitate inputting multi-line-text--i.e. a key in
OrgMode/TableMode/CalcMode
would insert exactly a line like this in the table below:
| | | | | | | | | | |
|
---and tha
This worked too:
...
|---+-+-+-+-+-+-+---+-+-+---|
| * | 11B | 21W | 31B | 41W | 51B | 61W | 71B | 81W | 91B
| * |
|---+-+-+-+-+-+-+---+-+-+---|
| * | 12W | /u/0802.jpg | 0 |
"Eric Schulte" writes:
> I'm also using the development version of gnus, but haven't noticed
> the searching features, could you point these out, a key binding or
> command name?
Put the cursor on the group you want to search in the Group buffer and
hit:
,
| GG
`
Charles
--
Microsoft
Hi Jonathan,
Jonathan BISSON writes:
> The sitemap generation when publishing a project does not take into
> account a title change in a page.
>
> I need to remove the org cache files (~/.org-timestamps/org-*) to get it
> updated.
>
> Is there a way to correct this behaviour (bug) ?
Fixed, than
Hi Dan,
Dan Davison writes:
> Here's a patch. It clones into the pre-export buffer all buffer-local
> variables that match a regexp (currently "^\\(org-\\|orgtbl-\\)"). We
> might want to watch out for unanticipated side effects.
I've just tested and applied this - uesful, thanks!
--
Bastien
Hi Phaebz,
phaebz writes:
> I defined it as an associative list, as described in the manual:
> org-export-latex-todo-keyword-markup evaluates to (("new"
> . "\\new{%s}") ("done" . "\\done{%s}") ("todo" . "\\todo{%s}"))
Use "NEW" "TODO" "DONE" instead of "new" "todo" "done", the search
for this
Hi Dan,
Dan Davison writes:
> Commit ed6d6760268 removed variables htmlp and latexp from
> `org-export-preprocess-string'. Nothing wrong with that, but I think it
> has broken export for those using org-special-blocks, which contains
>
> #+begin_src emacs-lisp
> (defvar htmlp)
> (defvar latexp)
Hi Wang,
Wang Coeus writes:
> Will org consider to support this in future?
There is no plan for this right now.
But what about cheating a bit and play with the _display_ of the table?
| Header | Header |
|-+|
| I want to ||
| write stuff ||
| on sev
These intersting work-around-hacks worked for me:
[[file:/blahfilewithyourmultilinetextinit.txt]] ---put this in a "org-table
cell"
and/or
put a string like:
/blahjpegabsolutepath/blah.jpeg ---where the jpeg contains a jpeg of your
text then do Mx iimage-mode
--just wild ideas--that I want @y
Thank you Konrad for your feedback on this. I'll then try to isolate my
configuration issue and I'll keep you informed.
- Alain
2011/2/16 Konrad Hinsen
> On 16 Feb, 2011, at 17:25 , Alain Clément wrote:
>
> > I see no way to reproduce this error without (installing and) activating
> ECB. Actuall
Dan Davison writes:
> Mohamed HIBTI writes:
>
>> Hi every one,
>> I would like to move to an emacs mail client that may be org-mode and MIME
>> compatible. Have you any idea ?
>
I would like to second gnus, I've been using it for a couple of years
now and have been *very* happy with it.
>
>
Carl Bolduc writes:
>> gnus is an obvious candidate. It can be a bit of a steep learning curve
>> initially. I use it to interact with two different gmail accounts via
>> imap, as well as a few nntp groups, like this one. I'm finding the
>> development version of gnus a pleasure to use for this:
suvayu ali writes:
> On Tue, Feb 15, 2011 at 10:06 PM, Wang Coeus wrote:
>> Will org consider to support this in future? I just think org table is
>> more convenient than table.el. Thanks a lot for the help.
>
> As far as I know, its not likely. To my understanding, things like
> table formulae
On 16 Feb, 2011, at 17:25 , Alain Clément wrote:
> I see no way to reproduce this error without (installing and) activating ECB.
> Actually, as soon as I desactivate ECB, org-capture works seamlessly with my
> configuration.
I use both org-mode and ECB, but I didn't notice any problem with org-
Bastien writes:
> Hi Dan,
>
> Dan Davison writes:
>
>> I was about to make a temporary fix but I see Bastien's just fixed
>> it. Bastien -- should we give that `backend' variable a name within the
>> org-* namespace (and maybe defvar it in org.el?) so that it is a more
>> respectable way to test
Carl Bolduc gmail.com> writes:
>
> > gnus is an obvious candidate. It can be a bit of a steep learning curve
> > initially. I use it to interact with two different gmail accounts via
> > imap, as well as a few nntp groups, like this one. I'm finding the
> > development version of gnus a pleasure
Hi Chris,
Chris Lowis writes:
> I'm having a problem with org-capture. When I M-x org-capture and then
> choose a template I get:
>
>condition-case: Capture abort: (wrong-type-argument
>number-or-marker-p nil)
Can you provide a minimal org file where is happens, and tell which
template
Hi Benjamin,
Benjamin Beckwith writes:
> You can find it at:
> https://github.com/bnbeckwith/wc-mode
Nice. How hard would it be to make it org-aware (i.e. don't count
syntactic elements in an org buffer)?
--
Bastien
___
Emacs-orgmode mailing list
Thanks Dan,
I don't know the functions developed by Eric Schulte.
But if you could share any configuration template it would be helpful.
Regards,
Mohamed
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmo
Hi Mohamed,
Mohamed HIBTI writes:
> I would like to move to an emacs mail client that may be org-mode and MIME
> compatible. Have you any idea ?
Org natively supports these Emacs mail clients:
- Gnus
- VM
- Mew
- Wanderlust
- MH-E
If you need help choosing your Emacs MUA, you should bette
Carl Bolduc writes:
Hi Carl,
> Could you share some details of your gnus implementation with GMail? I
> have been trying to setup this based on various sites and I never
> succeded.
With the git version of gnus (or the one included in emacs' bzr trunk),
you only need this.
(add-to-list 'gnus-s
Hi Jason,
Jason Dunsmore writes:
>> I have today pushed two updates onto Worg which have not yet been published.
>> Maybe Worg publishing is currently broken?
>
> A recently-added section on the FAQ was using "shell" as the mode of a
> source block instead of "sh". I fixed it and re-pulled/publ
Carsten Dominik writes:
> Hi,
>
> I have today pushed two updates onto Worg which have not yet been published.
> Maybe Worg publishing is currently broken?
A recently-added section on the FAQ was using "shell" as the mode of a
source block instead of "sh". I fixed it and re-pulled/published Wor
Hi Alain,
Alain Clément writes:
> I see no way to reproduce this error without (installing and)
> activating ECB. Actually, as soon as I desactivate ECB, org-capture
> works seamlessly with my configuration.
Still, it shouldn't happen, and it would be good to know why it does.
Up to you, if yo
Hi Bastien,
I see no way to reproduce this error without (installing and) activating
ECB. Actually, as soon as I desactivate ECB, org-capture works seamlessly
with my configuration.
Thanks for helping and best regards,
- Alain
2011/2/16 Bastien
> Hi Alain,
>
> Alain Clément writes:
>
> > Have y
Hi Carsten,
Carsten Dominik writes:
> I have today pushed two updates onto Worg which have not yet been published.
> Maybe Worg publishing is currently broken?
Looks so. I just sent an email to Jason about this.
--
Bastien
___
Emacs-orgmode maili
Hi Vladimir,
Vladimir Alexiev writes:
> I've isolated it by running clean emacs (emacs -q) with this setup:
>
> (setq org-entities-user ; name latex math-p html ascii latin1 utf8
> '(("ok" nil nil "✔" "OK" "OK" "✔")
> ("nok" nil nil "✘" "NOK" "NOK" "✘"))
> org-prett
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> Anyway, I'd like to see the development of org go towards decoupling
> it from the emacs GUI and allowing the core logic to be used from
> other languages
The "core logic" of Org is the .org format, with its own syntax.
You're free to use org files
Manuel Hermenegildo fi.upm.es> writes:
>
>
> VM has pretty reasonable integration with org (make sure you use a
> recent version, i.e., 8.1.xx or later). --Manuel
>
I tried VM version 8.1.0. But I didn't succeed to set it correctly.
Mohamed
___
Hi Alain,
Alain Clément writes:
> Have you ever encountered an issue related to "tree-node->parent
> accessing a non-tree-node" with org-capture in conjunction with ECB?
I don't use ECB. But can you provide a step-by-step way of reproducing
this error?
--
Bastien
__
Patch 567 (http://patchwork.newartisans.com/patch/567/) is now "Accepted".
Maintainer comment: none
This relates to the following submission:
http://mid.gmane.org/%3Cm1r5bsx2qb.fsf%4094.196.190.115.threembb.co.uk%3E
Here is the original message containing the patch:
> Content-Type: text/plain;
Hi Juan,
Juan Pechiar writes:
> ("es" "Archivo" "N" "Fecha y hora" "Tarea" "Tiempo" "TODO" "Tiempo total"
> "Tiempo archivo")
Added, thanks!
> I hope the "TODO" coincidence doesn't send org-mode into orbit.
It won't, as this "TODO" string will be inserted in a table.
Best,
--
Bastien
__
Hi Pierre,
Pierre Téchoueyres writes:
> I think I've found a little bug in org-export-as-html function in
> org-html.el file.
>
> If you're setting an title with some escape character then the title
> tag in html header is set "as is".
>
> for example if your title is foo\_bar then the title tag
Hi Paul,
I have a small emacs project that creates a word-count mode and function
for use. It currently does not ignore sections like your proposal, but I think
that would be interesting functionality.
Mine does keep a running tally of adds/delete in the mode line. It also
lets you set a goal a
Hi Dan,
Dan Davison writes:
> My questions are
>
> 1. It would be nice if users didn't have to worry about step 4. Can
>anyone suggest a sensible way to have the "-shell-escape" option
>passed to pdflatex under the appropriate circumstances? These
>conditions include:
>1. minted
Hi Dan,
Dan Davison writes:
> I was about to make a temporary fix but I see Bastien's just fixed
> it. Bastien -- should we give that `backend' variable a name within the
> org-* namespace (and maybe defvar it in org.el?) so that it is a more
> respectable way to test for "am I doing export now?
Hi Peter,
peter.fri...@agfa.com writes:
> ("nl" "Bestand" "N" "Tijdstip" "Taak" "Duur" "ALLES" "Totale duur" "Duur
> bestand")
>
> Note: the translation for Heading is similar to the french translation: it
> means "task". A literal translation would be "Kop" or "Hoofding".
You're right.. fixed
Hi Christian,
Christian Moe writes:
> (Incidentally -- org-special-blocks.el still says it's "not currently
> part of GNU Emacs", but as of Org-mode 7.4 it is, isn't it?)
It's not yet part of GNU Emacs but it will be soon.
See commit 57144fea1ea6277b6ba39facae05715eee5751d6.
--
Bastien
__
Hi Paul,
Paul Sexton writes:
> I am trying to reduce the word count in a document I am writing. The
> existing word count functionality for emacs is surprisingly lacking.
> I wanted a word count function for org mode which excluded tables and
> comments, and ended up writing one myself.
>
> If
Hi Christian,
Christian Moe writes:
> (Incidentally -- org-special-blocks.el still says it's "not currently
> part of GNU Emacs", but as of Org-mode 7.4 it is, isn't it?)
It's not yet part of GNU Emacs but it will be soon.
See commit 57144fea1ea6277b6ba39facae05715eee5751d6.
--
Bastien
__
Hi,
I have today pushed two updates onto Worg which have not yet been published.
Maybe Worg publishing is currently broken?
- Carsten
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lis
> gnus is an obvious candidate. It can be a bit of a steep learning curve
> initially. I use it to interact with two different gmail accounts via
> imap, as well as a few nntp groups, like this one. I'm finding the
> development version of gnus a pleasure to use for this: it is fast, and
> there's
VM has pretty reasonable integration with org (make sure you use a
recent version, i.e., 8.1.xx or later). --Manuel
--
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailm
Mohamed HIBTI writes:
> Hi every one,
> I would like to move to an emacs mail client that may be org-mode and MIME
> compatible. Have you any idea ?
gnus is an obvious candidate. It can be a bit of a steep learning curve
initially. I use it to interact with two different gmail accounts via
im
On 02/16/2011 11:36 AM, phaebz wrote:
> I defined it as an associative list, as described in the manual:
> org-export-latex-todo-keyword-markup evaluates to (("new" . "\\new{%s}")
> ("done" . "\\done{%s}") ("todo" . "\\todo{%s}"))
>
> In my LaTeX header are the options:
> #+LATEX_HEADER: \def\todo
>> An important question here is: is it important for M-} to ignore those \\?
> I guess so, this is the current default Org behaviour anyhow.
Good.
> as far as I understand, it would be anyhow possible to move point on
> an alinea-by-alinea basis just by configuring the tailing \\ as
> anohter pa
> Hi every one,
> I would like to move to an emacs mail client that may be org-mode and MIME
> compatible. Have you any idea ?
I switched to using MH-E (from VM) a couple of years ago. I did try
GNUS but found it a bit too overwhelming. Overall, I'm happy with
MH-E -- I like that it comes wih
Hi every one,
I would like to move to an emacs mail client that may be org-mode and MIME
compatible. Have you any idea ?
Regards,
Mohamed
P.S. any configuration stuff is welcome
___
Emacs-orgmode mailing list
Please use `Reply All' to send rep
On Wed, Feb 16, 2011 at 03:51:23AM +, Paul Sexton wrote:
> Improvements welcome.
one remark about your naming convertions:
(info "(elisp) Coding Conventions")
especially the second point. in short, you shouldn't use names such as
"in-comment-p" or "latex-macro-regexp" for global variables a
On Tue, Feb 15, 2011 at 10:06 PM, Wang Coeus wrote:
> Will org consider to support this in future? I just think org table is
> more convenient than table.el. Thanks a lot for the help.
As far as I know, its not likely. To my understanding, things like
table formulae and some of the export functio
Hi everyone,
Have you ever encountered an issue related to "tree-node->parent accessing a
non-tree-node" with org-capture in conjunction with ECB?
I'm running GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29),
org-mode release_7.4.388.ged6d and ECB version 2.40.
Thanks in advance!
- A
Christian Moe writes:
> On 2/15/11 11:23 PM, Dan Davison wrote:
>> Commit ed6d6760268 removed variables htmlp and latexp from
>> `org-export-preprocess-string'. Nothing wrong with that, but I think it
>> has broken export for those using org-special-blocks
>
> Confirmed. Exporting the following e
Hi Paul,
Sounds useful to me. Is it appropriate to use the existing org function
`org-in-regexps-block-p'? Or `org-context'? (Not speaking from any
experience of using these functions I just noticed them.)
Dan
Christian Moe writes:
> Hi,
>
> This would be really neat to have as a part of org-m
Forgot to add the code.
#+begin_src emacs-lisp
;; Adapted from code posted by Paul Sexton <2011-02-16 Wed 4:51am>
;; - Everything now contained in one function
;; - Will count correct number of words inside Latex macro
(defun org-word-count (beg end)
(interactive "r")
(unless mark-ac
Hi,
I'd like to know if it's possible to adapt relative links when
including an org file from another, during export.
Let's say for example I have the following files:
./master.org
./sub/foo.org
./sub/bar.jpg
where master.org contains this include line:
#+INCLUDE: "sub/foo.org"
and sub link
Hi List,
I think I've found a little bug in org-export-as-html function in org-
html.el file.
If you're setting an title with some escape character then the title
tag
in html header is set "as is".
for example if your title is foo\_bar then the title tag will be
foo\_ba
I defined it as an associative list, as described in the manual:
org-export-latex-todo-keyword-markup evaluates to (("new" . "\\new{%s}")
("done" . "\\done{%s}") ("todo" . "\\todo{%s}"))
In my LaTeX header are the options:
#+LATEX_HEADER: \def\todo#1{{\color{red}#1}}
#+LATEX_HEADER: \def\done#1{{
Hi,
I'm having a problem with org-capture. When I M-x org-capture and then
choose a template I get:
condition-case: Capture abort: (wrong-type-argument number-or-marker-p nil)
This is with a recent checkout of org-mode, further details below.
Any thoughts?
Chris
Emacs : GNU Emacs 23.2.1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/15/2011 07:46 PM, Eric Schulte wrote:
> I am happy to answer questions and provide suggestions for anyone who is
> interested in developing support for these (or any other) additional
> languages. I would recommend looking at existing languages
Hi,
This would be really neat to have as a part of org-mode eventually.
Another itch scratched.
You can probably replace your custom predicate functions with the
existing org-at-table-p and org-in-commented-line (works for me).
Maybe there's something to replace the latex-macro-regexp too.
On 2/15/11 11:23 PM, Dan Davison wrote:
Commit ed6d6760268 removed variables htmlp and latexp from
`org-export-preprocess-string'. Nothing wrong with that, but I think it
has broken export for those using org-special-blocks
Confirmed. Exporting the following example stops with a void-variable
83 matches
Mail list logo