hi all
so after struggling for weeks to figure out why i always get an error when
exporting i finally nailed the issue: org-emphasis-alist. i have alot of
them (see below) and use them in orgmode quite often. is this a bug or if
you want to use the exporter you should avoid using org-emphasis-alis
Nicolas Goaziou writes:
> Hello,
>
> The following patches introduce a simple cache mechanism for both
> `org-element-at-point' and `org-element-context'. My goal is to make
> them fast enough to be used in most core commands (excepted
> headlines-only commands).
>
> Since a wrong cache can break
Martin Beck writes:
> I tried to get a recent documentation in my org-mode:
>
> I'm using Aquamacs 2.5 on MacOS X, which seems to have org-mode 6.33
> "onboard".
>
> I tried to load the recent documentation with a link to the "doc" directory
> in my org-mode 8.2 (expanded contents from git reposi
I also wanted to have new pop-up org-capture window that would be created
in
response to some shortcut anywhere in Windows and occupied the entire
frame.
Since I haven't found any solutions, I just modified a function I saw in
this thread:
(defun make-capture-frame ()
"Create a new frame
Dnia 2013-10-04, o godz. 05:24:45
Marcin Borkowski napisał(a):
> I sent my email, then went asleep. I woke half an hour ago, and a
> thought occured to me: checkboxes. And now a little game: I wonder
> how many of the answers I got mentioned this idea;).
Wow, /now/ I'm impressed! None of them
Dnia 2013-10-03, o godz. 21:32:24
Marcin Borkowski napisał(a):
> Hi Orgers,
>
> I work as an editorial assistant for a journal (together with a
> friend). We get LaTeX files of articles, and have to convert them to
> our template, do some proof-reading and corrections, send galleys to
> authors
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> Please try out the attached patch which may be applied overtop of your
>> patch and let me know if it works? I had to guess at the two nrepl
>> function arguments.
>
> It works fine for nrepl.el, thanks a lot!
Alright, I just pushed this
2013/9/30 Sebastien Vauban :
> A partly manual solution would be to use tags for which sections to export in
> which backend, make a sparse tree with the backend you're interested to
> export,
> and export what's visible?
I am by far not an Org mode expert, and have never used sparse trees.
Would
On Thu, Oct 03, 2013 at 09:32:24PM +0200, Marcin Borkowski wrote:
> list. Is there a possibility to "disable" a tree, so that no its
> subheadings appear in the global todo list?
Did you try archiving the whole tree?
--
Suvayu
Open source is the future. It sets us free.
Hi Eric,
Eric Schulte writes:
> Please try out the attached patch which may be applied overtop of your
> patch and let me know if it works? I had to guess at the two nrepl
> function arguments.
It works fine for nrepl.el, thanks a lot!
--
Bastien
On 3.10.2013, at 21:45, John Hendy wrote:
> On Thu, Oct 3, 2013 at 2:32 PM, Marcin Borkowski wrote:
>> Hi Orgers,
>>
>> I work as an editorial assistant for a journal (together with a
>> friend). We get LaTeX files of articles, and have to convert them to
>> our template, do some proof-readin
Oleh writes:
> Hi Eric,
>
> I can make the changes tomorrow.
> Or you can make them now if you like.
Please try out the attached patch which may be applied overtop of your
patch and let me know if it works? I had to guess at the two nrepl
function arguments.
>From ee6c792ec7657e50524d78d309538
On Thu, Oct 3, 2013 at 2:32 PM, Marcin Borkowski wrote:
> Hi Orgers,
>
> I work as an editorial assistant for a journal (together with a
> friend). We get LaTeX files of articles, and have to convert them to
> our template, do some proof-reading and corrections, send galleys to
> authors etc. It
Hi Orgers,
I work as an editorial assistant for a journal (together with a
friend). We get LaTeX files of articles, and have to convert them to
our template, do some proof-reading and corrections, send galleys to
authors etc. It is convenient to have a TODO Org tree for each paper,
with TODO sub
Hi Eric,
I can make the changes tomorrow.
Or you can make them now if you like.
I required ob-tangle because it's a pre-requisite for ob-clojure:
an error is thrown if I try to load ob-clojure before ob-tangle.
So it makes sense to me to require it.
regards,
Oleh
On Thu, Oct 3, 2013 at 8:06 PM,
I tried to get a recent documentation in my org-mode:
I'm using Aquamacs 2.5 on MacOS X, which seems to have org-mode 6.33
"onboard".
I tried to load the recent documentation with a link to the "doc" directory
in my org-mode 8.2 (expanded contents from git repository) in my .emacs.
(add-to-list
Thanks for this update.
Oleh writes:
> Here's an updated patch.
> I use defalias, is that OK?
>
Two changes.
1. instead of customization through a defalias, use defcustom and a
variable which determines which function (eval-slime or eval-nrepl)
is called.
2. ob-*.el files should not req
* Nick Dokos wrote:
> Karl Voit writes:
>
>> With my Memacs setup (see sig), I gave up selecting stuff that might
>> be private because every daily agenda shows private stuff (in case
>> or displaying archive files is enabled).
>>
>
> It may be worth considering running in a virtual machine.
If
Suvayu Ali writes:
> On Wed, Oct 02, 2013 at 11:24:18AM -0700, Josiah Schwab wrote:
>> Hi Alan,
>>
>
>> > I am happy to use native emacs mail, for sending email. What I want to be
>> > able to do is keep a copy of my email in an org-mode file.
>>
>> Taking a step back, is there a reason that y
Here's an updated patch.
I use defalias, is that OK?
Oleh
On Thu, Oct 3, 2013 at 6:23 PM, Bastien wrote:
> Hi Oleh,
>
> Oleh writes:
>
> > Should I rather put the code in ob-clojure.el with something like
> > (defcustom ob-clojure-method nrepl)?
>
> Yes, I think it's better. Maybe
>
> (defcu
On 10/03/2013 03:30 PM, Nicolas Goaziou wrote:
The following patch should protect some fragile commands in
a section-like structure. It is Beamer-only since general LaTeX back-end
doesn't seem to encounter these problems.
Does it fix the problem?
Hello Nicolas,
yes, the problem is fixed both
Dear All,
I'd like to use headings, which display dates (live) as well. This seems
to be practical when browsing org file. So one can see at first sight
when e.g. meeting was held:
** Changelog
*** meeting <2013-10-03 Thu 17:41>
*** meeting Cristina <2013-09-13 Fri 14:41>
*** short meeting after
Hi Oleh,
Oleh writes:
> Current method of clojure evaluation is through slime.
> I couldn't get it to work, when I tried long ago.
> So I attach one that uses nrepl.
> Switching between the two should be as easy as using
>
> (require 'ob-clojure)
> or
> (require 'ob-clojure-nrepl).
Nice, someth
I guess that I forgot the attachment.
Oleh
On Thu, Oct 3, 2013 at 5:45 PM, Oleh wrote:
> Hi all,
>
> Current method of clojure evaluation is through slime.
> I couldn't get it to work, when I tried long ago.
> So I attach one that uses nrepl.
> Switching between the two should be as easy as us
Hi all,
Current method of clojure evaluation is through slime.
I couldn't get it to work, when I tried long ago.
So I attach one that uses nrepl.
Switching between the two should be as easy as using
(require 'ob-clojure)
or
(require 'ob-clojure-nrepl).
regards,
Oleh
[ Ubuntu; Org 8.2 ]
I've defined this:
(setq org-todo-keywords
'((sequence "TODO" "PENDING" "|" "CANCELED" "DONE")))
And then created a simple, repeating task:
** TODO Mow the lawn
<2013-10-03 Thu +1w>
When I use `t' or "C-c C-t", the keywords change from TODO, to PE
Hello,
Daniele Pizzolli writes:
> On 10/02/2013 05:55 PM, Nicolas Goaziou wrote:
>> Daniele Pizzolli writes:
>>
>>> Yes, I think is fair to drop the markup.
>>
>> OK.
>>
>>> I would also think that this is safe default when nested markup is
>>> bad.
The following patch should protect some fragi
Hi all
The recent bug report below reminds me of a comparable situation with
a bug that I wanted to report at some time:
#+LINK: link-abbreviation http://www.orgmode.org/#
1) [ ] [[http://www.orgmode.org/#docs]]
2) [[link-abbreviation:docs]]
3) [ ] [[link-abbrevi
M writes:
> thanks a lot!
> I found the old versions of the org documentation in the same path
> /usr/share/info and replaced them by the new org file from the doc
> directory.
Also Mac, but using emacs from homebrew
,
| GNU Emacs 24.3.1 (x86_64-apple-darwin12.4.0, NS apple-appkit-1187.39)
Hello,
Christoph LANGE writes:
> this is a bug in Org 8.2 on Emacs 24.3. I can't use
> org-submit-bug-report right now (see previous mail), so let me try this way.
>
> I have a check list like this
>
> * [X] item
> * [ ] item
>
> and some of the items contain hyperlinks. When I am on one suc
Karl Voit writes:
> * M wrote:
>>
>> Hi,
>
> Hi!
>
>> I'd like to set up org-mode in a way to separate my personal data from my
>> gerenal settings.
>> and easily re-enable them later.
> [...]
>> I assume that some of you already have something like that or can recommend
>> a way for doing so?
>
thanks a lot!
I found the old versions of the org documentation in the same path
/usr/share/info and replaced them by the new org file from the doc
directory.
Sure, when installing the next version I'll have to think of that, but at
least now it works.
Martin
> Von: Christoph LANGE
> Organisat
Hi all,
this is a bug in Org 8.2 on Emacs 24.3. I can't use
org-submit-bug-report right now (see previous mail), so let me try this way.
I have a check list like this
* [X] item
* [ ] item
and some of the items contain hyperlinks. When I am on one such
hyperlink and press C-c C-c it doesn't
Hi all,
2013-04-12 06:27 Bastien:
> Yes, org-remember.el has been removed from Org 8.0.
>
> davi...@es.gnu.org (David Arroyo Menéndez) writes:
>> Trying does org-submit-report from git repo, I've found this error, I've
>> fixed my problem adding (load
>> "/usr/share/emacs/24.3.50/lisp/org/org-rem
2013-10-03 10:27 M:
> I tried to load the recent documentation with a link to the "doc" directory
> in my org-mode 8.2 (expanded contents from git repository) in my .emacs.
>
> (add-to-list 'Info-additional-directory-list
> (expand-file-name "~/mypath/org-mode/org_current/doc"))
>
> Bu
Hello,
Rob Stewart writes:
> I have followed this tutorial to export from org to beamer frames.
> http://orgmode.org/worg/exporters/beamer/ox-beamer.html .
> Unfortunately, the frames are not created for 2nd level headings.
> Instead, subsections are used. I am using org-mode from the git
> rep
I tried to get a recent documentation in my org-mode:
I'm using Aquamacs 2.5 on MacOS X, which seems to have org-mode 6.33
"onboard".
I tried to load the recent documentation with a link to the "doc" directory
in my org-mode 8.2 (expanded contents from git repository) in my .emacs.
(add-to-list
* M wrote:
>
> Hi,
Hi!
> I'd like to set up org-mode in a way to separate my personal data from my
> gerenal settings.
> and easily re-enable them later.
[...]
> I assume that some of you already have something like that or can recommend
> a way for doing so?
I by myself did chose a manual atte
Hi,
I'd like to set up org-mode in a way to separate my personal data from my
gerenal settings.
Why?
I'd like to be able to quickly and easily create tutorials or minimal
examples with sample data without having to worry about publishing
private/personal information anywhere.
So I'm searching fo
39 matches
Mail list logo