[Orgmode] Re: Wiki?

2010-02-20 Thread Andrea Crotti
Manish mailtomanish.sha...@gmail.com writes: have you tried Wes Hardaker's generic exporter? C-c C-e g RET. it should already be able to do a lot of what you want. Ah thanks perfect, that's more than enough! Making modification possible is of course too much trouble, having a single command

[Orgmode] Let's TALK about it

2010-02-25 Thread Andrea Crotti
I will probably go here http://www.pycon.it/ (what does it have to do with org-mode you might think). Anyway I wanted to propose a talk on emacs and python programming packages used to simplify the editing. I would also like to include something on literate programming with orgmode/babel, so I

[Orgmode] Re: Let's TALK about it

2010-02-25 Thread Andrea Crotti
Eric Schulte schulte.e...@gmail.com writes: Hi Andrea, That's an excellent question, and I have no idea what the answer should be. The first step is certainly introducing Org-mode, maybe with a focus on tables, and the export to html and LaTeX. From there Org-babel may best be described

Re: [O] Git merge tool for Org files

2011-08-20 Thread Andrea Crotti
On 08/18/2011 12:45 PM, Carsten Dominik wrote: Hi, I was wondering if anyone here has the skills and interest to write a git merge driver for Org mode files, in the way http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c does this for GNU style ChangeLog

Re: [O] Git merge tool for Org files

2011-08-20 Thread Andrea Crotti
On 08/20/2011 04:42 PM, Carsten Dominik wrote: I have no idea, but I would think that it could also be written in Perl, for example. Yes from what I understand from the source it can be any executable that outputs things as git expects them. There are no compile time dependencies on git as

Re: [O] rst-mode tables

2011-09-21 Thread Andrea Crotti
On 09/21/2011 10:23 AM, Jambunathan K wrote: Andrea Crottiandrea.crott...@gmail.com writes: I'm writing in RST a lot of documentation, and I noticed that RST-tables are very similar to org-mode tables. This makes me think that I could use happily turn-on-orgtbl and use it, but the tables

Re: [O] rst-mode tables

2011-09-26 Thread Andrea Crotti
Achim Gratz strom...@nexgo.de writes: Which is why you can switch between table.el and org tables with C-c C-c (to recognize an existing table) and then C-c ~ to convert it between the two formats if possible. You do lose some formatting going back and forth, though. Very nice thanks a

[O] pycallgraph to org-mode

2011-10-05 Thread Andrea Crotti
I'm programming in Python and I have to understand how a quite complicated code base actually works. So I thought that using pycallgraph might help me, but the resulting figures are just normally too big, and also it's annoying to go and look at the code from the graph. So I had the following

[O] broken links

2011-10-10 Thread Andrea Crotti
Just to mention, that on this page http://orgmode.org/GoogleTech.html the links below that bring to the presentation pdf/swf are broken..

[O] do it today, or well, tomorrow

2011-10-12 Thread Andrea Crotti
days the ones which were not finished (maybe the DONE flag should be set automatically in case they're trivial or the explanation might go somewhere else). The problem is that from the agenda view I can't easily move a task to the next day, is anyone doing anything like this? Thanks, Andrea

Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Andrea Crotti
On 10/12/2011 03:54 PM, Dave Abrahams wrote: Binding `org-agenda-date-later' to a key like `f' ought to work out for you. 'f' is already bound to next-week, and it's also quite useful. Shift-right work great thanks! The problem is that shift-arrow in general is a disputed key for me, so I

Re: [O] do it today, or well, tomorrow

2011-10-12 Thread Andrea Crotti
On 10/12/2011 04:55 PM, Carsten Dominik wrote: An alternative is to use the scheduling mechanism. * TODO My Task SCHEDULED:2011-10-12 Wed This task will automatically be forwarded to the following day, until it is done. - Carsten Fantastic! I only see the habit page on the manual now,

[O] underscore behaviour

2011-10-13 Thread Andrea Crotti
I use names with _ very often, and I like to export to PDF, because it' the one that looks nicest. But the _ in latex means something different, and I find my output a bit messed up. Isn't it possible to add an automatic quote for every _ when exporting to latex/pdf maybe? Or is there a

Re: [O] FR: revivable marks in agenda

2011-10-13 Thread Andrea Crotti
On 10/13/2011 03:41 AM, Samuel Wales wrote: I have an agenda view for urgent and now tags. I just spent a lot of time choosing which ones to mark to remove the tags. I then did B - to remove the tags. I was a little too quick and told it to remove urgent. It did not offer the possibility to

Re: [O] FR: revivable marks in agenda

2011-10-13 Thread Andrea Crotti
On 10/13/2011 05:57 PM, Samuel Wales wrote: On 2011-10-13, Andrea Crottiandrea.crott...@gmail.com wrote: Well in general you should use some revision control system, Those do not store things that never save to disk. Sorry I don't understand the answer... If you're talking about tags

[O] pylint to org reporting

2011-12-07 Thread Andrea Crotti
Since I've been studying PyLint a little bit I tried to write my own reporter, and in particular I wrote a reporter that writes in org-mode ;) For example running (on a random source file): org_pylint_reporter.py src_obj_check.py I get something like: * TODO [[file:/home/andrea/pydbgr

[O] fill-paragraph?

2011-12-09 Thread Andrea Crotti
I lilke the fill-paragraph behaviour that I get in org-mode, and I was wondering if I could use it also in other modes. Using (turn-on-orgstruct) doesn't change the behaviour, and actually how does it work? I mean M-q in org-mode is still bound to the exact same function, how come it

[O] back to a multiple-file configuration

2011-12-10 Thread Andrea Crotti
For quite a long time I had my emacs configuration in a big org-mode file (https://github.com/AndreaCrotti/Emacs-configuration). The file has is more than 3500 lines now, and I think the experiment has failed in a sense. The problem is that this even if this style is great to produce nice

Re: [O] back to a multiple-file configuration

2011-12-10 Thread Andrea Crotti
On 12/10/2011 06:31 PM, Andrea Crotti wrote: For quite a long time I had my emacs configuration in a big org-mode file (https://github.com/AndreaCrotti/Emacs-configuration). The file has is more than 3500 lines now, and I think the experiment has failed in a sense. The problem

Re: [O] back to a multiple-file configuration

2011-12-17 Thread Andrea Crotti
On 12/12/2011 07:43 AM, Gustav Wikström wrote: I've also had this problem, but this related to the use of multiple computers and more than one OS that all needed some specific tweaks to be able to run. I'm also using org-babel for my init. A section from my init.org http://init.org follows

Re: [O] just made orgmode-7.8.02

2011-12-29 Thread Andrea Crotti
On 12/29/2011 07:02 PM, Jude DaShiell wrote: Then perhaps something more is wrong. I downloaded orgmode-7.8.02 and installed that after having run the standard gitclone command to clone org-mode on this system. I did that because the gitclone process pulled version 5.23 for me and also created

[Orgmode] org-latex and figures

2011-01-27 Thread Andrea Crotti
I could not understand why on earth my pdf had all the images after the whole document. Then I found this: http://www.eng.cam.ac.uk/help/tpl/textprocessing/float_hint.html and found out that the default for a figure was \begin{figure}[ptb] while in the generated latex file from org I had

[Orgmode] Overlays and elisp code

2011-01-31 Thread Andrea Crotti
I found a strange behaviour which might be a bug, but maybe of my configuration. This is org mode version: Org-mode version 7.4 (release_7.4.199.g8be1.dirty) and emacs: GNU Emacs 23.2.1 (x86_64-apple-darwin10.3.0, NS apple-appkit-1038.29) of 2010-05-09 on linc To reproduce the bug I do - go

[Orgmode] Re: Suppressing src block evaluationon publish?

2011-02-01 Thread Andrea Crotti
Loris Bennett loris.benn...@fu-berlin.de writes: Hi, I have an org file containing several src blocks which generate images using ditaa. When I publish to PDF via LaTeX, the images are all generated every time, which makes publishing rather slow. Is there some way to toggle the evaluation

[Orgmode] Re: Suppressing src block evaluationon publish?

2011-02-01 Thread Andrea Crotti
Loris Bennett loris.benn...@fu-berlin.de writes: Hi, I have an org file containing several src blocks which generate images using ditaa. When I publish to PDF via LaTeX, the images are all generated every time, which makes publishing rather slow. Is there some way to toggle the evaluation

[Orgmode] Re: GNU devroom at FOSDEM 2011

2011-02-02 Thread Andrea Crotti
Carsten Dominik carsten.domi...@gmail.com writes: Hi everyone, I will be at the meeting on Saturday, and I hope to meet some of you! If you have an org-mode T-Shirt - I think it would be fun to wear it - I will. Most of all, I will be very pleased to finally meet Bastien in person. -

[Orgmode] Re: Back from FOSDEM

2011-02-07 Thread Andrea Crotti
Bastien bastien.gue...@wikimedia.fr writes: Hi all, we have had a good time at FOSDEM. It was great to meet Carsten, Stefan Vollmar, Sebastien Vauban, Jose E. Marchesi, Brian Gough and others. Special thanks to Stefan, who presented a very nice use cas at his lab, and to Sébastien who

[Orgmode] CV with org?

2011-02-07 Thread Andrea Crotti
Long time ago I wrote my CV with latex and the currvita package. Now before I just modify that maybe some of you has a better option to create it in org-mode. I can still use currvita in orgmode of course, but if there is a better option I would be glad to hear it :) Thanks

[Orgmode] Exporting to html

2011-02-09 Thread Andrea Crotti
I have a quite huge file with a lot of code blocks in many possible languages. Now the problem is that I'm not able to export it to html/pdf. Some other times it happened that pdf export was not working, but it was quite easy to spot the mistake and fix it. But with html export I'm not

Re: [O] [Org-contacts] 3 2 1 go?

2011-03-05 Thread Andrea Crotti
Michael Käufl org-m...@lists.michael-kaeufl.de writes: No it's not. As you can see here [1], Julien Danjou has already started to inlucde more features. For now org-contacts supportes mail addresses and irc nicknames. And I'm sure a lot more will follow. Good to know :) So I think I will

Re: [O] [Org-contacts] 3 2 1 go?

2011-03-07 Thread Andrea Crotti
About the script used to import from AddressBook.app, I update it here https://github.com/AndreaCrotti/scripts/blob/master/contacts_to_org.py Now it creates as many contacts for the name as many as the email addresses. One thing I haven't found in fact is how to support multiple emails, is that

Re: [O] [Org-contacts] 3 2 1 go?

2011-03-08 Thread Andrea Crotti
Julien Danjou jul...@danjou.info writes: You can set any properties anyway. Org-contacts just use some of them. For example I use LOCATION as a property to store my contacts' home addresses, which I usually set using C-c M-L provided by org-google-maps[1]. Just say out loud what you'd like

Re: [O] [Org-contacts] 3 2 1 go?

2011-03-08 Thread Andrea Crotti
Julien Danjou jul...@danjou.info writes: Well, do not count on me for that. I use git, it does the job. :) Sure I also do ;) For synchronization I meant between different programs/protocol not different machines... When everything will work it won't be too necessary, but at least to switch to

[O] Abstract

2011-03-08 Thread Andrea Crotti
Is the abstract section somehow supported in org-mode? I can easily write * Abstract but for example then it goes into the index and it gets numerated if num:t in the #+OPTIONS. thanks, Andrea

[O] org-passwords

2011-03-15 Thread Andrea Crotti
Last week I finally wrote all my passwords in a crypted org file, using properties and column mode. This is very nice, and taking inspiration from the wonderful org-contacts, I decided to open on github org-passwords. https://github.com/AndreaCrotti/org-passwords This VERY simple initial

[O] java snippet code not exported

2011-03-20 Thread Andrea Crotti
---start-8--- Debugger entered--Lisp error: (args-out-of-range 106 113) put-text-property(106 113 face font-lock-type-face) c-fontify-recorded-types-and-refs()... --8---cut here---end---8--- Thanks, Andrea -- Org-mode version 7.5 (release_7.5.60.g706a)

Re: [O] java snippet code not exported

2011-03-21 Thread andrea crotti
2011/3/21 Eric S Fraga e.fr...@ucl.ac.uk: Andrea Crotti andrea.crott...@gmail.com writes: This works just fine for me.  No errors at all and the code (html) generated seems fine.  Try latest git version maybe in case the problem has somehow been fixed in the 30+ commits made 2since

[O] beamer code and auctex

2011-03-22 Thread Andrea Crotti
to see if I can get it better... The problem is that I use auctex for latex files, and the first time it asks a value for the tex-master file. Isn't it possible to disable this and why does it asks since I'm using pdflatex directly, right? Thanks, Andrea

[O] [babel] python sessions

2011-07-03 Thread Andrea Crotti
? Thanks a lot, Andrea --8---cut here---start-8--- #+begin_src python :session def var(x): return float(x ** 2) #+end_src #+results: : org_babel_python_eoe #+begin_src python :session def var2(x): return x ** 2 * var(x) var2(10) #+end_src

Re: [O] [babel] python sessions

2011-07-03 Thread Andrea Crotti
Eric Schulte schulte.e...@gmail.com writes: This is true, in addition to being a language which is dependent upon whitespace characters, python has been tricky due to the many independent inferior python modes (python.el, python-mode.el, etc...) and to the fact that I personally and not very

Re: [O] [babel] python sessions

2011-07-03 Thread Andrea Crotti
session evaluation. Best -- Eric I think the last patch created some problems, now it often (but not always and I can't get why) when I execute the source block, and still I can't make it work the previous example that I posted... Thanks, Andrea

[O] Bug in #+INCLUDE?

2011-07-07 Thread Andrea Crotti
I experienced a weird behavior when including a C++ file, and after an update to the latest revision of org-mode the problem is still there. It's very simple to reproduce, with a test.org and test.cpp file as attached, trying to export to pdf (and latex) org-mode puts in the output file footnote

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Andrea Crotti
Bastien b...@altern.org writes: Indeed. I'll apply every patch that - doesn't break current Makefile commands - does add a new func (even tiny) for specific distro Please send some :) One way to make the whole deployment really portable could also be to pass from plain Makefile to the

Re: [O] Warning when make in git

2014-03-27 Thread Andrea Rossetti
for @documentencoding in org.texi? Regards, Andrea

Re: [O] Warning when make in git

2014-03-27 Thread Andrea Rossetti
see here below that UTF-8 is not mentioned, more recent versions have it: http://www.nongnu.org/texi2latex/texinfo/documentencoding.html#documentencodi ng Regards, Andrea

Re: [O] Warning when make in git

2014-03-27 Thread Andrea Rossetti
On my Win7 + MSYS + MinGW + MikTex I found a texinfo 4.13 that compiled without complaints about UTF-8. I suppose the problem is faced mostly by Mac users. Unfortunately I can't reproduce the problem here, so I have no clue about the contents of the .info output... Kindest regards, Andrea Il

Re: [O] putting a element +UWa in table

2014-04-22 Thread Andrea Rossetti
no exact solution, but here's what I found. I guess they aren't exactly *cough* the most didactic Org tricks ever... Cheers, Andrea - Test1: shows overstrike on text (as per Org syntax) | +UWa UWb+ | - Test 2: shows + in buffer if org-toggle-pretty-entities is enabled, but produces bad HTML

Re: [O] problems while editing in org-columns mode

2014-04-24 Thread Andrea Rossetti
-only-intended) patch for org-entry-put follows. *** c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140422/org.el Wed Apr 23 22:15:51 2014 --- c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140422/org.new.el Thu Apr 24 12:40:49 2014 *** *** 15557,15562 --- 15557,15563

Re: [O] problems while editing in org-columns mode

2014-05-31 Thread Andrea Rossetti
by users that hand-edit empty-valued properties, as it's easy to miss a whitespace while typing. and thanks for reporting this, Thanks to you for your work on this one. Cheers, Andrea

Re: [O] Org Export Latex Hyperref Options Format

2014-06-28 Thread Andrea Rossetti
://permalink.gmane.org/gmane.emacs.orgmode/77193 http://permalink.gmane.org/gmane.emacs.orgmode/77241 Kindest regards, Andrea

Re: [O] Org Export Latex Hyperref Options Format

2014-06-29 Thread Andrea Rossetti
that an option is removed, so I never faced the same problem again. If you still want to try, I guess the built-in Org could be removed by deleting the elisp code from the directory youremacspath/lisp/org. Cheers, Andrea

[O] Bug: syntax highlighting of elisp:blahblah and shell:blablah [8.2.6 (8.2.6-67-g9e09b2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140602/)]

2014-07-20 Thread Andrea Rossetti
attach here a small test case: * my elisp tricks collection:elisp:andrea:tricks: I like to write elisp:it is useful. I seldow use shell:but it's useful as well Thanks in advance, kindest regards. Andrea Emacs : GNU Emacs 24.3.1 (i386-mingw-nt6.1.7600) of 2013-03

Re: [O] Bug: syntax highlighting of elisp:blahblah and shell:blablah [8.2.6 (8.2.6-67-g9e09b2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140602/)]

2014-07-21 Thread Andrea Rossetti
- or (backward-compatible) leave everything as it is now, as it's a minor bug (note that the tag search with C-c \ works properly, the problem is just that you can't start a search with a mouse click) Kindest regards, Andrea

[O] Bug: org src block folds partially [8.2.6 (8.2.6-67-g9e09b2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140602/)]

2014-07-31 Thread Andrea Rossetti
be more appropriate. Can anyone please confirm if the described issue is reproducible? (if your answer is yes, but you think it's a very minor problem: I agree with you, it's just better if we know it :) Thanks for your attention, kindest regards. Andrea PS: a test case file is attached

[O] Feature request: copy cell contents into kill ring

2014-08-11 Thread Andrea Rossetti
: would it make sense for you too? not worth it? or is this already possible with some different keystroke? Thanks in advance, kindest regards. Andrea

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Andrea Rossetti
: Spreadsheet error: invalid reference '(length (list @2$1..@$1)) toggle-debug-on-error did not work for case 2) because it's a catched error condition. Some random debugging made me think the problem lies in (or around) function `org-table-get-range'. Kindest regards, Andrea

Re: [O] Worg Tutorial error: using Emacs lisp as formulas

2014-08-27 Thread Andrea Rossetti
). diff -c -L c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140804/org-table.el -L #buffer org-table.el c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140804/org-table.el c:/Users/andrea/AppData/Local/Temp/buffer-content-3236IUh *** c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org

[O] A Babel block to #+INCLUDE all .org files of a directory

2014-08-30 Thread Andrea Rossetti
. Kindest regards, Andrea

Re: [O] A Babel block to #+INCLUDE all .org files of a directory

2014-08-30 Thread Andrea Rossetti
.org files, every one of them shows usage and examples of a language keyword or library function: my_reference_manual.org abs.org ... printf.org strcpy.org Thanks to everyone for whatever feedback, kindest regards. Andrea

Re: [O] A Babel block to #+INCLUDE all .org files of a directory

2014-08-30 Thread Andrea Rossetti
Andrea Rossetti andrea.rosse...@gmail.com writes: my_reference_manual.org abs.org ... printf.org strcpy.org sorry for the typo, I meant: my_c_manual.org abs.org ... printf.org strcpy.org

Re: [O] Table formula with @I

2014-09-01 Thread Andrea Rossetti
of a rational explanation, hope it helps anyway) It happened to me too some time ago, I used a slightly different formula and it worked: #+TBLFM: @I+1$3..@I+1$3=1 Does it work for you too? Kindest regards, Andrea

Re: [O] A Babel block to #+INCLUDE all .org files of a directory

2014-09-01 Thread Andrea Rossetti
Andrea Rossetti andrea.rosse...@gmail.com writes: I wrote a Babel block to generate the #+INCLUDE statements for all Org files of a directory. https://github.com/thesoftwarebin/the-emacs-software-bin/tree/master/include-all-org-files Hello Org users, just in case you try to visit

Re: [O] Table formula with @I

2014-09-02 Thread Andrea Rossetti
that can't be used anymore, sorry :( - I'd like to express it as a wish for the future: support for hline references (@I) in the left side of the formula would be a great feature (and it already seemed to work in some special cases, like @I+1$1..@I+1$1) Kindest regards, Andrea

[O] Bug: (org-babel-result-names) should not return nil [8.2.7c (8.2.7c-1-gf5065b-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140804/)]

2014-09-03 Thread Andrea Rossetti
6). If I apply that change, (org-babel-result-names) returns two results, and org-babel-goto-named-result provides the expected choice (just blah in the example). Is it reproducible for you as well? Does it make sense for you too? Kindest regards, Andrea

Re: [O] Improved way to include some headlines from an external org file

2014-09-11 Thread Andrea Rossetti
, and #+INCLUDE one headline (= one entire file) when needed. Kindest regards, Andrea

[O] trying to add hline refs (@I$2) in lhs of formulae

2014-09-14 Thread Andrea Rossetti
of one (expected response: update of @2$2 only). I crafted a tiny change for my org-table.el to assign 1x1 cell addresses @I$2, @III-2$4... in the left-hand side of table formulae. The diff file is attached here: *** c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140908/org-table-original.el

Re: [O] user-error: Not at a block -- how to debug?

2014-09-15 Thread Andrea Rossetti
Eric S Fraga e.fraga at ucl.ac.uk writes: user-error: Not at a block ... Can anybody please suggest how to debug this? Does this work? M-x debug-on-entry RET user-error RET

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-09-28 Thread Andrea Rossetti
Hope it helps and makes sense for you too, kindest regards. Andrea

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-09-29 Thread Andrea Rossetti
Andrea Rossetti andrea.rosse...@gmail.com writes: 3) temporary workaround: try to change :var v=3 into :var var-v=3, it works for me, does it work for you too? I'm afraid I've been a bit cryptic here. The suggested workaround/test is: replace #+BEGIN_SRC calc :var v=3 v + 4 #+END_SRC

Re: [O] Improved way to include some headlines from an external org file

2014-09-30 Thread Andrea Rossetti
Hi! today I crossed into Sacha's weekly links ( http://sachachua.com/blog/#post-27515 ). One of the proposed link suggests a solution not too far from your initial question: http://endlessparentheses.com/updating-org-mode-include-statements-on-the-fly.html?source=rss Kindest regards, Andrea

Re: [O] Improved way to include some headlines from an external org file

2014-10-01 Thread Andrea Rossetti
got confused by those words resolve links in the topic title, it sounded like a HTML-specific thing. Kindest regards, Andrea

Re: [O] Babel evaluation of Calc block not working, bug in Calc?

2014-10-06 Thread Andrea Rossetti
, agenda view - org-columns - simple exports of TODOs or clocktable in HTML or PDF format Kindest regards, Andrea

Re: [O] Clocktable language customization not working as expected

2014-10-06 Thread Andrea Rossetti
, Andrea

Re: [O] Make * bold?

2014-10-13 Thread Andrea Rossetti
would like | | *3.96e-21 *** * | \textbf{3.96e-21 **} * | \textbf{3.96e-21 ***} | ... Any suggestions? Hi! using the pretty entity \ast{} works for me in HTML and PDF: | *3.96e-21 \ast{}\ast{}\ast{}* | Does it work for you too? Regards, Andrea

[O] Bug: Customization of Org Export Latex Hyperref Options Format ignored [8.2 (8.2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread andrea . rossetti
={}, pdfsubject={}, pdfcreator={Emacs 24.3.1 (Org mode 8.2)}} === May I please ask if this is reproducible on your installation as well, or if it's just me. Thanks in advance, kindest regards. Andrea https://github.com/thesoftwarebin

[O] proposed patch for org-export-latex-hyperref-options-format

2013-09-29 Thread Andrea Rossetti
-format. A simple test case (to see the effect before/after patching) is reported in the How to reproduce section at the bottom of this mail. Kindest regards, Andrea https://github.com/thesoftwarebin ---8--patch file start--8 diff --git a/lisp/ox-latex.el b/lisp

Re: [O] proposed patch for org-export-latex-hyperref-options-format

2013-09-30 Thread Andrea Rossetti
at line 324 of this old file: http://repo.or.cz/w/emacs.git/blob/HEAD:/lisp/org/org-latex.el could fit reasonably well for variable name, default value, type and docstring. Thanks for your attention, kindest regards. Andrea http://github.com/thesoftwarebin Nicolas Goaziou n.goaz...@gmail.com

Re: [O] proposed patch for org-export-latex-hyperref-options-format

2013-10-01 Thread Andrea Rossetti
Thanks Nicolas for your last directions, I will apply them. The accidental coexistence of two Org versions on my Emacs installation (built-in versus ELPA) confused me a bit, apologies for the noise. Kindest regards, Andrea Nicolas Goaziou n.goaz...@gmail.com writes: You can disable

[O] exported dates in ox-rss.el

2013-10-06 Thread Andrea Rossetti
test: open an empty buffer and type: (format-time-string day: %d, month: %h, year: %y) C-x C-e wrongly returns day: 06, month: , year: 13 (format-time-string day: %d, month: %b, year: %y) C-x C-e returns day: 06, month: Oct, year: 13 Thanks in advance, kindest regards. Andrea Rossetti http

[O] My howto for Org, japanese text and furigana

2013-11-18 Thread Andrea Rossetti
in Japanese writing too. Kindest regards, Andrea

[O] problems while editing in org-columns mode

2013-11-22 Thread andrea . rossetti
misunderstood how to use org-column properly Thanks in advance to anyone patient enough to read this and give it a try. Kindest regards, Andrea. HOW TO REPRODUCE PROBLEM A: 1) create an example Org file like this: * myproject ** mytask1 ** mytask2 2) click on the word myproject, C-c C-x C-c

Re: [O] problem of accents with pdflatex export

2013-12-27 Thread Andrea Rossetti
Joseph Vidal-Rosset joseph.vidal.rosset at gmail.com writes: Hello, I do not succeed to solve this problem of accent with pdflatex :  Shot in the dark: could it be that the encoding of your org file needs to be saved in utf8 in order to generate a utf8 latex file? Regards, Andrea

Re: [O] problem of accents with pdflatex export

2013-12-28 Thread Andrea Rossetti
-*- Kindest regards, Andrea

Re: [O] [ANN, OT] Emacs web-server, a new option for serving Org-mode files

2014-01-15 Thread Andrea Rossetti
--- (require 'cl) (require 'ert) (add-to-list 'load-path C:/Users/andrea/Desktop/emacs-web-server-master) (require 'web-server) (load-file ./examples/000-hello-world.el) --8---cut here---end---8--- While executing this script I received no errors, not even

Re: [O] Feature request: filling of long captions

2014-02-06 Thread Andrea Rossetti
wish is #+MACRO into bucket 1. Kindest regards, Andrea

[O] dynamic block for ordered list of all clock intervals

2014-02-19 Thread Andrea Rossetti
may see it in this example: https://raw.github.com/thesoftwarebin/the-emacs-software-bin/master/clock-history/clock-history.org May I please ask if that function reinvents the wheel, i.e. if there's already a function in Org to extract that same list. Thanks, kindest regards. Andrea

Re: [O] dynamic block for ordered list of all clock intervals

2014-02-27 Thread Andrea Rossetti
Eric S Fraga e.fr...@ucl.ac.uk writes: Andrea Rossetti andrea.rosse...@gmail.com writes: wanted to see the chronological history of all the CLOCK intervals, i.e. no sums/aggregations by day/week. . I don't think anybody has answered. Just for information, you can achieve pretty

Re: [O] [PATCH] org-goto before headline

2012-02-10 Thread Andrea Crotti
On 02/10/2012 02:42 PM, Toby Cubitt wrote: On Fri, Feb 10, 2012 at 02:19:27PM +, Andrea Crotti wrote: What is exactly the reason for org-goto to need to be at least in the first headline to work? I always get this error when I just try to jump in the first line: byte-code: Before first

Re: [O] [PATCH] org-goto before headline

2012-02-12 Thread Andrea Crotti
On 02/10/2012 02:42 PM, Toby Cubitt wrote: On Fri, Feb 10, 2012 at 02:19:27PM +, Andrea Crotti wrote: What is exactly the reason for org-goto to need to be at least in the first headline to work? I always get this error when I just try to jump in the first line: byte-code: Before first

[O] Agenda restrict to buffer

2012-07-11 Thread andrea crotti
I never quite understood how to pass arguments to org-agenda without using it interactively.. I want a simple thing, a command that shows the agenda with the TODO entries from a given file So supposing the buffer projects.org is open I tried this: (defun my-org-agenda () (interactive)

Re: [O] Agenda restrict to buffer

2012-07-12 Thread andrea crotti
2012/7/12 Bastien b...@gnu.org: (defun my-org-agenda-command () (interactive) (org-agenda-set-restriction-lock 'file) (org-agenda nil %)) Note that you need to be in your .org file for this to work, so this isn't really suited for a global keybinding, only for org-mode-map. HTH,

[Orgmode] Re: Let's TALK about it

2010-04-07 Thread Andrea Crotti
My talk has been accepted :) So now I really have to prepare something! I thought that for showing the power of org-mode and babel I could use something I already have http://github.com/AndreaCrotti/my-project-euler/blob/master/euler.org (click on raw to see the code) It's a summary of which

[Orgmode] Re: Emacs setups?

2010-04-07 Thread Andrea Crotti
Nathan Neff nathan.n...@gmail.com writes: I'm not an Emacs user, but use it for org-mode, mostly on a Mac. I tried finding some discussions on this list about what everyone on this list uses for Emacs. I have three Emacs builds that I bounce back forth between: 1) Aquamacs 2)

[Orgmode] Tangling

2010-04-09 Thread Andrea Crotti
-darwin9.8.0, NS apple-appkit-949.54) of 2009-09-16 on neutron.local But I don't know why I'm not able to tangle anything and then load the elisp code from an org-mode file. --8---cut here---start-8--- ELISP (org-babel-load-file /Users/andrea/Documents/pycon

[Orgmode] Re: Tangling

2010-04-11 Thread Andrea Crotti
Dan Davison davi...@stats.ox.ac.uk writes: here Although Org maps elisp to emacs-lisp-mode in org-src-lang-modes (therefore C-c ' works), Org-babel currently does not recognise elisp by default. Thanks for raising this, I think we need to make ourselves more compatible with

[Orgmode] Re: Tangling

2010-04-12 Thread Andrea Crotti
Dan Davison davi...@stats.ox.ac.uk writes: Andrea Crotti andrea.crott...@gmail.com writes: Hi Andrea, I think that should be (add-to-list 'load-path (concat conf org-mode/lisp)) (add-to-list 'load-path (concat conf org-mode/contrib/lisp)) (require 'org-install) (require 'org-babel-init

[Orgmode] Freemind exportation

2010-04-12 Thread Andrea Crotti
I don't know if I'm doing something wrong, but I tried many times during the last months and I've never seen the freemind exporter works, is it just to me or a general problem? It would be a great thing, what is/was the problem and is possible to fix it?

[Orgmode] Re: Freemind exportation

2010-04-12 Thread Andrea Crotti
Friedrich Delgado Friedrichs frie...@nomaden.org writes: Hi! The freemind exporter works nicely now. If you use org-freemind.el from a recent git, it should just work. Otherwise you'd need to give us a bit more information. Ok good to know, now I tried and the exportation goes fine, but

[Orgmode] Re: Let's TALK about it

2010-04-19 Thread Andrea Crotti
Andrea Crotti andrea.crott...@gmail.com writes: My talk has been accepted :) So now I really have to prepare something! I thought that for showing the power of org-mode and babel I could use something I already have No news? Here I'm also putting some slides, they should just contains list

[Orgmode] Automatic clock-in

2010-04-19 Thread Andrea Crotti
I'm using more and more the very nice clock functions provided by org-mode. I added this --8---cut here---start-8--- (global-set-key \C-c\C-x\C-o 'org-clock-out) --8---cut here---end---8--- So I can clock out from every

<    1   2   3   >