Giter VIP home page Giter VIP logo

orgpaper's Introduction

Professor of Economics, Centre for Economic Studies and Planning, Jawaharlal Nehru University, New Delhi

๐Ÿ•ฎ Academic interests

- Political economy of development
- Agrarian development
- National statistical systems
- Statistics, quantitative methods, data science, reproducible research
- Fieldwork, survey methods

๐Ÿ–ง Computer programming interests

- GNU/Linux
- R
- Databases
- Emacs/Org Mode

๐ŸŒฑ Teaching

- I use Github for teaching.
- Access to repositories/teams meant for different courses are provided to students who are enrolled.

๐Ÿ“ซ How to reach me: email

orgpaper's People

Contributors

acaird avatar vikasrawal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

orgpaper's Issues

How to command Emacs to read in .emacs.d/personal

I use an Emacs version based on Kieran Healy. I created a personal folder in .emacs.d and put there the two files. But of course, nothing happened when I rebooted Emacs.
What am I missing here?

Add in-text variables from Code via macros

Hi, this is really cool!

I just figured out a workaround (rather than solution) to add in-text variables from code not living in source blocks and outputting results into tables, which I thought you might be interested in adding in additional tips:

1.) Make your code output a 'params.org' or 'results.org' file with a concatenated string of one variable per line, in the structure of '#+MACRO: varname value', e.g.:
#+MACRO: n_subs 50
2. In Your draft file, add:
#+INCLUDE: params.org
3. Now, you can use the macro in-text in your draft file, writing:

In this study, we had {{{n_subs}}} subjects.

and it will export to pdf as:

In this study, we had 50 subjects.

missing datafile

The datafile datafile1.csv and datafile2.csv are not available. Please, can you upload them?

Export orgpapers.org to pdf: unable to resolve link

I am trying with no success to export orgpapers.org to pdf via LaTeX. I tried C-c C-e l o but I obtain always the error message โ€œUnable to resolve link readata-codeโ€.
This happens because the link readapt-code is not working:

Code block [[readdata-code]] is an example of such a code block. Note
~:results value silent~ switch used in the  ~#+begin_src~ line.

#+BEGIN_SRC org
  ,#+NAME: readdata-code
  ,#+BEGIN_SRC R :results value silent

  read.data("datafile1.csv",sep=",",header=T)->mydata1

  ,#+END_SRC
#+END_SRC

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.