[BUG] ob-sql should escape the password [9.7.3 (9.7.3-2f1844 @ /home/andrea/.emacs.d/elpa/org-9.7.3/)]

2024-06-06 Thread Andrea
t;) If the password contains an & character, the execution of a block fails. I solved like this: (if dbpassword (format "PGPASSWORD='%s' " dbpassword) "") Hope this is of help, Andrea Emacs : GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.

Re: [BUG] org-babel-tangle may fail due to (org-babel-tangle-collect-blocks lang-re tangle-file) [9.6.9 ( @ /home/andrea/.emacs.d/elpa/org-9.6.9/)]

2023-11-24 Thread Andrea
Sorry Ihor for the long delay. I got the error again for the second source block in the attached file. That is a sample of my configuration. Hope this helps, Andrea example.org Description: Lotus Organizer On Fri 13 Oct 2023 at 11:56, Ihor Radchenko wrote: > Andrea writes: > >

Re: [BUG] org-babel-tangle may fail due to (org-babel-tangle-collect-blocks lang-re tangle-file) [9.6.9 ( @ /home/andrea/.emacs.d/elpa/org-9.6.9/)]

2023-10-12 Thread Andrea
I were outside of it). Just adding a newline manually removed the issue, so I guessed there was some special character there (which is weird, but I cannot be sure of my copy pasting). Sorry for the noise and thanks for your suggestions, they were useful in debugging my issue. Best, Andrea

Re: [BUG] org-babel-tangle may fail due to (org-babel-tangle-collect-blocks lang-re tangle-file) [9.6.9 ( @ /home/andrea/.emacs.d/elpa/org-9.6.9/)]

2023-10-12 Thread Andrea
On Thu 12 Oct 2023 at 14:40, Ihor Radchenko wrote: > Andrea writes: > >> This is the full trace I get running "emacs --debug-init" (sorry I should >> have added it in my bug report): >> >>Debugger entered--Lisp error: (wrong-type-argument stri

Re: [BUG] org-babel-tangle may fail due to (org-babel-tangle-collect-blocks lang-re tangle-file) [9.6.9 ( @ /home/andrea/.emacs.d/elpa/org-9.6.9/)]

2023-10-12 Thread Andrea
Thanks Ihor for the super quick response! On Thu 12 Oct 2023 at 13:04, Ihor Radchenko wrote: > Andrea writes: > >> >> Sometimes I get an error on org-babel-load-file saying that >> org-babel-tangle-collect-blocks was called with target-file set to nil. > >

[BUG] org-babel-tangle may fail due to (org-babel-tangle-collect-blocks lang-re tangle-file) [9.6.9 ( @ /home/andrea/.emacs.d/elpa/org-9.6.9/)]

2023-10-12 Thread Andrea
nput to save the day, no? Any chance I found a bug? Best, Andrea Emacs : GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2022-05-31 Package: Org mode version 9.6.9 ( @ /home/andrea/.emacs.d/elpa/org-9.6.9/)

Re: [BUG] Error in data input and output format for org-columns--summary-estimate

2023-08-18 Thread andrea
ust realized the use of pcase is likely replaceable by a simpler (car (last (mapcar...))) call :). Cheers, Andrea Job: diff -bwi org-clock.el{.old,} 720c720,723 < (let* ((effort-in-minutes (org-duration-to-minutes org-clock-effort)) --- > (let* ((effort-i

Re: [BUG] Error in data input and output format for org-columns--summary-estimate

2023-08-15 Thread andrea
e utilized measure unit, and would be able to avoid having to misleadlingly allow to sum tons to kg, for instance. (Recall: the ending letter today is just discarded hence 1kg-1ton is today taken as 1-1). Cheers, Andrea. Da "Ihor Radchenko" yanta...@posteo.net A and...@fedeli.eu

Re: [BUG] Error in data input and output format for org-columns--summary-estimate

2023-07-14 Thread andrea
inutes does NOT do the same (it implicitly utilizes the org-duration-format content, and has hardcoded assumption on quantities being representing times, so there too you'd need to change something, if it was not just a matter of definining a different alternative to display result times). Cheer

Re: [BUG] Error in data input and output format for org-columns--summary-estimate

2023-07-09 Thread andrea
produces image.png That shows that days and months are wrongly counted the same With the suggested patch produces image.png Showing that day and months are correctly handled, and reported. Cheers, Andrea. Da emacs-orgmode-bounces+andrea=fedeli...@gnu.org

[BUG] Error in data input and output format for org-columns--summary-estimate

2023-07-09 Thread andrea
s value) (let ((sd (sqrt var))) (format "%s-%s" ;; (format "%.0f" (- mean sd)) ;; (format "%.0f" (+ mean sd)) (org-duration-from-minutes (- mean sd)) (org-duration-from-minutes (+ mean sd)) Cheers! Andrea Fedeli.

Re: [FR] Enhancing footnote managment (via indirect buffer)?

2023-07-03 Thread Andrea Lazzarini
> Il giorno 2 lug 2023, alle ore 12:56, Ihor Radchenko ha > scritto: > > Hello, > > It has been over one month since the last message in this thread. > Are you still interested to work on this feature? Do you need any help? Hi, I was busy with work and had less time to focus on this,

Fwd: [FR] Enhancing footnote managment (via indirect buffer)?

2023-05-26 Thread Andrea Lazzarini
Il giorno 24 mag 2023, alle ore 11:03, Ihor Radchenko ha scritto: > > Payas Relekar writes: > >> I've been playing with org-footnote-assistance, and this is again just >> another opinion, but I'm also preferring the indirect buffer. It just >> puts things in better perspective. > > I'd

Re: Change colour of hyperlinks in Beamer presentation

2023-05-23 Thread Andrea
I believe you could do something like that (borrowed from the LaTeX Wikibook ): #+LATEX_HEADER: \hypersetup{ #+LATEX_HEADER: colorlinks=true,% false: boxed links; true: colored links #+LATEX_HEADER: linkcolor=red,

Re: [FR] Enhancing footnote managment (via indirect buffer)?

2023-05-23 Thread Andrea Lazzarini
> Il giorno 22 mag 2023, alle ore 17:30, Ihor Radchenko > ha scritto: > > Andrea Lazzarini writes: > >> Eldoc (or tooltips) could be great for previewing: I'm going to give them a >> try >> and to see how they might be integrated in an academic writing wo

[FR] Enhance footnote editing?

2023-05-22 Thread Andrea Lazzarini
. Thank you, Andrea Lazzarini [GitHub: lazzalazza] [Link to org-footnote-assistant: https://github.com/lazzalazza/org-footnote-assistant]

Re: [FR] Enhancing footnote managment (via indirect buffer)?

2023-05-22 Thread Andrea Lazzarini
> Il giorno 22 mag 2023, alle ore 13:45, Ihor Radchenko > ha scritto: > > Andrea Lazzarini writes: > >> I am writing to you because I have recently published a simple package called >> org-footnote-assistant >> [https://github.com/lazzalazza/org-f

[FR] Enhancing footnote managment (via indirect buffer)?

2023-05-22 Thread Andrea Lazzarini
some of these features upstream to prevent bitrot and ensure wider accessibility, and I am of course open to any suggestion or input. Best, Andrea Lazzarini GitHub: lazzalazza

Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-05 Thread Andrea Lazzarini
If some languages require it and some not, as you correctly say, couldn't the behaviour be customizable? > Il giorno 5 mar 2023, alle ore 13:42, Ihor Radchenko ha > scritto: > > > Andrea Lazzarini writes: >> Consider the fact that I had to put an extra space before the

Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-05 Thread Andrea Lazzarini
Consider the fact that I had to put an extra space before the footnote exactly to have a space (not an extra one) in the result. As you say, couldn't it be replaced with: > maybe with number of spaces equal to :post-blank ? > Il giorno 5 mar 2023, alle ore 13:06, Ihor Radchenko ha >

Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-04 Thread Andrea Lazzarini
I totally agree with Max Nikulin: wouldn't that be an improvement? That would make things a lot easier for those instances in which you want to put the footnotes back in. > Il giorno 3 mar 2023, alle ore 17:47, Max Nikulin ha > scritto: > > On 03/03/2023 22:47, Ihor Radchenko wrote: >> Max

[BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-03 Thread Andrea Lazzarini
After setting 'org-export-with-footnotes' to 'nil', the space following the footnote is removed when exporting (I’ve tested this with pandoc [docx and html]). So, given this example: «Pellentesque dapibus suscipit ligula.[fn:1] Donec posuere augue in quam.» The resulting text is:

Problems with bibliography while exporting org files

2021-11-08 Thread Andrea Lazzarini
he same problem reoccurs, now stating: Wrong type argument: stringp, ("local.bib" "~/Dropbox/Standard/Bibliografia/bibliografia_generale.bib") Is there something I must do to be able to export correctly? Thanks, Andrea Emacs : GNU Emacs 28.0.60 (build 1, x86_64-apple-darwin2

Re: Shower thought: submit an IETF RFC to register Org as a MIME type

2020-09-24 Thread Andrea
Since Markdown may have different interpretations depending on the tool and the environment, a better approach is to analyze (and sanitize or block) the output markup, rather than attempting to analyze the Markdown. " Do they have an org-babel? Thanks, Andrea

Re: Shower thought: submit an IETF RFC to register Org as a MIME type

2020-09-24 Thread Andrea
Since Markdown may have different interpretations depending on the tool and the environment, a better approach is to analyze (and sanitize or block) the output markup, rather than attempting to analyze the Markdown. " Do they have an org-babel? Thanks, Andrea

[ANN] integrate Org-capture and YASnippet and Yankpad

2020-07-28 Thread Andrea
And this is a post describing why/what I did: https://ag91.github.io/blog/2020/07/28/how-to-integrate-yasnippet-and-yankpad-with-org-capture/ I hope this will be helpful to somebody else too! And any feedback is welcome, maybe there was an easier way to do it? Thanks, Andrea

[O] Oas: a small addon to Org Mode to automatically close tasks with statistics

2019-08-30 Thread Andrea Giugliano
, because I want this to work only for TODO that have statistics. How could I propose this as an add-on of Org Mode? Do you think it is worth the effort? Any feedback is very welcome to learn more :) Best, Andrea [0] https://github.com/ag91/org-active-statistics

[O] Suggestion for note capture

2019-05-11 Thread Andrea Giugliano
move to the clocked heading (i.e., add some logic before "org-add-note") and pointing to the subheading (i.e., again adding some logic before "org-add-note"). Hope this gives you a lead. Best, Andrea

Re: [O] [Patch] Org-tools addendum

2019-02-24 Thread Andrea D'Amore
On Tue, 26 Jun 2018 at 11:55, Nicolas Goaziou wrote: > Hello, > "Andrea D'Amore" writes: > > I'm submitting a small patch to add orga and pandoc to the list of > > org-tools. > > Thank you. Would you mind using "git format-patch" to get a prope

Re: [O] Org mode repeated dates to do spaced learning

2019-01-06 Thread Andrea Giugliano
(add-hook 'org-trigger-hook 'my/space-repeat-if-tag-spaced)) ))) (add-hook 'org-trigger-hook 'my/space-repeat-if-tag-spaced) #+end_src Thanks, Andrea On Wed 02 Jan 2019 at 05:59, Marcin Borkowski wrote: > On 2019-01-01, at 17:34, Andrea Giugliano wrote: > >> Hi,

Re: [O] Org mode repeated dates to do spaced learning

2019-01-01 Thread Andrea Giugliano
Hi, Thanks for your reply. You are right org-drill does spaced repetition. I just was unclear: I would like to see that in the agenda as a normal item (that gets space-repeated every time I mark it DONE though). I could not get from the docs if org-drill does that. Thanks, Andrea On Tue 01 Jan

[O] Org mode repeated dates to do spaced learning

2019-01-01 Thread Andrea Giugliano
: <2019-01-01 Tue> :PROPERTIES: :SPACED: :END: "" If this is not an interesting use case for org-mode, what do you think about me trying to extend org-habits.el instead? Best wishes to all the community, Andrea

Re: [O] Literate programming: Org mode and Scala

2018-09-18 Thread Andrea
Hi Grant, Yes, I am. If you manage to make the current scala-mode work, the output is ugly (I opened a PR for that). The old scala-mode [1] did not need any external package to work (apart of Scala). Best, Andrea [0] https://github.com/ensime/emacs-scala-mode/issues/148 [1] https

[O] Literate programming: Org mode and Scala

2018-09-09 Thread Andrea Giugliano
-mode community planning to make scala-mode work in a literate way without workarounds? Thanks, Andrea [0] https://github.com/ensime/emacs-scala-mode/issues/148 [1] https://github.com/ensime/emacs-scala-mode/pull/151 [2] https://github.com/ag91/EasyOrgEnsime

[O] [Patch] Org-tools addendum

2018-06-26 Thread Andrea D'Amore
Hello, I'm submitting a small patch to add orga and pandoc to the list of org-tools. I'm not subscribing to the ml, so if there is any follow-up please be sure to directly reply to my email address. Best regards -- Andrea diff --git a/org-tools/index.org b/org-tools/index.org index 53a0196

[O] Bug: [Feature request] generate source blocks from filename [9.0.8 (9.0.8-elpaplus @ /Users/andreagiugliano/.emacs.d/elpa/org-plus-contrib-20170606/)]

2017-06-19 Thread Andrea
-ring) (org-src-from-filename-at-point)) (bind-key "C-c y" 'org-src-from-helm-kill-ring) #+END_SRC Which becomes so cool having a function that adds the current buffer filename to the kill-ring: #+BEGIN_SRC emacs-lisp :tangle yes (defun copy-buffer-filename () (interactive) (let ((p

[O] Bug: org-eww-copy-for-org-mode Empty Link problem + easy fix [9.0.4 (9.0.4-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20170124/)]

2017-02-11 Thread Andrea
w I solved this by adding an if statement that makes the link only if the info passed is not nil [2], but maybe someone knows a better check for org-eww-goto-next-url-property-change than the one using 'shr-url? Thanks a lot for org mode, Andrea [1] org-eww-copy-for-org-mode uses org-eww-got

[O] Bug: EXPORT_FILE_NAME error [9.0.3 (9.0.3-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20161224/)]

2016-12-28 Thread Andrea
ror here: org-compile-file: File "/tmp/bla.pdf" wasn’t produced. See "*Org PDF LaTeX You should see that the LaTeX file is in the /tmp directory, but that the pdf is in the home directory. It would be marvellous if this could start working as before. Thanks and Happy New Year t

[O] Fwd: Re: Bug: Org-babel-detangle does not work for subtrees [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-31 Thread Andrea Giugliano
I am not sure my previous mail reached everyone interested. Best, Andrea Andrea Giugliano <agiugli...@live.it> writes: > Hello, > > I found a solution, or better I have understood how detangling is > supposed to work after reading ob-tangle.el. > > Basically, I fo

[O] Bug: Org-babel-detangle does not work for subtrees [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-30 Thread Andrea Giugliano
~/tmp/findMap.ml anything here #+END_SRC " and the generated file contains: (* TODO find map *) (* :PROPERTIES: *) (* :ID: 501cfff7-3b24-47cc-9ada-42e6d46abbe9 *) (* :END: *) (* [[file:../home/andrea/workspace/agenda/myTasks.org::*find%20map][find\ map:1]] *) anything here (* find\ map:1

[O] Bug: [Feature request] ob-plantuml fails if there is not jar: can it check for the executable as well? [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-12 Thread Andrea Giugliano
be nice if ob-plantuml tried to use the plantuml executable in the case a .jar is not provided (instead of just failing). Thanks for Org mode: it is simply wonderful! Andrea P.S: Sorry if I am using the wrong medium for asking for a feature, but I do not know where else I should do it. Emacs : GNU

Re: [O] Bug: org -> org export ignores latex blocks [8.3.4 (8.3.4-50-g83e373-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/)]

2016-05-12 Thread Andrea
Okay, I have deleted the org one and left the org-contrib: I can still use the new feature (probably org-contrib enables it). Thanks for your explanation, Andrea Kaushal Modi <kaushal.m...@gmail.com> writes: > On Thu, May 12, 2016 at 6:20 PM Andrea <agiuglian...@gmail.com> wrote:

Re: [O] Bug: org -> org export ignores latex blocks [8.3.4 (8.3.4-50-g83e373-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/)]

2016-05-12 Thread Andrea
ion in emacs I get: Org-mode version 8.3.4 (8.3.4-50-g83e373-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/) On package-list-packages I have org20160509 installed Outline-based notes management and organizer org-plus-contrib 20160

Re: [O] Bug: org -> org export ignores latex blocks [8.3.4 (8.3.4-50-g83e373-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/)]

2016-05-12 Thread Andrea
Hello, thanks for the fast reply. It actually works with the new syntax, thank you! There is a minor thing though: when I export a #+BEGIN_export latex to an org buffer, it exports to #+BEGIN_export (without the latex). Maybe this is a bug? Thanks, Andrea P.S: I did not know about these changes

[O] Bug: org -> org export ignores latex blocks [8.3.4 (8.3.4-50-g83e373-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160509/)]

2016-05-12 Thread Andrea
--- becomes --- # Created 2016-05-12 Thu 17:45 #+TITLE: #+AUTHOR: Andrea * Hello --- The export to html deletes these blocks as well. Packages as ox-pandoc and org-pandoc use this functionality, and so fail the export as well. Hope this can be solved easily. Thanks

Re: [O] #+BEGIN_SRC mail and org-src-fontify-natively

2014-12-21 Thread Andrea Rossetti
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Andrea Rossetti andrea.rosse...@gmail.com writes: when I start emacs -Q and do the following recipe: 1) open the test file prova.org (see attach) 2) confirm at the file-local variable prompt, by typing y 3) quit with C-x C-c

[O] #+BEGIN_SRC mail and org-src-fontify-natively

2014-12-03 Thread Andrea Rossetti
just avoid using C-c ' and align the mail text at left side. The issue is visible in the buffer window, but HTML export is not affected, it works fine. Thanks for reading, kindest regards. Andrea

Re: [O] #+BEGIN_SRC mail and org-src-fontify-natively

2014-12-03 Thread Andrea Rossetti
Andrea Rossetti andrea.rosse...@gmail.com writes: Hello Org users, when I start emacs -Q and do the following recipe: 1) open the test file prova.org (see attach) Apologies for the missing attach. prova.org is attached here: #+BEGIN_SRC mail To: andrea.rosse...@gmail.com Subject: blah

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

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] 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] 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] 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] 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] 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

[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] 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] 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] 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

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

[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] 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] 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

[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

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: 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] 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

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] 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] 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] 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] 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] 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

[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] Feature request: filling of long captions

2014-02-06 Thread Andrea Rossetti
wish is #+MACRO into bucket 1. 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] problem of accents with pdflatex export

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

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

[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

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

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

[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

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

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

[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

[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

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,

[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] [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

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] 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

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

[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

  1   2   3   >