emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Could a .bib file be edited and organized in an "org-mode" way and still work as a .bib file?
@ 2021-10-19 13:07 Ypo
  2021-10-19 13:24 ` Ihor Radchenko
  2021-10-19 14:12 ` Eric S Fraga
  0 siblings, 2 replies; 12+ messages in thread
From: Ypo @ 2021-10-19 13:07 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 3601 bytes --]

I have a .bib file with references, and a .org file with annotations. Like:

.bib file:

> @book{Saul.2013.DoctorYourselfNaturalHealing,
>   title = {Doctor yourself: natural healing that works},
>   shorttitle = {Doctor yourself},
>   author = {Saul, Andrew W},
>   year = {2013},
>   publisher = {Basic Health Publications},
>   address = {Laguna Beach, CA},
>   isbn = {978-1-59120-310-0},
>   language = {English},
>   annotation = {OCLC: 883386139}
> }
>
>
> .org file:
>
> ** Saul, A. W. (2013). /Doctor yourself: Natural healing that works. 
> Basic Health Publications./
>    :PROPERTIES:
>    :ID:       20210821T132443.642438
>    :END:
>  [[file:data/Saul.2012.DoctorYourself.mobi]]
>
> *** Saul, A. W. (2012) "Vitamin D"
> Supplements represent an efficient way to obtain sufficient vitamin D. 
> African-Americans should consider taking 3,000 international units 
> (IU) per day while White Americans should consider taking 2,000 
> IU/day. The current dietary guideline, approximately 400 IU/day, was 
> based on the amount of vitamin D in a spoonful of cod liver oil, which 
> prevented rickets.
>
> There are few adverse effects of vitamin D. With whole-body exposure 
> to the sun, one can make at least 10,000 IU/day in a short time. 
> _Adverse effects such as hypercalcemia have been found in general only 
> for 20,000–40,000 IU/day for very long periods._ However, those with 
> certain diseases such as adenoma of the parathyroid gland, 
> granulomatous diseases, lymphoma, sarcoidosis, and tuberculosis, 
> should limit their vitamin D intake or production due to the fact that 
> the body’s innate immune system produces too much 
> 1,25-dihydroxyvitamin D in the serum, which can raise serum calcium 
> levels too high.
>
> ...
>

Could I write on the .bib file using the orgmode power? Something like 
this could work as a .bib file, or is it a no-no?

>
> ** Saul, A. W. (2013). /Doctor yourself: Natural healing that works. 
> Basic Health Publications./
>    :PROPERTIES:
>    :ID:       20210821T132443.642438
>    :END:
>  [[file:data/Saul.2012.DoctorYourself.mobi]]
>
>
> @book{Saul.2013.DoctorYourselfNaturalHealing,
>   title = {Doctor yourself: natural healing that works},
>   shorttitle = {Doctor yourself},
>   author = {Saul, Andrew W},
>   year = {2013},
>   publisher = {Basic Health Publications},
>   address = {Laguna Beach, CA},
>   isbn = {978-1-59120-310-0},
>   language = {English},
>   annotation = {OCLC: 883386139}
> }
>
>
> *** Saul, A. W. (2012) "Vitamin D"
> Supplements represent an efficient way to obtain sufficient vitamin D. 
> African-Americans should consider taking 3,000 international units 
> (IU) per day while White Americans should consider taking 2,000 
> IU/day. The current dietary guideline, approximately 400 IU/day, was 
> based on the amount of vitamin D in a spoonful of cod liver oil, which 
> prevented rickets.
>
> There are few adverse effects of vitamin D. With whole-body exposure 
> to the sun, one can make at least 10,000 IU/day in a short time. 
> _Adverse effects such as hypercalcemia have been found in general only 
> for 20,000–40,000 IU/day for very long periods._ However, those with 
> certain diseases such as adenoma of the parathyroid gland, 
> granulomatous diseases, lymphoma, sarcoidosis, and tuberculosis, 
> should limit their vitamin D intake or production due to the fact that 
> the body’s innate immune system produces too much 
> 1,25-dihydroxyvitamin D in the serum, which can raise serum calcium 
> levels too high.
>

Best regards,

Ypo


[-- Attachment #2: Type: text/html, Size: 6425 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Re: Could a .bib file be edited and organized in an "org-mode" way and still work as a .bib file?
@ 2022-08-23 11:44 Ypo
  2022-08-23 11:59 ` Bruce D'Arcus
  0 siblings, 1 reply; 12+ messages in thread
From: Ypo @ 2022-08-23 11:44 UTC (permalink / raw)
  To: Org-mode; +Cc: e.fraga, andras.simonyi

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

I asked some months ago about the possibility of using an ORG file at 
the same time as bibliography and as a notebook.

https://lists.gnu.org/archive/html/emacs-orgmode/2021-10/msg00619.html


It seems someone is making it possible :-D

https://gist.github.com/andras-simonyi/eda0daa0b677838022fd7c438b6eadfa

https://www.reddit.com/r/emacs/comments/wqjare/comment/iku77h0/?utm_source=share&utm_medium=web2x&context=3





[-- Attachment #2: Type: text/html, Size: 1538 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-08-23 12:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19 13:07 Could a .bib file be edited and organized in an "org-mode" way and still work as a .bib file? Ypo
2021-10-19 13:24 ` Ihor Radchenko
2021-10-19 13:42   ` András Simonyi
2021-10-19 14:09     ` Ihor Radchenko
2021-10-19 14:23       ` András Simonyi
2021-10-19 14:45         ` Ihor Radchenko
2021-10-31 18:48           ` Ypo
2021-10-19 14:46       ` Eric S Fraga
2021-10-19 14:12 ` Eric S Fraga
  -- strict thread matches above, loose matches on Subject: below --
2022-08-23 11:44 Ypo
2022-08-23 11:59 ` Bruce D'Arcus
2022-08-23 12:38   ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).