[O] Need tip/suggesting:org-mode for note taking

2012-11-08 Thread 包乾
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

[O] Removing the date in a subtree export using the new exporter

2012-11-08 Thread Alan Schmitt
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

Re: [O] Need tip/suggesting:org-mode for note taking

2012-11-08 Thread Giovanni Ridolfi
Da: 包乾 houkens...@gmail.com 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,

Re: [O] [PATCH] Separate clocksum format for durations = 1 day

2012-11-08 Thread Toby Cubitt
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.

[O] How can I use xelatex with the new latex exporter?

2012-11-08 Thread Alan Schmitt
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

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-11-08 Thread Le Wang
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 l26w...@gmail.com wrote: Some tests: Case 1: Start with emacs -Q I insert

[O] Specifying multiple latex headers for export in properties block

2012-11-08 Thread Alan Schmitt
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

Re: [O] Need tip/suggesting:org-mode for note taking

2012-11-08 Thread Paul
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

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-11-08 Thread Michael Brand
Hi all On Wed, Oct 31, 2012 at 5:27 PM, Michael Heerdegen michael_heerde...@web.de 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

Re: [O] Need tip/suggesting:org-mode for note taking

2012-11-08 Thread Jason F. McBrayer
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.

[O] [Bug] Inline Links from Agenda

2012-11-08 Thread Memnon Anon
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

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Andy Moreton
On 07/11/2012 23:02, Eric S Fraga wrote: Andy Moreton andrewjmore...@gmail.com 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

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Eric Schulte
Andy Moreton andrewjmore...@gmail.com writes: On 07/11/2012 23:02, Eric S Fraga wrote: Andy Moreton andrewjmore...@gmail.com 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

Re: [O] end-of-line behaviour

2012-11-08 Thread Kevin Buchs
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 kevin.buchs.j...@gmail.com wrote: I'm running

[O] trouble building org-mode, how to debug emacs -batch

2012-11-08 Thread Kevin Buchs
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

Re: [O] [PATCH] org-edit-special too much space if starting with empty block

2012-11-08 Thread Nicolas Goaziou
Hello, Le Wang l26w...@gmail.com 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 ' Case 2:

Re: [O] Specifying multiple latex headers for export in properties block

2012-11-08 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org 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

Re: [O] How can I use xelatex with the new latex exporter?

2012-11-08 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org 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

Re: [O] Removing the date in a subtree export using the new exporter

2012-11-08 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org 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

Re: [O] [bug] [new exporter] export of inline babel calls confused

2012-11-08 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk 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

Re: [O] New exporter, links with images

2012-11-08 Thread Nicolas Goaziou
Hello, Fabrice Popineau fabrice.popin...@gmail.com 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

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Eric Fraga
Eric Schulte schulte.e...@gmail.com writes: [...] In any Org-mode buffer create and enter an empty code block, I like to do this with s TAB sh DOWNARROW resulting in the following with the cursor at C #+begin_src sh C #+end_src Then C-' into edit mode type foo bar do *not* type enter,

Re: [O] How can I use xelatex with the new latex exporter?

2012-11-08 Thread Suvayu Ali
On Fri, Nov 09, 2012 at 01:40:14AM +0100, Nicolas Goaziou wrote: Hello, Alan Schmitt alan.schm...@polytechnique.org 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

Re: [O] Suggestions for progress tracking

2012-11-08 Thread David Rogers
Eric Abrahamsen e...@ericabrahamsen.net 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