Re: displaying equations with ob-latex

2021-05-06 Thread pietru
I've got the same problem. > Sent: Thursday, May 06, 2021 at 9:54 PM > From: michael-franz...@gmx.com > To: "Help Emacs Orgmode" > Subject: displaying equations with ob-latex > > > I am trying to use ob-latex but equations are not being displayed in emacs > when I try to execute with "C-c

ob-fortran fixes to column position 6 and subroutine keywords

2021-05-05 Thread pietru
ob-fortran treats code highlighting as "fortran 77" code, starting highlighting from column position 6. Can this be changed to use free format? Also the following call fails, meaning that currently you cannot use keywords. call system_clock(cnt_mx=count_max, cnt_rt=count_rate)

Re: orgbabel with fortran code

2021-05-05 Thread pietru
Perhaps we can have a crack at ob-fortran again, considering you have had some successes. With the motivation that this could drive some more work on the code if useful. Would some hacking time of a few days bo possible to you? We can then compile a brief report and send it. Thank you so

Re: orgbabel with fortran code

2021-05-05 Thread pietru
> Sent: Thursday, May 06, 2021 at 8:53 AM > From: "Dr. Arne Babenhauserheide" > To: pie...@caramail.com > Cc: emacs-orgmode@gnu.org > Subject: Re: orgbabel with fortran code > > > pie...@caramail.com writes: > > > Have seen yon also use ob-latex. Have tried to display equations but was > >

Re: orgbabel with fortran code

2021-05-05 Thread pietru
Have had a first go with your code I wrote the following, then went inside the code and slammed "C-c C-c" #+BEGIN_SRC fortran :tangle fortran-comline.f90 program cli implicit none ! no implicit declaration: all variables must be declared character(1000) :: arg call

Re: orgbabel with fortran code

2021-05-05 Thread pietru
Have seen yon also use ob-latex. Have tried to display equations but was not successful. I would be grateful with some help on that Arne. Regards Pete > Sent: Thursday, May 06, 2021 at 7:50 AM > From: "Dr. Arne Babenhauserheide" > To: pie...@caramail.com > Cc: emacs-orgmode@gnu.org >

Re: Multiple calc commands with orgbabel

2021-05-05 Thread pietru
> Sent: Thursday, May 06, 2021 at 4:39 AM > From: "Eric S Fraga" > To: "Matt Price" > Cc: pie...@caramail.com, "Org Mode List" > Subject: Re: Multiple calc commands with orgbabel > > On Wednesday, 5 May 2021 at 11:11, Matt Price wrote: > > Can you explain how you get calc embedded mode working

Re: Multiple calc commands with orgbabel

2021-05-05 Thread pietru
  Example   (require 'ob-calc)  (org-babel-do-load-languages 'org-babel-load-languages '( (calc . t) )   calc.org   # To execute, place cursor point on a line, then hit "C-c * u" hard with no harm.   #+name: Simplifying Formulas #+begin_src calc simplify((x

Re: Multiple calc commands with orgbabel

2021-05-05 Thread pietru
> Sent: Wednesday, May 05, 2021 at 7:59 PM > From: "Eric S Fraga" > To: pie...@caramail.com > Cc: emacs-orgmode@gnu.org > Subject: Re: Multiple calc commands with orgbabel > > On Wednesday, 5 May 2021 at 09:26, pie...@caramail.com wrote: > > Does anybody has some experience using calc for

Re: Multiple calc commands with orgbabel

2021-05-05 Thread pietru
Does anybody has some experience using calc for factoring, matrix computation and taking derivatives. The manual overwhelmed me. > Sent: Wednesday, May 05, 2021 at 7:23 PM > From: "Eric S Fraga" > To: "Dr. Arne Babenhauserheide" > Cc: pie...@caramail.com, emacs-orgmode@gnu.org > Subject: Re:

Re: orgbabel with fortran code

2021-05-05 Thread pietru
> Sent: Wednesday, May 05, 2021 at 7:20 PM > From: "Eric S Fraga" > To: pie...@caramail.com > Cc: "help Emacs Orgmode" > Subject: Re: orgbabel with fortran code > > On Wednesday, 5 May 2021 at 09:14, pie...@caramail.com wrote: > > The code is fantastic, but how may I run it exactly? Using

Re: orgbabel with fortran code

2021-05-05 Thread pietru
Have you got exomples with fortran code yourself? I would like to scrutinise them. > Sent: Wednesday, May 05, 2021 at 7:14 PM > From: "Dr. Arne Babenhauserheide" > To: pie...@caramail.com > Cc: emacs-orgmode@gnu.org > Subject: Re: orgbabel with fortran code > > > pie...@caramail.com writes:

Re: Multiple calc commands with orgbabel

2021-05-05 Thread pietru
I still get the lost result #+begin_src calc :results output fsolve(x*2+x=4,x) fsolve([x + y = a, x - y = b],[x,y]) #+end_src #+RESULTS: : [x = a + (b - a) / 2, y = (a - b) / 2] > Sent: Wednesday, May 05, 2021 at 7:12 PM > From: "Dr. Arne Babenhauserheide" > To: pie...@caramail.com >

Re: orgbabel with fortran code

2021-05-05 Thread pietru
> Sent: Wednesday, May 05, 2021 at 6:52 PM > From: "Eric S Fraga" > To: pie...@caramail.com > Cc: "help Emacs Orgmode" > Subject: Re: orgbabel with fortran code > > On Wednesday, 5 May 2021 at 08:37, pie...@caramail.com wrote: > > Make a function and then run it with different values. > >

Re: orgbabel with fortran code

2021-05-05 Thread pietru
The code is fantastic, but how may I run it exactly? Using "C-c C-c" tells me "'C-c C-c' can do nothing useful here". > Sent: Wednesday, May 05, 2021 at 6:52 PM > From: "Eric S Fraga" > To: pie...@caramail.com > Cc: "help Emacs Orgmode" > Subject: Re: orgbabel with fortran code > > On

Re: Multiple calc commands with orgbabel

2021-05-05 Thread pietru
> Sent: Wednesday, May 05, 2021 at 6:41 PM > From: "Eric S Fraga" > To: pie...@caramail.com > Cc: "help Emacs Orgmode" > Subject: Re: Multiple calc commands with orgbabel > > On Wednesday, 5 May 2021 at 08:40, pie...@caramail.com wrote: > >> ob-calc returns the top element of the stack when

Re: Multiple calc commands with orgbabel

2021-05-05 Thread pietru
> Sent: Wednesday, May 05, 2021 at 6:33 PM > From: "Eric S Fraga" > To: pie...@caramail.com > Cc: "help Emacs Orgmode" > Subject: Re: Multiple calc commands with orgbabel > > On Wednesday, 5 May 2021 at 07:46, pie...@caramail.com wrote: > > Have been trying to execute multiple calc commands,

Re: orgbabel with fortran code

2021-05-05 Thread pietru
Make a function and then run it with different values. > Sent: Wednesday, May 05, 2021 at 6:24 PM > From: "Eric S Fraga" > To: pie...@caramail.com > Cc: "help Emacs Orgmode" > Subject: Re: orgbabel with fortran code > > On Wednesday, 5 May 2021 at 07:41, pie...@caramail.com wrote: > > Have

Multiple calc commands with orgbabel

2021-05-04 Thread pietru
Have been trying to execute multiple calc commands, but when I evaluate the calc expressions, I get just one result. This does not work #+begin_src calc fsolve(x*2+x=4,x) fsolve([x + y = a, x - y = b],[x,y]) #+end_src But this works #+begin_src calc fsolve(x*2+x=4,x)

orgbabel with fortran code

2021-05-04 Thread pietru
Have been looking to find some examples on using orgbabel with fortran code but have not found information. Regards P*

Re: Org Capture Menu cannot be fully viewed - Results of testing C-n, C-p, C-v

2020-12-16 Thread pietru
> Sent: Wednesday, December 16, 2020 at 10:46 PM > From: "Marco Wahl" > To: pie...@caramail.com > Cc: "Org-Mode mailing list" > Subject: Re: Org Capture Menu cannot be fully viewed - Results of testing > C-n, C-p, C-v > > > > 1. Capture Option Selection > > === > > >

Org Capture Menu cannot be fully viewed - Results of testing C-n, C-p, C-v

2020-12-14 Thread pietru
ing|Geophysical Survey| Archaeological Overview|Bioarchaeological Research|Architectural Documentation|Remote Sensing}%?\n") ) > Sent: Monday, December 14, 2020 at 1:41 PM > From: "Marco Wahl" > To: pie...@caramail.com > Cc: "Org-Mode mailing list" > Su

Re: Org Capture Menu cannot be fully viewed

2020-12-14 Thread pietru
> Sent: Monday, December 14, 2020 at 1:41 PM > From: "Marco Wahl" > To: pie...@caramail.com > Cc: "Org-Mode mailing list" > Subject: Re: Org Capture Menu cannot be fully viewed > > Hi Pietru and all, > > > When making a relatively long Org Cap

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Monday, December 14, 2020 at 12:08 AM > From: "TRS-80" > To: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > On 2020-12-12 23:57, pie...@caramail.com wrote: > > TRS-80 wrote: > >> If you care to share a slightly bigger picture view, particularly > >>

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 11:00 PM > From: "TRS-80" > To: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > On 2020-12-13 16:02, pie...@caramail.com wrote: > > > > Would that apply with respect to inserting long headings or > > descriptions in org file?

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 10:57 PM > From: "Bastien" > To: "Tim Cross" > Cc: emacs-orgmode@gnu.org, "Jean Louis" > Subject: Re: Org Capture Menu cannot be fully viewed > > Hi Tim and Jean, > > Tim Cross writes: > > > I have no clue as to why your dragging Emacs custom into this >

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 10:48 PM > From: "Jean Louis" > To: pie...@caramail.com > Cc: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > * pie...@caramail.com [2020-12-14 00:03]: > > > ivy and helm packages (maybe) enhances that and allow you to type

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 10:48 PM > From: "Jean Louis" > To: pie...@caramail.com > Cc: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > * pie...@caramail.com [2020-12-14 00:03]: > > > ivy and helm packages (maybe) enhances that and allow you to type

Re: Adding Org Files to org-agenda-files

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 9:59 PM > From: "Tim Cross" > To: "Ihor Radchenko" > Cc: "Jean Louis" , daniela-s...@gmx.it, > emacs-orgmode@gnu.org > Subject: Re: Adding Org Files to org-agenda-files > > > Ihor Radchenko writes: > > > Dear Jean Louis, > > > > Thank you for the

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 9:06 PM > From: "Tim Cross" > To: "Jean Louis" > Cc: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > > Jean Louis writes: > > > * Tim Cross [2020-12-13 03:54]: > >> > >> pie...@caramail.com writes: > >> > >> > Dear All, > >>

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 9:37 PM > From: "Jean Louis" > To: pie...@caramail.com > Cc: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > * pie...@caramail.com [2020-12-13 21:28]: > > > Why not provide completing-read for Org capture templates? That

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 11:24 AM > From: "Jean Louis" > To: pie...@caramail.com > Cc: "TRS-80" , emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > * pie...@caramail.com [2020-12-13 06:51]: > > > Are there any more to these templates you did not show? >

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
wrote: > > > Dear All, > > > > > > When making a relatively long Org Capture Menu for Archaeological > > > Field Management, the relevant capture window cannot be scrolled down. > > > This becomes particularly problematic with small field laptops. > &g

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
> Sent: Sunday, December 13, 2020 at 4:12 PM > From: "Jean Louis" > To: "Tim Cross" > Cc: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > * Tim Cross [2020-12-13 03:54]: > > > > pie...@caramail.com writes: > > > > > Dear All, > > > > > > When making a

Re: Org Capture Menu cannot be fully viewed

2020-12-13 Thread pietru
I have also seen that the following command puts all options on same line as "Site_Type:", buts puts "Funerary" on a new line. "Site_Type: %^{Site_Type: |default|Domestic|Resource|Transportation| Funerary|Non-Domestic|Archaeological|Rock Art|Water-Related}\n" > Sent: Sunday, December 13, 2020

Re: Org Capture Menu cannot be fully viewed

2020-12-12 Thread pietru
abc)". Nevertheless, we see some aspects where your scheme can be improved to cater for more serious work. Emacs is quite good software. Hope my comments helped somewhat. Pietru > Sent: Sunday, December 13, 2020 at 4:16 AM > From: "TRS-80" > To: emacs-orgmode@gn

Re: Org Capture Menu cannot be fully viewed

2020-12-12 Thread pietru
> Sent: Sunday, December 13, 2020 at 4:16 AM > From: "TRS-80" > To: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > On 2020-12-12 21:08, pie...@caramail.com wrote: > > Here is one version of a template > > > > (setq capture-template-investigation-type '( > > > >

Org Capture Menu cannot be fully viewed

2020-12-12 Thread pietru
Here is one version of a template (setq capture-template-investigation-type '( ("a" "Historic Background Research Site Evaluation/Testing" entry (file "~/histr/archaeol.org") "* Site_Type: %?\n %T\n") ("b" "Systematic Survey Data Recovery/Excavation" entry (file "~/histr/archaeol.org")

Re: Org Capture Menu cannot be fully viewed

2020-12-12 Thread pietru
> Sent: Sunday, December 13, 2020 at 1:46 AM > From: "Tim Cross" > To: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > > pie...@caramail.com writes: > > > Dear All, > > > > When making a relatively long Org Capture Menu for Archaeological Field > > Management, >

Re: Org Capture Menu cannot be fully viewed

2020-12-12 Thread pietru
> Sent: Sunday, December 13, 2020 at 1:00 AM > From: "TRS-80" > To: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > On 2020-12-12 18:30, pie...@caramail.com wrote: > >> From: "TRS-80" > >> > >> Well, it's up to you. If you want we can pursue either option, or >

Re: Org Capture Menu cannot be fully viewed

2020-12-12 Thread pietru
> Sent: Sunday, December 13, 2020 at 12:13 AM > From: "TRS-80" > To: emacs-orgmode@gnu.org > Subject: Re: Org Capture Menu cannot be fully viewed > > On 2020-12-12 17:46, pie...@caramail.com wrote: > >> From: "TRS-80" > > > > The problem also exists when making capture templates. The solution >

Re: Org Capture Menu cannot be fully viewed

2020-12-12 Thread pietru
Org Capture Menu for Archaeological > > Field Management, the relevant capture window cannot be scrolled down. > > This becomes particularly problematic with small field laptops. > > Hi Pietru, > > Capture templates are great, but I suppose there are a lot of advantages &g

Org Capture Menu cannot be fully viewed

2020-12-12 Thread pietru
Dear All, When making a relatively long Org Capture Menu for Archaeological Field Management, the relevant capture window cannot be scrolled down. This becomes particularly problematic with small field laptops. Regards Pietru Pietru Caxaro Director General - Subsurface Imaging Archaeological

Time Slots in Org-Agenda

2020-12-10 Thread pietru
to meet with people. It would also be useful to show the percentage of appointments for the day, week, month. With possible indication of empty slots. Regards Pietru Pietru Caxaro Director of Underground Sensing Techniques Special Superintendence for the Archaeological Heritage of Rome > S