Eric Abrahamsen writes:
> I'm starting another novel translation, and want to keep track of
> progress in org (I've blown too many deadlines in the past). I've been
> looking at the habits functionality, but it doesn't quite match what I
> want, and I'm looking for a little advice here. I'd like
On Fri, Nov 09, 2012 at 01:40:14AM +0100, Nicolas Goaziou wrote:
> Hello,
>
> Alan Schmitt writes:
>
> > I'm playing with the new latex exporter, and I'd like to use xelated
> > with it. I used to follow the instructions from worg
> > (http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-e
Eric Schulte writes:
[...]
> In any Org-mode buffer create and enter an empty code block, I like to
> do this with " cursor at C
>
> #+begin_src sh
> C
> #+end_src
>
> Then "C-'" into edit mode type "foo bar" do *not* type enter, and then
> do a "C-'" again to go back to the Org-mode buffer. Yo
Hello,
Fabrice Popineau writes:
> I want to insert a link like :
>
> [[http://foo.org/bar][file:foo.jpg]]
>
> and export it to html. I assume that it should result in a clickable image.
> Unfortunately, some assertion fails by doing this.
Thank you for reporting this.
I think it should be fix
Hello,
Eric S Fraga writes:
> in trying to see if I could replicate a problem with disappearing src
> code blocks, I have run into problems with the new exporter. The
> attached minimal example generates a very strange convoluted latex
> output (also attached).
After a quick glance, it looks l
Hello,
Alan Schmitt writes:
> I'm using the new exporter to create a pdf (through latex) of a subtree
> of a huge file, and I want to remove some default information. I found
> out a way to do it, but I'm not sure it's the right way. Here it is.
>
> #+BEGIN_SRC org
> :PROPERTIES:
> :EXPORT_TITLE
Hello,
Alan Schmitt writes:
> I'm playing with the new latex exporter, and I'd like to use xelated
> with it. I used to follow the instructions from worg
> (http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export), but
> it seems that the hook org-export-latex-after-initial-vars-hook i
Hello,
Alan Schmitt writes:
> If I've understood things correctly, the canonical way to change export
> options for a subtree export is to put them in a properties block. I
> noticed that if I put several "EXPORT_LATEX_HEADER" entries in the
> properties block, only the first one is taken into a
Hello,
Le Wang writes:
> Some tests:
>
> Case 1:
>
> Start with emacs -Q
>
> I insert
>
> "
> #+begin_src javascript
> #+end_src
> "
>
> with point before "#+end_src", I press " C-c ' " to start editing the source
>
> I enter "foobar" into the source buffer and immediately exit with " C-c ' "
>
I am stuck, so I would appreciate some pointers on debugging. I've got
the make transcript below and then my further tests on emacs -batch,
where I always get a return message "End of file during parsing". How
can I debug this?
(For completeness I included the portion of my local.mk which changed
When I grabbed the latest git source yesterday, I found that
org-end-of-line was indeed working better for me. Thanks Toby.
However... I am having trouble building org-mode and --- I'll post a new message
On Wed, Nov 7, 2012 at 3:02 PM, Kevin Buchs wrote:
> I'm running version 7.8.10 of org-mod
I have asked a question:
http://stackoverflow.com/questions/13297691/emacs-org-mode-totals-table/13298288#13298288
But nobody there knows the full answer. Any ideas?
Bastien (2012-04-20 13:13:12 +0200) wrote:
> Ilya Shlyakhter writes:
>
>> When specifying times in the tags/properties matcher you can use
>> relative time notation, such as or <-1w>. This patch
>> allows this to be used in other places, such as the :tstart and :tend
>> parameters of clocktable
Andy Moreton writes:
> On 07/11/2012 23:02, Eric S Fraga wrote:
>> Andy Moreton writes:
>>> I'm seeing a similar problem in emacs trunk (r110821) where "C-c '" in
>>> the *Org Src* buffer closes the source edit window and discards the
>>> entire contents of the source block.
>>>
>>> Should I rai
On 07/11/2012 23:02, Eric S Fraga wrote:
Andy Moreton writes:
I'm seeing a similar problem in emacs trunk (r110821) where "C-c '" in
the *Org Src* buffer closes the source edit window and discards the
entire contents of the source block.
Should I raise an emacs bug for this ?
AndyM
I've
Hi,
it seems to me that `C-c C-o' (org-agenda-open-link) does not work
correctly for internal links with:
ELISP> (emacs-version)
"GNU Emacs 24.2.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2)\n of
2012-11-01 on dex, modified by Debian"
ELISP> (org-version t t)
"Org-mode version 7.9.2 (release_7.9.2
On 2012-11-08 4:58, 包乾 wrote:
1. I am not familiar with taking notes in plain text file. Usually
plain text file means hard to navigate, hard to read, ugly
structure, to me. Emacs could handle org file quite well, but
WITHOUT emacs, on windows pc, on mobile device, plain txt is just
disaster.
Hi all
On Wed, Oct 31, 2012 at 5:27 PM, Michael Heerdegen
wrote:
> So, IMHO `org-display-outline-path' should still display its stuff in
> the echo area, but prevent logging in *Messages*.
I also agree. Until now I assumed that this would not be possible
because I didn't know about:
> AFAIK, th
Hello 包乾,
Apologies in advance if I tell you something you already know or is
rather elementary. My best experiences with Emacs often coincide with
someone pointing out something really simple that I had been missing
for years!
> However I should say, taking note in org-mode is just not
> comfor
Hello,
If I've understood things correctly, the canonical way to change export
options for a subtree export is to put them in a properties block. I
noticed that if I put several "EXPORT_LATEX_HEADER" entries in the
properties block, only the first one is taken into account.
Is it supposed to work
Can someone take a look at these test cases and if this patch or some
other fixes is appropriate?
I use org-mode to take lots of notes of source code and this is annoying.
On Mon, Nov 5, 2012 at 10:31 PM, Le Wang wrote:
> Some tests:
>
> Case 1:
>
> Start with emacs -Q
>
> I insert
>
> "
> #+beg
Hello,
I'm playing with the new latex exporter, and I'd like to use xelated
with it. I used to follow the instructions from worg
(http://orgmode.org/worg/org-faq.html#using-xelatex-for-pdf-export), but
it seems that the hook org-export-latex-after-initial-vars-hook is not
used for the new exporter
On Thu, Nov 08, 2012 at 01:26:48AM +0100, Nicolas Goaziou wrote:
> Format string for clock lines is hard-coded (see line 1493 in
> org-clock.el), which means we don't have to limit ourselves to
> parse-able format. Back to point 1.
Good. That's what I thought.
> Then, I'm fine with format strings
Da: 包乾
Inviato: Giovedì 8 Novembre 2012 10:58
Hi, 包乾,
> Hi emacser!
I'd say orgers.
> Emacs could handle org file quite well, but WITHOUT emacs, on windows pc,
?-)
I have been using Emacs on a Windows PC, without Administator privileges,
both under XP and Windows 7, since 2005.
> I do
Hello,
I'm using the new exporter to create a pdf (through latex) of a subtree
of a huge file, and I want to remove some default information. I found
out a way to do it, but I'm not sure it's the right way. Here it is.
#+BEGIN_SRC org
:PROPERTIES:
:EXPORT_TITLE: Foo bar
:EXPORT_OPTIONS: toc:nil a
Hi emacser!
I have been using debian and emacs for about one year. After I get used to
the command line and basic usage of linux system, I decided to learn more
deeper in linux. During my study, I found it's hard for me to remember
every technical detail about all the things I learned--I need to ta
26 matches
Mail list logo