I am seeing similar behavior with tables: if I type a bar and some
text, then as soon as I enter second bar emacs freezes. Turning
flyspell off seems to fix the problem. I actually see this both on
Windows 7 with hunspell and on linux with aspell. I use org-mode from
git on both but I haven't used
Hi Nicolas,
At Sun, 16 Feb 2014 10:20:55 +0100,
Nicolas Goaziou wrote:
>
> If we do change them, it should only happen in "org-element.el". I don't
> think that would break existing documents, as code and verbatim are
> really close to each other.
>
> I don't care either way. Though, I lean towa
At Mon, 17 Feb 2014 10:43:48 +0100,
Nicolas Richard wrote:
>
> Marc Ihm writes:
> > (global-set-key (kbd "") (lambda () (interactive) (execute-kbd-macro
> > (kbd "C-c a v"
>
> (global-set-key (kbd "") (kbd "C-c a v"))
Ah, these are nice to know. Thanks, guys.
--
yashi
Charles Turner writes:
> ...
> Generating tree-style sitemap for Charles' Notes [6 times]
> condition-case: Bad timestamp `Saturday, 28.05.2011 '
> Error was: (Not a standard Org-mode time string: Saturday, 28.05.2011 )
>
> I don't understand the time-stamp messages. Can anyone help me debug
> th
I'm trying to set up the org-publish system to publish my personal
notes in HTML. My org configuration consists only of
(add-to-list 'load-path "~/src/org-mode/lisp")
(add-to-list 'load-path "~/src/org-mode/contrib/lisp")
(require 'org-publish)
(setq org-publish-project-alist
'(("notes"
I'm sorry man. That may have came off wrong. Did not mean to sound
ungrateful.
Thanks for offering the workarounds and thanks for responding.
I definitely agree with drawback #2.
So I understand, you're recommending I disable org-latex-with-hyperref and
then add my own \\hypersetup. My goal woul
Joe Hirn writes:
> Hm. That's disappointing. I really prefer the original behavior. I don't
> want to copy #+latex_header to get this default behavior into each of my
> org-mode files.
>
> I guess I'll just have to maintain this by redefining the entire
> org-latex-template function to look at my
Great!
Taking a look at your solution I realize where the bug lay as well.
Level is unimportant, it just scanned too long previously (it should
only look if the next headline contains "END", not look for the next
headline with "END").
Regards,
Anders Johansson
Den mån 17 feb 2014 23:05:02 sk
Joe Hirn writes:
> Hm. That's disappointing. I really prefer the original behavior. I don't
> want to copy #+latex_header to get this default behavior into each of my
> org-mode files.
I suggested other ways to handle it.
Anyway your patch has two drawbacks:
1. It is partly redundant with `o
Hm. That's disappointing. I really prefer the original behavior. I don't
want to copy #+latex_header to get this default behavior into each of my
org-mode files.
I guess I'll just have to maintain this by redefining the entire
org-latex-template function to look at my variable instead of the hard
Might the symbolic link would do the trick?
Viktor Rosenfeld writes:
> sorry for replying so late to this discussion. I stopped following the
> list a while ago. Rasmus was so kind and tracked me down.
>
> Am 18.01.14 19:10, schrieb Carsten Dominik:
>>
>> On 18 Jan 2014, at 00:08, Nicolas Goaziou wrote:
>>
>>> There is one thing to consid
Hello,
Joe Hirn writes:
> Hello. I recently upgraded to org 8 from the builtin org (7.x) of Emacs
> 24.3 and lost the ability to customize the \hypersetup block via the custom
> var org-export-latex-hyperref-options-format. Platform is OSX, Emacs
> installed via homebrew and org-mode updated via
Hello,
Anders Johansson writes:
> I thought that I would be able to use both tasks with and without an
> "END" line interchangeably:
>
> *** inlinetask without end
> some text
>
> *** inlinetask with end
> text inside inlinetask
> *** E
Aloha Viktor,
Viktor Rosenfeld writes:
> Also, my view of the document, as I understand it, is that it's very
> one-sided and unfair to the developer, specifically the future works
> and indemnification clauses. For the record, I will not sign a
> document containing the indemnification clause a
Hello. I recently upgraded to org 8 from the builtin org (7.x) of Emacs
24.3 and lost the ability to customize the \hypersetup block via the custom
var org-export-latex-hyperref-options-format. Platform is OSX, Emacs
installed via homebrew and org-mode updated via package.el.
Org 7.x defines the v
as
reported above.
My setting is:
Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin, NS apple-appkit-1038.36)
of 2013-03-13 on bob.porkrind.org
Package: Org-mode version 8.2.4 (8.2.4-3-g7fe99a-elpa @
/Users/drorata/.emacs.d/elpa/org-plus-contrib-20140217/)
Line #463 in org-mobile.el is:
((eq (car
Hi everybody,
sorry for replying so late to this discussion. I stopped following the
list a while ago. Rasmus was so kind and tracked me down.
Am 18.01.14 19:10, schrieb Carsten Dominik:
On 18 Jan 2014, at 00:08, Nicolas Goaziou wrote:
There is one thing to consider, though: Viktor Rosenf
I've just discovered ox-bibtex, which is great for generating
bibliographies in both PDF and HTML documents. I have it working fine when
the Bib file is in the current directory, but how do I get it to use a Bib
file in a different directory (for HTML output - PDF is fine)?
Thanks a lot.
Richard
Hi.
I recently started using inlinetasks to be able to tag and comment long
texts (a kind of simple qualitative data analysis).
I thought that I would be able to use both tasks with and without an
"END" line interchangeably:
*** inlinetask without end
some text
*** i
Trevor Murphy writes:
> ...
> One thing I'd like to do is run a function over every item that was
> closed this past week. For sake of example, let's say I've added a
> property ":mood: 5" to several closed items and I'd like to delete it
> (but only from the closed items; I'm not necessarily de
Boo, reflowed text or some nonsense. Let's see if this works
better:
(add-to-list 'org-agenda-custom-commands
'("." "Closed this week."
tags "CLOSED>\"<-1w>\""
((org-agenda-sorting-strategy '(priority-down)
--
Trevor Murphy
GnuPG Key: 0x83881C0A
"Loris Bennett" wrote:
> "Sebastien Vauban" writes:
>> "Sebastien Vauban" wrote:
>>> To get a list of tasks which I've completed today, I guess we must have:
>>>
>>> (setq org-log-done t) ; default
>>>
>>> I mean: I guess it's more dangerous to try and play with the "state
>>> changes" informati
"Loris Bennett" writes:
#+begin_src emacs-lisp
(add-to-list 'org-agenda-custom-commands
'("." "Completed today"
((todo ""
((org-agenda-skip-function
'(org-agenda-skip-entry-if 'notregexp
Hi all,
I'm developing an Emacs minor mode called lispy (available at
https://github.com/abo-abo/lispy and as "lispy" in MELPA).
It combines vi-style Paredit and IDE-like features for Elisp,
Clojure, Scheme and Common Lisp (leveraging CEDET, CIDER, Geiser, and SLIME
respectively).
To show-off th
Am Montag, 17. Februar 2014, 13:02:46 schrieb Daimrod:
> AW writes:
> > Hi,
> >
> > I'm exploring the org-contacts. When I do M-x org-contacts, Emacs tries to
> > contact www.gravatar.com:80
> >
> > How can I switch that off?
>
> You can set `org-contacts-icon-use-gravatar' to nil.
Thanx. Worx
AW writes:
> Hi,
>
> I'm exploring the org-contacts. When I do M-x org-contacts, Emacs tries to
> contact www.gravatar.com:80
>
> How can I switch that off?
You can set `org-contacts-icon-use-gravatar' to nil.
> Besides that, what I really miss is a comprehensive manual on org-contact.
> OK,
Hi,
I'm exploring the org-contacts. When I do M-x org-contacts, Emacs tries to
contact www.gravatar.com:80
How can I switch that off?
Besides that, what I really miss is a comprehensive manual on org-contact. OK,
I can search for a name as described above, I can add a new contact with M-x
org
Marc Ihm writes:
> (global-set-key (kbd "") (lambda () (interactive) (execute-kbd-macro
> (kbd "C-c a v"
(global-set-key (kbd "") (kbd "C-c a v"))
might be a little easier to read and type. Explanation is :
global-set-key can take any "command" as argument, and the definition of
what a "com
"Sebastien Vauban"
writes:
> "Sebastien Vauban" wrote:
>> To get a list of tasks which I've completed today, I guess we must have:
>>
>> (setq org-log-done t) ; default
>>
>> I mean: I guess it's more dangerous to try and play with the "state
>> changes" information stored in the LOGBOOK drawer
30 matches
Mail list logo