I think an older version of org-mode had the behavior where if I am making
a list like this:
* Some list
+ [ ] and I then make a new item by pressing ESC+RET
+ [ ] the "+" and "[]" are auto-magically created.
The current version only populates the "+", not the "[ ]".
Does anyone else recall thi
Nick Dokos gmail.com> writes:
>
> Thierry Banel free.fr> writes:
>
> > By the way, are you aware of a location to store a *.el in Worg ?
> >
>
> The .el file should probably end up in contrib/lisp, rather than on
> Worg.
>
Thanks Nick !
Probably there is some kind of agreement process to
Jason Lewis writes:
> (require 'org-latex)
> (unless (boundp 'org-export-latex-classes)
> (add-to-list 'org-export-latex-classes
> '("ltugboat"
>"\\documentclass{ltugboat}"
>("\\section{%s}" . "\\section*{%s}")
>("\\subsection{%s}" . "\
On Fri, Nov 29 2013,Nick Dokos wrote:
> Sivaram Neelakantan writes:
>
>> When I try to create an table using org-table-create, the table
>> outline shows up and upon writing any word in any cell, it causes
>> Emacs to freeze up with an error like 95% physical mem used. When I
>> disable flyspell
Hi Charles,
Thanks for your suggestion. I've tried it out it doesn't work for me.
I ran this elisp to add the export class
(require 'org-latex)
(unless (boundp 'org-export-latex-classes)
(add-to-list 'org-export-latex-classes
'("ltugboat"
"\\documentclass{ltugboat}"
would also be very interested in such a workflow!
z
On Fri, Nov 29, 2013 at 12:19 AM, Matt Price wrote:
> I just asked this question I guess, but: I do most everything in org,
> including composing shopping and packing lists, and so forth.
> Occasionally I would like to access these on my pho
> It could have (depending on what other files you might have had there,
> not from the Git repo).
May happen in theory, but never in real life, at least never happen on me.
> It certainly muddied the waters w.r.t. your bug report.
I had provided a reproducer proved to be straightforward and eff
Sivaram Neelakantan writes:
> When I try to create an table using org-table-create, the table
> outline shows up and upon writing any word in any cell, it causes
> Emacs to freeze up with an error like 95% physical mem used. When I
> disable flyspell mode and try it again, the issue does not hap
When I try to create an table using org-table-create, the table
outline shows up and upon writing any word in any cell, it causes
Emacs to freeze up with an error like 95% physical mem used. When I
disable flyspell mode and try it again, the issue does not happen.
Anyone else experiencing this or
"Sebastien Vauban"
writes:
> Achim Gratz wrote:
>> Rick Frankel writes:
>>> For xhtml compatibility, it would need to be 'checked="checked"'. I've
>>> done a quick look at the html dtd, and i does look like input elements
>>> are allowed outside of forms, but i would need to double
>>> check... A
Thierry Banel writes:
> By the way, are you aware of a location to store a *.el in Worg ?
>
The .el file should probably end up in contrib/lisp, rather than on
Worg.
--
Nick
I just asked this question I guess, but: I do most everything in org,
including composing shopping and packing lists, and so forth.
Occasionally I would like to access these on my phone. From what I
can tell, org-mobile doesn't do quite what I want which is to let me
toggle the state of a checkbo
On Thu, Nov 28, 2013 at 4:26 PM, Sebastien Vauban
wrote:
> Achim Gratz wrote:
>> Rick Frankel writes:
>>> For xhtml compatibility, it would need to be 'checked="checked"'. I've
>>> done a quick look at the html dtd, and i does look like input elements
>>> are allowed outside of forms, but i would
Hello,
Yasushi SHOJI writes:
> At Sun, 24 Nov 2013 04:18:38 + (UTC),
> Charles Berry wrote:
> [...]
>> and you see the extra '#+END_SRC' line.
>>
>> And if you keep repeating those keystrokes, the second result again appears.
>>
>> However, sometimes a minor change and then an erasure (per
Achim Gratz wrote:
> Rick Frankel writes:
>> For xhtml compatibility, it would need to be 'checked="checked"'. I've
>> done a quick look at the html dtd, and i does look like input elements
>> are allowed outside of forms, but i would need to double
>> check... Also, the fallback to "[-]" for the p
Thierry Banel writes:
> By the way, are you aware of a location to store a *.el in Worg ?
poto:worg dk$ find . -name "*.el" -print
./.dir-locals.el
./.dir-settings.el
./code/elisp/davidam.el
./code/elisp/dto-org-gtd.el
./code/elisp/org-collector.el
./code/elisp/org-effectiveness.el
./code/elisp/
Rick Frankel writes:
> For xhtml compatibility, it would need to be 'checked="checked"'. I've
> done a quick look at the html dtd, and i does look like input elements
> are allowed outside of forms, but i would need to double
> check... Also, the fallback to "[-]" for the partially checked state
>
The foreground color of "List of stuck projects:" in agenda cannot be
change separately.
One screenshot to explain:
https://dl.dropboxusercontent.com/u/1776218/org-agenda-column-dateline.png
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don'
Thomas S. Dye tsdye.com> writes:
>
> Aloha Thierry,
>
> Thanks for this contribution.
>
> Have you looked at
> http://orgmode.org/worg/org-contrib/babel/languages.html#develop?
>
> It describes how language support is added to the Org mode core or to
> contrib/ and the choices an author has i
Aloha Thierry,
Thanks for this contribution.
Have you looked at
http://orgmode.org/worg/org-contrib/babel/languages.html#develop?
It describes how language support is added to the Org mode core or to
contrib/ and the choices an author has in the process.
Also, it contains a link for a documenta
Hi Miro,
Miro Bezjak writes:
> Any ideas?
Please be patient -- your first post is 30 hours old, people are
not ignoring it, they seem just too busy right now.
--
Bastien
Hi Achim
On Wed, Nov 27, 2013 at 11:06 PM, Achim Gratz wrote:
> I've had a brief look at this. It seems that some of the differences
> are due to elp instrumenting a much larger range of functions when
> org-mode has already initialized vs. when only org-version had been
> called.
Thank you for
emacs-orgmode@gnu.org
* Hi all Org fans.
I added support in Org-Babel for executing Digital Mars D code.
This is derived from the code in ob-C.el, by Eric Schulte
(thanks Eric).
I release it under the same GPL license as Emacs and Org-mode.
Comments and enhancements are welcome !
* Example. The
On Thu, Nov 28, 2013 at 11:08 AM, Bastien wrote:
> Hi Rick,
>
> Rick Frankel writes:
>
>> I would be willing to make this change (as an option?) to the html
>> exporter if others agree.
>
> FWIW I do agree this is a good change.
not that this opinion really matters, but I've been wanting this
op
Any ideas?
On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak wrote:
> Forgot to mention. I'm using org-mode 8.2.2.
>
> Regards,
> Miro
>
>
> On Wed, Nov 27, 2013 at 11:23 AM, Miro Bezjak wrote:
>
>> Hi all,
>>
>> consider the following configuration:
>>
>>
>
Hi Rick,
Rick Frankel writes:
> I would be willing to make this change (as an option?) to the html
> exporter if others agree.
FWIW I do agree this is a good change.
--
Bastien
Hi, Org people.
In one of my Org files, I have:
- rmail:~/ubity/Mail/admin
Of course, ~/ubity/Mail/admin is an mbox format email folder. Whenever
I mouse-click on it (or use C-c C-o), I get this error:
Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
org-add-angle-brackets(nil
By the way TL;DR; from that Github thread:
It seems that Markdown by default does not support read only checkboxes,
and Github would not implement this behavior because they want to keep
compatibility with other implementations of Markdown:
https://github.com/github/markup/issues/208#issuecomment-
fyi, this feature is heavily requested in Github for their markup project:
https://github.com/github/markup/issues/208
So +1 on changing this behavior in Org mode markup itself, since there is
already user demand which would validate this usage.
On Thu, Nov 28, 2013 at 12:45 AM, Peter Davis wr
On 11/28/13, 8:33 AM, Rick Frankel wrote:
On Wed, Nov 27, 2013 at 01:20:59PM -0500, Peter Davis wrote:
On Wed, Nov 27, 2013 at 11:03:38AM -0500, Nick Dokos wrote:
Peter Davis writes:
I noticed that HTML output contains "[ ]" and "[X]", just like
the
mark-up. Wouldn't it make sense to use
On Wed, Nov 27, 2013 at 01:20:59PM -0500, Peter Davis wrote:
> On Wed, Nov 27, 2013 at 11:03:38AM -0500, Nick Dokos wrote:
> > Peter Davis writes:
> >
> > > I noticed that HTML output contains "[ ]" and "[X]", just like
> the
> > > mark-up. Wouldn't it make sense to use actual unchecked or
> check
Dear community,
My org-hierarchical-todo-statistics variable is set to nil in order to
obtain a recursive count of my TODO items in subtrees. However, I would
like to know if it is possible to filter this count to include only some
TODO keywords. A real-life example :
I use the TODO/DONE keywords
Jason,
On 11/28/2013 7:02 AM, Jason Lewis wrote:
Hi,
How can I export an org file to LaTeX with a document class of ltugboat?
I've seen the example linked below but it doesn't appear to work in
8.2.1 and in fact states its for org < 8.0.
http://orgmode.org/worg/org-tutorials/org-latex-export.h
Hello Jason,
On Thu, Nov 28, 2013 at 11:02:31PM +1100, Jason Lewis wrote:
> Hi,
>
> How can I export an org file to LaTeX with a document class of ltugboat?
>
> I've seen the example linked below but it doesn't appear to work in
> 8.2.1 and in fact states its for org < 8.0.
> http://orgmode.org/
Hi,
How can I export an org file to LaTeX with a document class of ltugboat?
I've seen the example linked below but it doesn't appear to work in
8.2.1 and in fact states its for org < 8.0.
http://orgmode.org/worg/org-tutorials/org-latex-export.html
Is this documented somewhere for versions > 8.0
On 28 November 2013 10:49, Nicolas Goaziou wrote:
> Unfortunately, I'm unable to reproduce the problem. Anyway, it sounds
> like you're using somehow the old export framework.
I'm not entirely sure how I do this. But here's a shot at it:
org-version
Org-mode version 8.2.1 (release_8.2.1-190-g22
Hello,
Nicolas Goaziou writes:
> Anyway the patch is correct, or we can use (org-end-of-subtree t t)
> instead of (max (point) end). The difference is negligible in practice.
Okay, thanks for confirming!
--
Bastien
Nicolas Goaziou writes:
> Bastien writes:
>
>> PS: This is a rather crude fix, don't hesitate to proofread the
>> patch just in case. Thanks!
>
> Actually, I'm rather surprised this problem happens (I wasn't able to
> reproduce it FWIW).
>
> In `org-cycle-hide-drawers, END is, at the bare minim
Hi Nicolas,
Nicolas Goaziou writes:
> Bastien writes:
>
>> PS: This is a rather crude fix, don't hesitate to proofread the
>> patch just in case. Thanks!
>
> Actually, I'm rather surprised this problem happens (I wasn't able to
> reproduce it FWIW).
See the bug in action in this video: https:
Bastien writes:
> PS: This is a rather crude fix, don't hesitate to proofread the
> patch just in case. Thanks!
Actually, I'm rather surprised this problem happens (I wasn't able to
reproduce it FWIW).
In `org-cycle-hide-drawers, END is, at the bare minimum, the next
headline. The error happen
Nicolas Goaziou writes:
>> I just fixed this:
>> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=c811bb
>
> Thank you.
PS: This is a rather crude fix, don't hesitate to proofread the
patch just in case. Thanks!
--
Bastien
Hello,
Rob Stewart writes:
> I have a simple orgmode document that has a #+BEGIN_LATEX .. #+END_LATEX
> block before the first heading "Introduction". When this heading is not
> exported, i.e. there are no headings, then the LaTeX block is properly
> exported. When this heading is exported, the
Hello,
Bastien writes:
> Bastien writes:
>
>> with latest master and the file below, hitting TAB at the beginning
>> of the headline will produce the attached backtrace.
>
> I just fixed this:
> http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=c811bb
Thank you.
Regards,
--
Nicolas Goazi
Hello,
Jan-Mark Batke writes:
> Hi,
> using the freemind exporter I got the error
>
> : org-freemind-export-to-freemind: Symbol's function definition is void: \,
>
> so I removed the "," in this function.
>
> :org-export-to-file 'freemind ,file
> to
> :org-export-to-file 'freemind file
>
> Now i
Hi,
using the freemind exporter I got the error
: org-freemind-export-to-freemind: Symbol's function definition is void: \,
so I removed the "," in this function.
:org-export-to-file 'freemind ,file
to
:org-export-to-file 'freemind file
Now it does work.
Best
Jan-Mark
--
Jan-Mark Batke bad...
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Achim Gratz writes:
> I've had a brief look at this. It seems that some of the differences
> are due to elp instrumenting a much larger range of functions when
> org-mode has already initialized vs. when only org-version had been
> called.
> Once that is out of the equation, there isn't any diff
47 matches
Mail list logo