On Tuesday, 18 Nov 2014 at 22:28, Nicolas Goaziou wrote:
> Hello,
>
> presn...@member.fsf.org writes:
[...]
>> One more minor comment: I notice that org-mode's latex export puts the
>> \label{} inside the argument of the \caption{} command. This seems
>> unusual to me.
>
> It isn't wrong, though
On Tuesday, 18 Nov 2014 at 20:01, Samuel Wales wrote:
> maint.
>
> when i am clocking something, when i clock out, it says byte-code:
> Clock start time is gone.
[...]
> i'm kind of amazed that heavy clockers haven't been all over these
> issues on the list before. is it just me?
Maybe just you
Hi!
I'm using Org from Git master. If I have a link like, e.g.
[[file:somefile.c::int whatsoever][file:somefile.c::int whatsoever]]
and a a file somefile.c with the lines
int some;
int whatsoever;
then opening the link with the cursor before the space jumps to the
first line, while opening th
Ahh, hadn't thought of that. Thanks for the suggestion.
Regards,
Miro
On Tue, Nov 18, 2014 at 10:32 PM, Nicolas Goaziou
wrote:
> Hello,
>
> Miro Bezjak writes:
>
>> I rather like that `org-read-date` takes over windmove keys during the
>> second or two that I'm using it. By reverting this, I gu
Vicente Vera writes:
> Hello. I was browsing Emacs StackExchange and found this question:
> https://emacs.stackexchange.com/questions/15/how-to-clear-a-cell-in-an-org-mode-table.
> One of the answers mentions the org-table-blank-field command and that
> "For some reason it's missing from the manu
Hi, I use Emacs on Win 7 Professional. The versions are
GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN
Org-mode version 8.2.10 (8.2.10-18-g59111b-elpaplus @
c:/Users/Gerhard/AppData/Roaming/.emacs.d/elpa/org-plus-contrib-20141117/)
I saw that emacs 24.4 for windows is available
(
Rustom Mody gmail.com> writes:
>
> HiI vaguely remember something about orgmode for screenwriting.Something like
http://fountain.io/ for org available?Rusi--
http://www.the-magus.inhttp://blog.languager.org
Fountain mode now integrates outline mode and org-like visibility cycling.
Available
Brady Trainor writes:
>> I think they are not the same. I'd use $\|x\|_2$ for a norm, say.
>> Parallel is a relation: $a\parallel b$.
>
> Ah yes. Now this \| makes more sense.
Great!
>> If you want to go "all in", which is a lot of fun, you have to submit a
>> TINY PATCH:
>>
>> http://o
Hi,
Something I have wanted for a while is to have M-RET work "as
expected"(?) on keyword lines such as #+LATEX_HEADER, #+CAPTION etc.
An "animation" to illustrate, where '|' is point:
#+CAPTION: this is a |long caption
# click ⇒
#+CAPTION: this is a
#+CAPTION: |long capt
#+NAME: t2
#+CALL: t1() :exports results :hlines yes
will give the right latex output, thank you!
Kind regards,
Tian Qiu
On Mon, Nov 17, 2014 at 11:08 AM, Charles C. Berry wrote:
> On Mon, 17 Nov 2014, iem...@gmail.com wrote:
>
>> Thank you, Charles. And =:colnames yes= does work here. But
Hello,
Daniel Bausch writes:
> I'm using Org from Git master. If I have a link like, e.g.
>
> [[file:somefile.c::int whatsoever][file:somefile.c::int whatsoever]]
>
> and a a file somefile.c with the lines
>
> int some;
> int whatsoever;
>
> then opening the link with the cursor before the spa
org-mode version 8.3beta (release_8.3beta-581-g0e52f0)
After updating orgmode from git batch publishing does not work anymore,
the error message says:
Autoloading failed to define function time-add
The according part of Makefile
--8<---cut here---start->8---
Am Dienstag, 18. November 2014, 22:36:46 schrieb Nicolas Goaziou:
> Hello,
>
> AW writes:
> > I installed Emacs 24.4 on Windows 7.
> >
> > Everything works, except some of my links in orgmode. They worked under
> > Emacs 24.3, and they work with Emacs 24.4 under Linux.
> >
> > The non-working l
Ista, you made me check my .emacs file again. Thanks for the hint, but
.emacs is loaded in both versions. My agenda files were set correctly.
But the lines
(require 'package)
(package-initialize)
did not work with my new emacs. Then I moved those two lines at the very
beginning of .emacs and now it
henry atting writes:
> org-mode version 8.3beta (release_8.3beta-581-g0e52f0)
>
> After updating orgmode from git batch publishing does not work anymore,
> the error message says:
>
> Autoloading failed to define function time-add
>
> The according part of Makefile
>
>
> sheet: $(HOME)/misc/horg/
Aloha all,
A document I've been working on for several weeks broke recently without
changes on my part. However, I've been tracking the master git branch
every once in a while and I suspect some change in Org is the culprit.
Org-mode version 8.3beta (release_8.3beta-580-g787733 @
/Users/dk/.emac
Richard Lawrence writes:
> Hi Sharon,
>
> Sharon Kimble writes:
>
>> #+BEGIN_SRC emacs-lisp
>> (setq org-remember-templates
>> '(("Todo" ?t "* TODO %^{Brief Description} %^g\n%?\nAdded: %U"
>> "~/.emacs.d/org/remember.org" "Tasks")
>> ("Journal" ?j "** %^{Head Line} %U %^g\n%i%?"
>
Nicolas Goaziou writes:
> You can use a table filter to remove \label and \\ from longtables. See
> (info "(org) Advanced configuration")
Thanks. Just to be clear, you are suggesting a filter that would remove
\label and \\ from longtables that have no caption, but that would leave
them in for
> henry atting writes:
>
>> org-mode version 8.3beta (release_8.3beta-581-g0e52f0)
>>
>> After updating orgmode from git batch publishing does not work anymore,
>> the error message says:
>>
>> Autoloading failed to define function time-add
>>
>> The according part of Makefile
>>
>>
>> sheet: $(HO
Hi,
Marcin Borkowski writes:
> as I mentioned some time ago, I started working on a custom exporter
> from Org to HTML for educational materials. My vision is that there
> will be (some kind) of syntax in Org (most probably, I'm going to
> (ab)use the existing syntax) for specifying various kind
presn...@member.fsf.org writes:
> Nicolas Goaziou writes:
>
>> You can use a table filter to remove \label and \\ from longtables. See
>> (info "(org) Advanced configuration")
>
> Thanks. Just to be clear, you are suggesting a filter that would remove
> \label and \\ from longtables that have no
Sharon Kimble writes:
> ...
>
> However, org-capture is working well, prefacing my "timelog.org""
> with CAPTURE- in front, like "CAPTURE-timelog.org". Maybe then it is
> time to retire "remember" as "org-capture" seems to have taken over?
> But that's for another post.
>
As I said before, org-
Project sounds great. Looked for something like this with LaTeX long
ago; this looks like the modern solution.
On Wed, Nov 19, 2014 at 2:19 PM, Samuel Loury wrote:
> Hi,
> Marcin Borkowski writes:
>
>> as I mentioned some time ago, I started working on a custom exporter
>> from Org to HTML for e
On 11/19/14, Eric S Fraga wrote:
> Maybe just you? What version of org are you using? How are you
> clocking out?
maint. c-c c-x c-o.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. And
ANYBODY can get it.
Denmark: fre
Hello and thanks for the answer!
Nicolas Goaziou writes:
> Daniel Bausch writes:
>
>> I'm using Org from Git master. If I have a link like, e.g.
>>
>> [[file:somefile.c::int whatsoever][file:somefile.c::int whatsoever]]
>>
>> and a a file somefile.c with the lines
>>
>> int some;
>> int whatso
Hello!
First of all, I am pleased to send my first email to the mailing list of
org-mode! I have been using org-mode for several years, and I am very
happy with it.
However, I would like to know if a new feature could be implemented.
Currently, org-mode tables are neat, and very easy to use.
26 matches
Mail list logo